summaryrefslogtreecommitdiff
path: root/engine/overworld.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 13:15:46 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 13:15:46 +0100
commit9457679af8d36a140db7b8832df595e8310e6bb4 (patch)
treed3bf8b1b424582f66add4f2b8d95f409cfafecb2 /engine/overworld.asm
parente2b378f5e32ea1416fbc9ac5e96d23be244e4a6b (diff)
Prefix engine_flags wram addresses with w
Diffstat (limited to 'engine/overworld.asm')
-rwxr-xr-xengine/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld.asm b/engine/overworld.asm
index 7941b74d7..14e36a41d 100755
--- a/engine/overworld.asm
+++ b/engine/overworld.asm
@@ -64,7 +64,7 @@ GetPlayerSprite: ; 14183
ld a, [wPlayerSpriteSetupFlags]
bit 2, a
jr nz, .go
- ld a, [PlayerGender]
+ ld a, [wPlayerGender]
bit 0, a
jr z, .go
ld hl, .Kris