pokefirered/data/maps/TwoIsland_House/scripts.inc
2026-03-26 12:33:08 -06:00

21 lines
491 B
C++

.equ CHECKED_MUSHROOMS, FLAG_TEMP_1
TwoIsland_House_MapScripts::
.byte 0
TwoIsland_House_EventScript_MoveManiac::
goto_if_questlog EventScript_ReleaseEnd
special QuestLog_CutRecording
lock
faceplayer
goto_if_set CHECKED_MUSHROOMS, TwoIsland_House_EventScript_EndTutorMove
msgbox TwoIsland_House_Text_TeachMonMoveForMushroom
setflag CHECKED_MUSHROOMS
release
end
TwoIsland_House_EventScript_EndTutorMove::
msgbox TwoIsland_House_Text_NeedMushroomOrTwoToLearnMove
release
end