From 5476e2914b123d1544e8256f961431b547a965e0 Mon Sep 17 00:00:00 2001 From: surskitty Date: Sat, 9 Sep 2017 23:53:05 -0400 Subject: Renaming the image of the GB and the N64. --- gfx/trade/game_boy_n64.png | Bin 0 -> 787 bytes gfx/unknown/172f1f.png | Bin 787 -> 0 bytes misc/mobile_5c.asm | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 gfx/trade/game_boy_n64.png delete mode 100644 gfx/unknown/172f1f.png diff --git a/gfx/trade/game_boy_n64.png b/gfx/trade/game_boy_n64.png new file mode 100644 index 000000000..0e324906d Binary files /dev/null and b/gfx/trade/game_boy_n64.png differ diff --git a/gfx/unknown/172f1f.png b/gfx/unknown/172f1f.png deleted file mode 100644 index 0e324906d..000000000 Binary files a/gfx/unknown/172f1f.png and /dev/null differ 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) -- cgit v1.2.3