summaryrefslogtreecommitdiff
path: root/misc/mobile_5c.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-09-17 17:07:22 -0400
committerGitHub <noreply@github.com>2017-09-17 17:07:22 -0400
commit1de1bdbce73672dfa9cc3ddfce528dcb07ec253b (patch)
tree975a0384d344efe34ad36fe7d2c004a86ad90c3f /misc/mobile_5c.asm
parent7c6932fbae357f0e514516a8f3468783efa93c65 (diff)
parent7cd4ca1207f50244306ae6c640dcff7e7a2e93aa (diff)
Merge pull request #388 from surskitty/master
Moving a few images out of gfx/unknown
Diffstat (limited to 'misc/mobile_5c.asm')
-rwxr-xr-xmisc/mobile_5c.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/mobile_5c.asm b/misc/mobile_5c.asm
index 34bdb15ad..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_172f1f
+ ld hl, GameBoyN64GFX
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"
+GameBoyN64GFX:
+INCBIN "gfx/trade/game_boy_n64.2bpp"
Tilemap_1733af:
IF DEF(CRYSTAL11)