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

This commit is contained in:
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