diff options
-rw-r--r-- | graphics/contest/japanese/audience.bin (renamed from graphics/contest/unused_tilemap_2.bin) | bin | 8192 -> 8192 bytes | |||
-rw-r--r-- | graphics/contest/japanese/bg.bin (renamed from graphics/contest/japanese/tilemap_1.bin) | bin | 2048 -> 2048 bytes | |||
-rw-r--r-- | graphics/contest/japanese/interface.bin (renamed from graphics/contest/unused_tilemap_1.bin) | bin | 2048 -> 2048 bytes | |||
-rw-r--r-- | graphics/contest/japanese/windows.bin (renamed from graphics/contest/japanese/tilemap_2.bin) | bin | 4096 -> 4096 bytes | |||
-rw-r--r-- | src/graphics.c | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/graphics/contest/unused_tilemap_2.bin b/graphics/contest/japanese/audience.bin Binary files differindex e8a506838..e8a506838 100644 --- a/graphics/contest/unused_tilemap_2.bin +++ b/graphics/contest/japanese/audience.bin diff --git a/graphics/contest/japanese/tilemap_1.bin b/graphics/contest/japanese/bg.bin Binary files differindex da6f4652e..da6f4652e 100644 --- a/graphics/contest/japanese/tilemap_1.bin +++ b/graphics/contest/japanese/bg.bin diff --git a/graphics/contest/unused_tilemap_1.bin b/graphics/contest/japanese/interface.bin Binary files differindex b2567ca7c..b2567ca7c 100644 --- a/graphics/contest/unused_tilemap_1.bin +++ b/graphics/contest/japanese/interface.bin diff --git a/graphics/contest/japanese/tilemap_2.bin b/graphics/contest/japanese/windows.bin Binary files differindex 40de9e529..40de9e529 100644 --- a/graphics/contest/japanese/tilemap_2.bin +++ b/graphics/contest/japanese/windows.bin diff --git a/src/graphics.c b/src/graphics.c index 26eae14e2..47b82b6b7 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -435,15 +435,15 @@ const u32 gBattleAnimSpriteGfx_BlueFlames2[] = INCBIN_U32("graphics/battle_anims // Contest const u32 gJPContestGfx1[] = INCBIN_U32("graphics/contest/japanese/composite_1.4bpp.lz"); const u32 gJPContestPal[] = INCBIN_U32("graphics/contest/japanese/palette.gbapal.lz"); -const u32 gJPContestTilemap1[] = INCBIN_U32("graphics/contest/japanese/tilemap_1.bin.lz"); -const u32 gJPContestTilemap2[] = INCBIN_U32("graphics/contest/japanese/tilemap_2.bin.lz"); +const u32 gJPContestBgTilemap[] = INCBIN_U32("graphics/contest/japanese/bg.bin.lz"); +const u32 gJPContestWindowsTilemap[] = INCBIN_U32("graphics/contest/japanese/windows.bin.lz"); const u32 gJPContestGfx2[] = INCBIN_U32("graphics/contest/japanese/composite_2.4bpp.lz"); const u32 gContestInterfaceAudiencePalette[] = INCBIN_U32("graphics/contest/interface_audience.gbapal.lz"); const u32 gContestAudienceTilemap[] = INCBIN_U32("graphics/contest/audience.bin.lz"); const u32 gContestInterfaceTilemap[] = INCBIN_U32("graphics/contest/interface.bin.lz"); -const u32 gContestUnusedTilemap1[] = INCBIN_U32("graphics/contest/unused_tilemap_1.bin.lz"); -const u32 gContestUnusedTilemap2[] = INCBIN_U32("graphics/contest/unused_tilemap_2.bin.lz"); +const u32 gJPContestInterfaceTilemap[] = INCBIN_U32("graphics/contest/japanese/interface.bin.lz"); +const u32 gJPContestAudienceTilemap[] = INCBIN_U32("graphics/contest/japanese/audience.bin.lz"); const u32 gContestCurtainTilemap[] = INCBIN_U32("graphics/contest/curtain.bin.lz"); const u32 gContestInterfaceGfx[] = INCBIN_U32("graphics/contest/interface.4bpp.lz"); |