Skip to content

Commit

Permalink
Fix event check
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 21, 2023
1 parent 100e0a7 commit d3e713f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/OaksLab.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3e713f

Please sign in to comment.