You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Prefix engine_flags wram addresses with w
This commit is contained in:
@@ -193,7 +193,7 @@ SetBoxmonOrEggmonCaughtData: ; 4db53
|
||||
.NotPokecenter2F:
|
||||
call GetWorldMapLocation
|
||||
ld b, a
|
||||
ld a, [PlayerGender]
|
||||
ld a, [wPlayerGender]
|
||||
rrca
|
||||
or b
|
||||
ld [hl], a
|
||||
|
||||
Reference in New Issue
Block a user