Fix the reimplemented events by using the right flag this time.

This commit is contained in:
Jess 2022-10-11 01:53:55 +00:00
parent 2cc33db24a
commit 34e697e91d
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ DewfordTown_EventScript_FishingExcellent::
DewfordTown_EventScript_FishingNotSoGood::
msgbox DewfordTown_Text_FishingAdvice, MSGBOX_DEFAULT
goto_if_set FLAG_IS_CHAMPION, DewfordTown_EventScript_GiveOldSeaMap
goto_if_set FLAG_SYS_GAME_CLEAR, DewfordTown_EventScript_GiveOldSeaMap
release
end

View File

@ -259,7 +259,7 @@ LittlerootTown_EventScript_Twin::
faceplayer
goto_if_set FLAG_ADVENTURE_STARTED, LittlerootTown_EventScript_GoodLuck
goto_if_set FLAG_RESCUED_BIRCH, LittlerootTown_EventScript_YouSavedBirch
goto_if_set FLAG_IS_CHAMPION, LittlerootTown_EventScript_DustyTickets
goto_if_set FLAG_SYS_GAME_CLEAR, LittlerootTown_EventScript_DustyTickets
goto_if_ne VAR_LITTLEROOT_TOWN_STATE, 0, LittlerootTown_EventScript_GoSaveBirch
msgbox LittlerootTown_Text_IfYouGoInGrassPokemonWillJumpOut, MSGBOX_DEFAULT
release