summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 1ea152d83..407e034b2 100644
--- a/main.asm
+++ b/main.asm
@@ -117787,7 +117787,7 @@ INCBIN "baserom.gbc",$1f4000,$1f4003 - $1f4000
Function1f4003: ; 1f4003
ld a, $6
call GetSRAMBank
- ld hl, $4018
+ ld hl, MobileSave
ld de, $a000
ld bc, $1000
call CopyBytes
@@ -117795,7 +117795,9 @@ Function1f4003: ; 1f4003
ret
; 1f4018
-INCBIN "baserom.gbc",$1f4018,$1f636a - $1f4018
+MobileSave: INCBIN "misc/mobile_save.bin"
+
+INCBIN "baserom.gbc",$1f5018,$1f636a - $1f5018
SECTION "bank7E", ROMX, BANK[$7E]