You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
More engine flag constants
This commit is contained in:
@@ -9263,10 +9263,10 @@ GetTrainerBackpic: ; 3fbff
|
||||
|
||||
; What gender are we?
|
||||
ld a, [wPlayerSpriteSetupFlags]
|
||||
bit 2, a ; transformed to male
|
||||
bit PLAYERSPRITESETUP_FEMALE_TO_MALE_F, a
|
||||
jr nz, .Chris
|
||||
ld a, [wPlayerGender]
|
||||
bit 0, a
|
||||
bit PLAYERGENDER_FEMALE_F, a
|
||||
jr z, .Chris
|
||||
|
||||
; It's a girl.
|
||||
|
Reference in New Issue
Block a user