Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CeruleanCity_House2_MapScripts:: @ 816A975
|
||||
CeruleanCity_House2_MapScripts::
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
||||
CeruleanCity_House2_EventScript_Hiker::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_TM28_FROM_ROCKET, CeruleanCity_House2_EventScript_HikerGotTM28
|
||||
@@ -9,15 +9,15 @@ CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_HikerGotTM28:: @ 816A98B
|
||||
CeruleanCity_House2_EventScript_HikerGotTM28::
|
||||
msgbox CeruleanCity_House2_Text_TeachDiglettDigWithoutTM
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_Lass:: @ 816A995
|
||||
CeruleanCity_House2_EventScript_Lass::
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_WallHole:: @ 816A99E
|
||||
CeruleanCity_House2_EventScript_WallHole::
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketLeftWayOut, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CeruleanCity_House2_Text_RocketsStoleTMForDig:: @ 8191E13
|
||||
CeruleanCity_House2_Text_RocketsStoleTMForDig::
|
||||
.string "Those miserable ROCKETS!\p"
|
||||
.string "Look what they've done to my\n"
|
||||
.string "house!\p"
|
||||
@@ -8,15 +8,15 @@ CeruleanCity_House2_Text_RocketsStoleTMForDig:: @ 8191E13
|
||||
.string "MANKEY or a SANDSHREW…\p"
|
||||
.string "That cost me a bundle, it did!$"
|
||||
|
||||
CeruleanCity_House2_Text_TeachDiglettDigWithoutTM:: @ 8191ED8
|
||||
CeruleanCity_House2_Text_TeachDiglettDigWithoutTM::
|
||||
.string "I figure what's lost is lost.\p"
|
||||
.string "I decided to teach DIGLETT how to\n"
|
||||
.string "DIG without a TM.$"
|
||||
|
||||
CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood:: @ 8191F2A
|
||||
CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood::
|
||||
.string "TEAM ROCKET must be trying to DIG\n"
|
||||
.string "their way into no good!$"
|
||||
|
||||
CeruleanCity_House2_Text_TeamRocketLeftWayOut:: @ 8191F64
|
||||
CeruleanCity_House2_Text_TeamRocketLeftWayOut::
|
||||
.string "TEAM ROCKET left a way out!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user