Add the initial mobile adapter save data.

The contents of the save and the rest of the bank are unknown.
This commit is contained in:
yenatch 2014-08-22 20:48:58 -07:00
parent 1d4158057e
commit d6ac5407e7
2 changed files with 4 additions and 2 deletions

View File

@ -117787,7 +117787,7 @@ INCBIN "baserom.gbc",$1f4000,$1f4003 - $1f4000
Function1f4003: ; 1f4003 Function1f4003: ; 1f4003
ld a, $6 ld a, $6
call GetSRAMBank call GetSRAMBank
ld hl, $4018 ld hl, MobileSave
ld de, $a000 ld de, $a000
ld bc, $1000 ld bc, $1000
call CopyBytes call CopyBytes
@ -117795,7 +117795,9 @@ Function1f4003: ; 1f4003
ret ret
; 1f4018 ; 1f4018
INCBIN "baserom.gbc",$1f4018,$1f636a - $1f4018 MobileSave: INCBIN "misc/mobile_save.bin"
INCBIN "baserom.gbc",$1f5018,$1f636a - $1f5018
SECTION "bank7E", ROMX, BANK[$7E] SECTION "bank7E", ROMX, BANK[$7E]

BIN
misc/mobile_save.bin Normal file

Binary file not shown.