diff options
Diffstat (limited to 'mobile/mobile_12.asm')
-rwxr-xr-x | mobile/mobile_12.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_12.asm b/mobile/mobile_12.asm index 934afb457..9d08c9284 100755 --- a/mobile/mobile_12.asm +++ b/mobile/mobile_12.asm @@ -315,7 +315,7 @@ asm_4828d: ; 4828d (12:428d) ld a, [hli] cp $50 jr nz, .asm_482e1 - ld a, $1 + ld a, 1 << PLAYERGENDER_FEMALE_F ld [wPlayerGender], a jr .asm_482f1 .asm_482ed @@ -800,7 +800,7 @@ Function4873c: ; 4873c (12:473c) add B_BUTTON ld [hli], a ; joypad filter ; ld a, [wPlayerGender] - ; xor 1 + ; xor 1 << PLAYERGENDER_FEMALE_F ; inc a ld a, [wPlayerGender] and a |