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:
@@ -400,7 +400,7 @@ PlaceGenderedPlayerName:: ; 1252
|
||||
call PlaceString
|
||||
ld h, b
|
||||
ld l, c
|
||||
ld a, [PlayerGender]
|
||||
ld a, [wPlayerGender]
|
||||
bit 0, a
|
||||
ld de, String_kun
|
||||
jr z, PlaceCommandCharacter
|
||||
|
||||
Reference in New Issue
Block a user