From 5476e2914b123d1544e8256f961431b547a965e0 Mon Sep 17 00:00:00 2001 From: surskitty Date: Sat, 9 Sep 2017 23:53:05 -0400 Subject: [PATCH] Renaming the image of the GB and the N64. --- gfx/{unknown/172f1f.png => trade/game_boy_n64.png} | Bin misc/mobile_5c.asm | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename gfx/{unknown/172f1f.png => trade/game_boy_n64.png} (100%) diff --git a/gfx/unknown/172f1f.png b/gfx/trade/game_boy_n64.png similarity index 100% rename from gfx/unknown/172f1f.png rename to gfx/trade/game_boy_n64.png diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 34bdb15ad..70aab972e 100755 --- a/misc/mobile_5c.asm +++ b/misc/mobile_5c.asm @@ -858,7 +858,7 @@ Function172e78: ; 172e78 (5c:6e78) ld bc, $168 call ByteFill call DisableLCD - ld hl, GFX_172f1f + ld hl, GFX_GameBoyN64 ld de, VTiles2 tile $00 ld bc, $610 call CopyBytes @@ -929,8 +929,8 @@ Palette_172edf: RGB 0, 0, 0 RGB 0, 0, 0 -GFX_172f1f: -INCBIN "gfx/unknown/172f1f.2bpp" +GFX_GameBoyN64: +INCBIN "gfx/trade/game_boy_n64.2bpp" Tilemap_1733af: IF DEF(CRYSTAL11)