Document Silph Co scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 5,
|
||||
"script": "SilphCo_2F_EventScript_1616AE",
|
||||
"script": "SilphCo_2F_EventScript_Grunt2",
|
||||
"flag": "FLAG_HIDE_SILPH_ROCKETS"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 4,
|
||||
"script": "SilphCo_2F_EventScript_161680",
|
||||
"script": "SilphCo_2F_EventScript_Jerry",
|
||||
"flag": "FLAG_HIDE_SILPH_ROCKETS"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "SilphCo_2F_EventScript_161697",
|
||||
"script": "SilphCo_2F_EventScript_Grunt1",
|
||||
"flag": "FLAG_HIDE_SILPH_ROCKETS"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "SilphCo_2F_EventScript_161669",
|
||||
"script": "SilphCo_2F_EventScript_Connor",
|
||||
"flag": "FLAG_HIDE_SILPH_ROCKETS"
|
||||
},
|
||||
{
|
||||
@@ -203,7 +203,7 @@
|
||||
"x": 29,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"script": "SilphCo_2F_EventScript_161660"
|
||||
"script": "SilphCo_2F_EventScript_FloorSign"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,30 +9,28 @@ SilphCo_2F_OnLoad:: @ 8161647
|
||||
|
||||
SilphCo_2F_EventScript_ThunderWaveTutor:: @ 816165A
|
||||
goto EventScript_ThunderWaveTutor
|
||||
|
||||
EventScript_16165F:: @ 816165F
|
||||
end
|
||||
|
||||
SilphCo_2F_EventScript_161660:: @ 8161660
|
||||
msgbox gUnknown_8175894, MSGBOX_SIGN
|
||||
SilphCo_2F_EventScript_FloorSign:: @ 8161660
|
||||
msgbox SilphCo_2F_Text_FloorSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
SilphCo_2F_EventScript_161669:: @ 8161669
|
||||
trainerbattle_single TRAINER_SCIENTIST_CONNOR, Text_175562, Text_17557E
|
||||
msgbox gUnknown_817559F, MSGBOX_AUTOCLOSE
|
||||
SilphCo_2F_EventScript_Connor:: @ 8161669
|
||||
trainerbattle_single TRAINER_SCIENTIST_CONNOR, SilphCo_2F_Text_ConnorIntro, SilphCo_2F_Text_ConnorDefeat
|
||||
msgbox SilphCo_2F_Text_ConnorPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SilphCo_2F_EventScript_161680:: @ 8161680
|
||||
trainerbattle_single TRAINER_SCIENTIST_JERRY, Text_1755C6, Text_1755E5
|
||||
msgbox gUnknown_81755F2, MSGBOX_AUTOCLOSE
|
||||
SilphCo_2F_EventScript_Jerry:: @ 8161680
|
||||
trainerbattle_single TRAINER_SCIENTIST_JERRY, SilphCo_2F_Text_JerryIntro, SilphCo_2F_Text_JerryDefeat
|
||||
msgbox SilphCo_2F_Text_JerryPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SilphCo_2F_EventScript_161697:: @ 8161697
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_23, Text_17562D, Text_17564A
|
||||
msgbox gUnknown_8175651, MSGBOX_AUTOCLOSE
|
||||
SilphCo_2F_EventScript_Grunt1:: @ 8161697
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_23, SilphCo_2F_Text_Grunt1Intro, SilphCo_2F_Text_Grunt1Defeat
|
||||
msgbox SilphCo_2F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
SilphCo_2F_EventScript_1616AE:: @ 81616AE
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_24, Text_1756AD, Text_1756D8
|
||||
msgbox gUnknown_81756E2, MSGBOX_AUTOCLOSE
|
||||
SilphCo_2F_EventScript_Grunt2:: @ 81616AE
|
||||
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_24, SilphCo_2F_Text_Grunt2Intro, SilphCo_2F_Text_Grunt2Defeat
|
||||
msgbox SilphCo_2F_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,46 +1,46 @@
|
||||
Text_175562:: @ 8175562
|
||||
SilphCo_2F_Text_ConnorIntro:: @ 8175562
|
||||
.string "Help!\n"
|
||||
.string "I'm a SILPH employee.$"
|
||||
|
||||
Text_17557E:: @ 817557E
|
||||
SilphCo_2F_Text_ConnorDefeat:: @ 817557E
|
||||
.string "How did you know\n"
|
||||
.string "I was a ROCKET?$"
|
||||
|
||||
gUnknown_817559F:: @ 817559F
|
||||
SilphCo_2F_Text_ConnorPostBattle:: @ 817559F
|
||||
.string "I work for both SILPH and TEAM\n"
|
||||
.string "ROCKET.$"
|
||||
|
||||
Text_1755C6:: @ 81755C6
|
||||
SilphCo_2F_Text_JerryIntro:: @ 81755C6
|
||||
.string "It's off-limits here!\n"
|
||||
.string "Go home!$"
|
||||
|
||||
Text_1755E5:: @ 81755E5
|
||||
SilphCo_2F_Text_JerryDefeat:: @ 81755E5
|
||||
.string "You're good.$"
|
||||
|
||||
gUnknown_81755F2:: @ 81755F2
|
||||
SilphCo_2F_Text_JerryPostBattle:: @ 81755F2
|
||||
.string "Can you solve the maze in here?\n"
|
||||
.string "It's not easy, I tell you!$"
|
||||
|
||||
Text_17562D:: @ 817562D
|
||||
SilphCo_2F_Text_Grunt1Intro:: @ 817562D
|
||||
.string "No kids are allowed in here!$"
|
||||
|
||||
Text_17564A:: @ 817564A
|
||||
SilphCo_2F_Text_Grunt1Defeat:: @ 817564A
|
||||
.string "Tough!$"
|
||||
|
||||
gUnknown_8175651:: @ 8175651
|
||||
SilphCo_2F_Text_Grunt1PostBattle:: @ 8175651
|
||||
.string "Diamond-shaped tiles are teleport\n"
|
||||
.string "blocks.\p"
|
||||
.string "They're transporters for this\n"
|
||||
.string "high-tech building.$"
|
||||
|
||||
Text_1756AD:: @ 81756AD
|
||||
SilphCo_2F_Text_Grunt2Intro:: @ 81756AD
|
||||
.string "Hey, kid!\n"
|
||||
.string "What are you wandering here for?$"
|
||||
|
||||
Text_1756D8:: @ 81756D8
|
||||
SilphCo_2F_Text_Grunt2Defeat:: @ 81756D8
|
||||
.string "I goofed!$"
|
||||
|
||||
gUnknown_81756E2:: @ 81756E2
|
||||
SilphCo_2F_Text_Grunt2PostBattle:: @ 81756E2
|
||||
.string "SILPH CO. will be associated with\n"
|
||||
.string "TEAM ROCKET!$"
|
||||
|
||||
@@ -68,7 +68,7 @@ Text_ThunderWaveTaught:: @ 81757EC
|
||||
.string "It's an ELECTRIC-type move, so it\n"
|
||||
.string "won't work on some POKéMON.$"
|
||||
|
||||
gUnknown_8175894:: @ 8175894
|
||||
SilphCo_2F_Text_FloorSign:: @ 8175894
|
||||
.string "SILPH CO. HEAD OFFICE\n"
|
||||
.string "2F$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user