mirror of
https://github.com/pret/pokefirered.git
synced 2026-06-02 22:04:27 -05:00
24 lines
662 B
PHP
24 lines
662 B
PHP
CeruleanCity_House2_MapScripts:: @ 816A975
|
|
.byte 0
|
|
|
|
CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
|
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:: @ 816A98B
|
|
msgbox CeruleanCity_House2_Text_TeachDiglettDigWithoutTM
|
|
release
|
|
end
|
|
|
|
CeruleanCity_House2_EventScript_Lass:: @ 816A995
|
|
msgbox CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood, MSGBOX_NPC
|
|
end
|
|
|
|
CeruleanCity_House2_EventScript_WallHole:: @ 816A99E
|
|
msgbox CeruleanCity_House2_Text_TeamRocketLeftWayOut, MSGBOX_SIGN
|
|
end
|