You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Blindly use wram labels for everything except mobile, part 1.
Wram banks and mobile make this tough, since any address can secretly be a ghost. As usual, mobile completely disregards 99% of the codebase. It's been ignored in kind.
This commit is contained in:
@@ -116,7 +116,7 @@ ReadCaughtData: ; 4f134
|
||||
jr nz, .asm_4f15f
|
||||
|
||||
inc hl
|
||||
ld a, [$d47c]
|
||||
ld a, [PlayerID + 1]
|
||||
jr nz, .asm_4f15f
|
||||
|
||||
ld a, 0
|
||||
|
||||
Reference in New Issue
Block a user