diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-11 20:57:10 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-11 20:57:10 -0500 |
commit | 93f755636be0dcf395ad86bcedc30cefb1fb369e (patch) | |
tree | 52d79bd639d0704aac4e84f92723b03d82ee1ebe /src/util.c | |
parent | d06a2d63c051f4f5eef247944e006ff93a9f3160 (diff) |
more labeling
Diffstat (limited to 'src/util.c')
-rwxr-xr-x | src/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,13 +92,13 @@ s16 LoadSpriteSets(const struct SpriteSet *const *spriteSets, u16 numSpriteSets, return loadedCount; } -void sub_438(void) +void ResetSomeGraphicsRelatedStuff(void) { gMain.unk16 |= DISPCNT_FORCED_BLANK; REG_DISPCNT |= DISPCNT_FORCED_BLANK; ClearGraphicsMemory(); sub_518(); - sub_578(); + ClearSprites(); gMain.unkF = 0; gMain.unk10 = 0; gMain.unk50 = 0; @@ -146,7 +146,7 @@ void sub_518(void) } } -void sub_578(void) +void ClearSprites(void) { u16 i, j; |