diff options
Diffstat (limited to 'engine/cgb_layouts.asm')
-rw-r--r-- | engine/cgb_layouts.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/cgb_layouts.asm b/engine/cgb_layouts.asm index 1c2dfb7aa..b36dceeb6 100644 --- a/engine/cgb_layouts.asm +++ b/engine/cgb_layouts.asm @@ -184,7 +184,7 @@ InitPartyMenuBGPal0: ; 8e9f _CGB_PokegearPals: ; 8eb9 ld a, [wPlayerGender] - bit 0, a + bit PLAYERGENDER_FEMALE_F, a jr z, .male ld hl, FemalePokegearPals jr .got_pals @@ -821,7 +821,7 @@ _CGB_PackPals: ; 93d3 jr z, .tutorial_male ld a, [wPlayerGender] - bit 0, a + bit PLAYERGENDER_FEMALE_F, a jr z, .tutorial_male ld hl, .KrisPackPals |