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. --- misc/mobile_5c.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'misc/mobile_5c.asm') 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 From ee5241bcc54b173e27140939275eea57a49b89cd Mon Sep 17 00:00:00 2001 From: surskitty Date: Sun, 10 Sep 2017 00:01:38 -0400 Subject: Correcting gfx function name to standards. --- misc/mobile_5c.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/mobile_5c.asm') diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm index 70aab972e..d181de745 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_GameBoyN64 + ld hl, GameBoyN64GFX ld de, VTiles2 tile $00 ld bc, $610 call CopyBytes @@ -929,7 +929,7 @@ Palette_172edf: RGB 0, 0, 0 RGB 0, 0, 0 -GFX_GameBoyN64: +GameBoyN64GFX: INCBIN "gfx/trade/game_boy_n64.2bpp" Tilemap_1733af: -- cgit v1.2.3