Document Cerulean City scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeruleanCity_House2_EventScript_16A976",
|
||||
"script": "CeruleanCity_House2_EventScript_Hiker",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeruleanCity_House2_EventScript_16A995",
|
||||
"script": "CeruleanCity_House2_EventScript_Lass",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
@@ -77,7 +77,7 @@
|
||||
"x": 4,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"script": "CeruleanCity_House2_EventScript_16A99E"
|
||||
"script": "CeruleanCity_House2_EventScript_WallHole"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
CeruleanCity_House2_MapScripts:: @ 816A975
|
||||
.byte 0
|
||||
|
||||
CeruleanCity_House2_EventScript_16A976:: @ 816A976
|
||||
CeruleanCity_House2_EventScript_Hiker:: @ 816A976
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_GOT_TM28_FROM_ROCKET, EventScript_16A98B
|
||||
msgbox gUnknown_8191E13
|
||||
goto_if_set FLAG_GOT_TM28_FROM_ROCKET, CeruleanCity_House2_EventScript_HikerGotTM28
|
||||
msgbox CeruleanCity_House2_Text_RocketsStoleTMForDig
|
||||
release
|
||||
end
|
||||
|
||||
EventScript_16A98B:: @ 816A98B
|
||||
msgbox gUnknown_8191ED8
|
||||
CeruleanCity_House2_EventScript_HikerGotTM28:: @ 816A98B
|
||||
msgbox CeruleanCity_House2_Text_TeachDiglettDigWithoutTM
|
||||
release
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_16A995:: @ 816A995
|
||||
msgbox gUnknown_8191F2A, MSGBOX_NPC
|
||||
CeruleanCity_House2_EventScript_Lass:: @ 816A995
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeruleanCity_House2_EventScript_16A99E:: @ 816A99E
|
||||
msgbox gUnknown_8191F64, MSGBOX_SIGN
|
||||
CeruleanCity_House2_EventScript_WallHole:: @ 816A99E
|
||||
msgbox CeruleanCity_House2_Text_TeamRocketLeftWayOut, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
gUnknown_8191E13:: @ 8191E13
|
||||
CeruleanCity_House2_Text_RocketsStoleTMForDig:: @ 8191E13
|
||||
.string "Those miserable ROCKETS!\p"
|
||||
.string "Look what they've done to my\n"
|
||||
.string "house!\p"
|
||||
@@ -8,15 +8,15 @@ gUnknown_8191E13:: @ 8191E13
|
||||
.string "MANKEY or a SANDSHREW…\p"
|
||||
.string "That cost me a bundle, it did!$"
|
||||
|
||||
gUnknown_8191ED8:: @ 8191ED8
|
||||
CeruleanCity_House2_Text_TeachDiglettDigWithoutTM:: @ 8191ED8
|
||||
.string "I figure what's lost is lost.\p"
|
||||
.string "I decided to teach DIGLETT how to\n"
|
||||
.string "DIG without a TM.$"
|
||||
|
||||
gUnknown_8191F2A:: @ 8191F2A
|
||||
CeruleanCity_House2_Text_TeamRocketTryingToDigIntoNoGood:: @ 8191F2A
|
||||
.string "TEAM ROCKET must be trying to DIG\n"
|
||||
.string "their way into no good!$"
|
||||
|
||||
gUnknown_8191F64:: @ 8191F64
|
||||
CeruleanCity_House2_Text_TeamRocketLeftWayOut:: @ 8191F64
|
||||
.string "TEAM ROCKET left a way out!$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user