summaryrefslogtreecommitdiff
path: root/misc/crystal_misc.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-12-29 10:23:22 -0800
committeryenatch <yenatch@gmail.com>2014-12-29 10:23:22 -0800
commit4781d9a809565804a4b99024a69a51156fd2749e (patch)
treec05a27d1564f6ed909c83ea6f8db99860a464770 /misc/crystal_misc.asm
parent133e2fb7a7bcc914fa179a18bf0ed18a2099d0e8 (diff)
Fix more static banks (trainers, mobile graphics).
Diffstat (limited to 'misc/crystal_misc.asm')
-rw-r--r--misc/crystal_misc.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/crystal_misc.asm b/misc/crystal_misc.asm
index 12c20e965..88a22043d 100644
--- a/misc/crystal_misc.asm
+++ b/misc/crystal_misc.asm
@@ -3,7 +3,7 @@ INCLUDE "includes.asm"
SECTION "Misc Crystal", ROMX, BANK[MISC_CRYSTAL]
-MobileAdapterGFX:
+MobileAdapterGFX::
INCBIN "gfx/misc/mobile_adapter.2bpp"
@@ -817,5 +817,5 @@ INCBIN "baserom.gbc",$17acd5,$17ae3d - $17acd5
Tilemap_17ae3d: ; 17ae3d
INCBIN "baserom.gbc",$17ae3d,$17afa5 - $17ae3d
-GFX_17afa5: ; 17afa5
+GFX_17afa5:: ; 17afa5
INCBIN "baserom.gbc",$17afa5,$17b7a5 - $17afa5