mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-10 06:02:16 -05:00
ResetSprites, gCharMemCursor, gSpriteCount; analysed subheaps; identified more file pointers
11 lines
158 B
C
11 lines
158 B
C
#include "global.h"
|
|
|
|
void ResetSprites(bool32);
|
|
void SetSavingIconCoords(u32);
|
|
|
|
void InitSprites(void)
|
|
{
|
|
ResetSprites(1);
|
|
SetSavingIconCoords(0);
|
|
}
|