Posts: 33
Threads: 9
Joined: Jul 2021
Reputation:
0
hey guys so anyways i am working on a basic game for the neo-geo pocket color, and i want to convert sprites for the color (not monochrome neo geo pocket.) but is there any programs on how to do that? i know how to create sprites, but how do i convert them into c code?
Posts: 33
Threads: 9
Joined: Jul 2021
Reputation:
0
alrighty, i just converted a sprite with the NGPC-Image Processer. but how do I include it in my c code? plus how do i display multiple sprites at once?
Posts: 33
Threads: 9
Joined: Jul 2021
Reputation:
0
yes that is my code, i uploaded it to github as a thank you present to this community, also thanks for the advice, i will read tutorials on c and i will try to copy others code. and if i have any errors ill post them here.
Posts: 33
Threads: 9
Joined: Jul 2021
Reputation:
0
so anyways, i have a piece of code that will compile and run but it gives me a warning when compiling, the warning says: THC1-Warning-578: Illegal function call 'SetSprite', too many actual parameters
IDK What that means so can you help me please.
Posts: 91
Threads: 6
Joined: Apr 2012
Reputation:
2
SetSprite has 6 parameters, this warning occurs when you tried to call it with 7 or more.
Posts: 33
Threads: 9
Joined: Jul 2021
Reputation:
0
thanks for the suggestion but when I ran the sprite test program that i compiled, the sprite was tiny, so i want it like say 8x8 sprites so how do i make it bigger?