aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-20 21:03:38 -0600
committerdannye <33dannye@gmail.com>2023-11-20 21:03:38 -0600
commitd3e713f6c6d8cea16dfbae0f10801903eed3ec27 (patch)
treef8abd0c4d172e93c29217a55c2d0a99253e37c22
parentList unidentified labels in Discord webhook (diff)
downloadpokeyellow-d3e713f6c6d8cea16dfbae0f10801903eed3ec27.tar.gz
pokeyellow-d3e713f6c6d8cea16dfbae0f10801903eed3ec27.tar.xz
pokeyellow-d3e713f6c6d8cea16dfbae0f10801903eed3ec27.zip
Fix event check
-rw-r--r--scripts/OaksLab.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/OaksLab.asm b/scripts/OaksLab.asm
index 30ee93ed..9173dd94 100644
--- a/scripts/OaksLab.asm
+++ b/scripts/OaksLab.asm
@@ -771,7 +771,7 @@ OaksLabRivalText:
call PrintText
jr .done
.beforeChooseMon
- bit 2, a
+ CheckEventReuseA EVENT_GOT_STARTER
jr nz, .afterChooseMon
ld hl, .GoAheadAndChooseText
call PrintText