Updated Prompt for reusing Repels (markdown)

redsquidz 2023-04-09 22:59:38 -07:00
parent 296a0436ad
commit 03f2d0f2b4
1 changed files with 1 additions and 1 deletions

@ -141,7 +141,7 @@ Sweet! Now, throw in a `callnative` in the assembly script and we're there. Over
EventScript_RepelWoreOff:: EventScript_RepelWoreOff::
lockall lockall
checkitem VAR_REPEL_LAST_USED, 1 checkitem VAR_REPEL_LAST_USED, 1
+ callnative Quick_Repel_Cycle + callnative Cycle_Through_Repels
compare VAR_RESULT, FALSE compare VAR_RESULT, FALSE
goto_if_eq EventScript_RepelWoreOff_NoMoreRepels goto_if_eq EventScript_RepelWoreOff_NoMoreRepels
msgbox Text_RepelWoreOff_UseAnother, MSGBOX_YESNO msgbox Text_RepelWoreOff_UseAnother, MSGBOX_YESNO