You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move all of constants/sram_constants.asm into sram
This way we can easily use `BANK()` where appropriate, and it is more tidy.
This commit is contained in:
@@ -4688,7 +4688,7 @@ Function17f555: ; 17f555
|
||||
ret nz
|
||||
|
||||
.asm_17f5a1
|
||||
ld a, $5
|
||||
ld a, BANK(sMobileLoginPassword)
|
||||
call GetSRAMBank
|
||||
xor a
|
||||
ld [sMobileLoginPassword], a
|
||||
|
||||
Reference in New Issue
Block a user