mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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:
parent
1d4158057e
commit
d6ac5407e7
6
main.asm
6
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]
|
||||
|
BIN
misc/mobile_save.bin
Normal file
BIN
misc/mobile_save.bin
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user