Prefix engine_flags wram addresses with w

This commit is contained in:
xCrystal
2017-12-28 13:15:46 +01:00
parent e2b378f5e3
commit 9457679af8
53 changed files with 270 additions and 270 deletions

View File

@@ -3,7 +3,7 @@ InitCrystalData: ; 48000
ld [wd474], a
xor a
ld [wd473], a
ld [PlayerGender], a
ld [wPlayerGender], a
ld [wd475], a
ld [wd476], a
ld [wd477], a
@@ -37,7 +37,7 @@ InitGender: ; 48dcb (12:4dcb)
call CloseWindow
ld a, [wMenuCursorY]
dec a
ld [PlayerGender], a
ld [wPlayerGender], a
ld c, 10
call DelayFrames
ret