summaryrefslogtreecommitdiff
path: root/predef/cgb.asm
diff options
context:
space:
mode:
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r--predef/cgb.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm
index 8d59b2326..38f4e146d 100644
--- a/predef/cgb.asm
+++ b/predef/cgb.asm
@@ -840,11 +840,13 @@ Function93ba: ; 93ba
Function93d3: ; 93d3
ld a, [BattleType]
- cp $3
+ cp BATTLETYPE_TUTORIAL
jr z, .asm_93e6
+
ld a, [PlayerGender]
bit 0, a
jr z, .asm_93e6
+
ld hl, Palettes_9469
jr .asm_93e9