diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-01-05 23:02:28 -0800 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-01-06 13:41:18 -0800 |
commit | 284751e7610f5e9cf266bd0a8bb148464753afa1 (patch) | |
tree | c4d69ec4c29d94f0faf16b01ec8fc0b388855b8e /src/graphics.c | |
parent | 2ca482dc24accca6bbb808f2c4b847e1d2c2dfac (diff) |
Decompile through ClearContestWinnerPicsInContestHall, 10 NONMATCHINGs present.
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c index 10efd5043..4786f1f22 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1023,8 +1023,8 @@ const u32 gBattleAnimSpriteSheet_262[] = INCBIN_U32("graphics/battle_anims/sprit const u32 gBattleAnimSpritePalette_262[] = INCBIN_U32("graphics/battle_anims/sprites/262.gbapal.lz"); const u32 gContestNextTurnGfx[] = INCBIN_U32("graphics/contest/nextturn.4bpp.lz"); -const u8 gUnknown_08D8E9B4[] = INCBIN_U8("graphics/contest/nextturn_numbers.4bpp"); -const u8 gUnknown_08D8EA34[] = INCBIN_U8("graphics/contest/nextturn_random.4bpp"); +const u8 gContestNextTurnNumbersGfx[] = INCBIN_U8("graphics/contest/nextturn_numbers.4bpp"); +const u8 gContestNextTurnRandomGfx[] = INCBIN_U8("graphics/contest/nextturn_random.4bpp"); const u32 gBattleAnimSpriteSheet_264[] = INCBIN_U32("graphics/battle_anims/sprites/264.4bpp.lz"); const u32 gBattleAnimSpritePalette_264[] = INCBIN_U32("graphics/battle_anims/sprites/264.gbapal.lz"); |