diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-01-27 23:08:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-27 23:08:24 -0600 |
commit | 183b6857ff21c50c0902653d6ded9e4d7f306033 (patch) | |
tree | 18feaf7941ded29a2c4489511e1dc275e193c878 /src/graphics.c | |
parent | 6b2dda422b533bf0edadcd727f4b491e4e6f4fb7 (diff) | |
parent | 72720204da48a77132ce17c2429aaa9854497e2c (diff) |
Merge pull request #458 from ultima-soul/contest
Decompile more of contest
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 287a1f5d6..90b705d2f 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"); |