mirror of
https://github.com/knightfox75/nds_nflib.git
synced 2025-06-18 08:45:35 -04:00
library: Fix 32x64 sprite size definition
This commit is contained in:
parent
3002fad8d1
commit
e6242613c9
@ -605,7 +605,7 @@ void NF_CreateSprite(int screen, u32 id, u32 gfx, u32 pal, s32 x, s32 y)
|
||||
{ 8, 16, SpriteSize_8x16 },
|
||||
{ 8, 32, SpriteSize_8x32 },
|
||||
{ 16, 32, SpriteSize_16x32 },
|
||||
{ 32, 64, SpriteSize_16x32 },
|
||||
{ 32, 64, SpriteSize_32x64 },
|
||||
{ 0, 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user