mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-31 20:52:48 -05:00
24 lines
612 B
PHP
24 lines
612 B
PHP
CeruleanCity_House2_MapScripts::
|
|
.byte 0
|
|
|
|
CeruleanCity_House2_EventScript_Hiker::
|
|
lock
|
|
faceplayer
|
|
goto_if_set FLAG_GOT_TM28_FROM_ROCKET, CeruleanCity_House2_EventScript_HikerGotTM28
|
|
msgbox CeruleanCity_House2_Text_RocketsStoleTMForDig
|
|
release
|
|
end
|
|
|
|
CeruleanCity_House2_EventScript_HikerGotTM28::
|
|
msgbox CeruleanCity_House2_Text_TeachDiglettDigWithoutTM
|
|
release
|
|
end
|
|
|
|
CeruleanCity_House2_EventScript_Lass::
|
|
msgbox CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood, MSGBOX_NPC
|
|
end
|
|
|
|
CeruleanCity_House2_EventScript_WallHole::
|
|
msgbox CeruleanCity_House2_Text_TeamRocketLeftWayOut, MSGBOX_SIGN
|
|
end
|