Document Silph Co scripts

This commit is contained in:
GriffinR
2020-01-26 05:41:22 -05:00
parent bf7bab92e2
commit f637ade6b3
36 changed files with 585 additions and 624 deletions
+10 -10
View File
@@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 2,
"script": "SilphCo_5F_EventScript_161853",
"script": "SilphCo_5F_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_5F_EventScript_16186A",
"script": "SilphCo_5F_EventScript_Dalton",
"flag": "FLAG_HIDE_SILPH_ROCKETS"
},
{
@@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SilphCo_5F_EventScript_1617E0",
"script": "SilphCo_5F_EventScript_WorkerM",
"flag": "0"
},
{
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 1,
"script": "SilphCo_5F_EventScript_161825",
"script": "SilphCo_5F_EventScript_Beau",
"flag": "FLAG_HIDE_SILPH_ROCKETS"
},
{
@@ -75,7 +75,7 @@
"movement_range_y": 1,
"trainer_type": 1,
"trainer_sight_or_berry_tree_id": 3,
"script": "SilphCo_5F_EventScript_16183C",
"script": "SilphCo_5F_EventScript_Grunt1",
"flag": "FLAG_HIDE_SILPH_ROCKETS"
},
{
@@ -127,7 +127,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "SilphCo_5F_EventScript_1AD0D4",
"script": "SilphCo_5F_EventScript_Scientist",
"flag": "0"
}
],
@@ -283,21 +283,21 @@
"x": 28,
"y": 11,
"elevation": 0,
"script": "SilphCo_5F_EventScript_161813"
"script": "SilphCo_5F_EventScript_PokemonReport3"
},
{
"type": "bg_event_type_0",
"x": 30,
"y": 13,
"elevation": 0,
"script": "SilphCo_5F_EventScript_16180A"
"script": "SilphCo_5F_EventScript_PokemonReport2"
},
{
"type": "bg_event_type_0",
"x": 25,
"y": 15,
"elevation": 0,
"script": "SilphCo_5F_EventScript_161801"
"script": "SilphCo_5F_EventScript_PokemonReport1"
},
{
"type": "hidden_item",
@@ -314,7 +314,7 @@
"x": 29,
"y": 1,
"elevation": 0,
"script": "SilphCo_5F_EventScript_16181C"
"script": "SilphCo_5F_EventScript_FloorSign"
}
]
}
+25 -25
View File
@@ -8,52 +8,52 @@ SilphCo_5F_OnLoad:: @ 81617C4
call_if_unset FLAG_SILPH_5F_DOOR_3, EventScript_Close5FDoor3
end
SilphCo_5F_EventScript_1617E0:: @ 81617E0
SilphCo_5F_EventScript_WorkerM:: @ 81617E0
lock
faceplayer
compare VAR_MAP_SCENE_SILPH_CO_11F, 1
goto_if_ge EventScript_1617F7
msgbox gUnknown_8175B70
goto_if_ge SilphCo_5F_EventScript_WorkerMRocketsGone
msgbox SilphCo_5F_Text_RocketsInUproarAboutIntruder
release
end
EventScript_1617F7:: @ 81617F7
msgbox gUnknown_8175BB3
SilphCo_5F_EventScript_WorkerMRocketsGone:: @ 81617F7
msgbox SilphCo_5F_Text_YoureOurHeroThankYou
release
end
SilphCo_5F_EventScript_161801:: @ 8161801
msgbox gUnknown_8175D89, MSGBOX_SIGN
SilphCo_5F_EventScript_PokemonReport1:: @ 8161801
msgbox SilphCo_5F_Text_PorygonFirstVRMon, MSGBOX_SIGN
end
SilphCo_5F_EventScript_16180A:: @ 816180A
msgbox gUnknown_8175DE0, MSGBOX_SIGN
SilphCo_5F_EventScript_PokemonReport2:: @ 816180A
msgbox SilphCo_5F_Text_Over350TechniquesConfirmed, MSGBOX_SIGN
end
SilphCo_5F_EventScript_161813:: @ 8161813
msgbox gUnknown_8175E28, MSGBOX_SIGN
SilphCo_5F_EventScript_PokemonReport3:: @ 8161813
msgbox SilphCo_5F_Text_SomeMonsEvolveWhenTraded, MSGBOX_SIGN
end
SilphCo_5F_EventScript_16181C:: @ 816181C
msgbox gUnknown_8175E80, MSGBOX_SIGN
SilphCo_5F_EventScript_FloorSign:: @ 816181C
msgbox SilphCo_5F_Text_FloorSign, MSGBOX_SIGN
end
SilphCo_5F_EventScript_161825:: @ 8161825
trainerbattle_single TRAINER_SCIENTIST_BEAU, Text_175C40, Text_175C6D
msgbox gUnknown_8175C7D, MSGBOX_AUTOCLOSE
SilphCo_5F_EventScript_Beau:: @ 8161825
trainerbattle_single TRAINER_SCIENTIST_BEAU, SilphCo_5F_Text_BeauIntro, SilphCo_5F_Text_BeauDefeat
msgbox SilphCo_5F_Text_BeauPostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_16183C:: @ 816183C
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_28, Text_175BE5, Text_175C09
msgbox gUnknown_8175C0F, MSGBOX_AUTOCLOSE
SilphCo_5F_EventScript_Grunt1:: @ 816183C
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_28, SilphCo_5F_Text_Grunt1Intro, SilphCo_5F_Text_Grunt1Defeat
msgbox SilphCo_5F_Text_Grunt1PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_161853:: @ 8161853
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_29, Text_175D28, Text_175D4B
msgbox gUnknown_8175D59, MSGBOX_AUTOCLOSE
SilphCo_5F_EventScript_Grunt2:: @ 8161853
trainerbattle_single TRAINER_TEAM_ROCKET_GRUNT_29, SilphCo_5F_Text_Grunt2Intro, SilphCo_5F_Text_Grunt2Defeat
msgbox SilphCo_5F_Text_Grunt2PostBattle, MSGBOX_AUTOCLOSE
end
SilphCo_5F_EventScript_16186A:: @ 816186A
trainerbattle_single TRAINER_JUGGLER_DALTON, Text_175CBD, Text_175CEB
msgbox gUnknown_8175CF9, MSGBOX_AUTOCLOSE
SilphCo_5F_EventScript_Dalton:: @ 816186A
trainerbattle_single TRAINER_JUGGLER_DALTON, SilphCo_5F_Text_DaltonIntro, SilphCo_5F_Text_DaltonDefeat
msgbox SilphCo_5F_Text_DaltonPostBattle, MSGBOX_AUTOCLOSE
end
+25 -18
View File
@@ -1,74 +1,81 @@
gUnknown_8175B70:: @ 8175B70
SilphCo_5F_Text_RocketsInUproarAboutIntruder:: @ 8175B70
.string "TEAM ROCKET is in an uproar over\n"
.string "some intruder.\p"
.string "That's you, right?$"
gUnknown_8175BB3:: @ 8175BB3
SilphCo_5F_Text_YoureOurHeroThankYou:: @ 8175BB3
.string "TEAM ROCKET took off!\n"
.string "You're our hero! Thank you!$"
Text_175BE5:: @ 8175BE5
SilphCo_5F_Text_Grunt1Intro:: @ 8175BE5
.string "I heard a kid was wandering\n"
.string "around.$"
Text_175C09:: @ 8175C09
SilphCo_5F_Text_Grunt1Defeat:: @ 8175C09
.string "Boom!$"
gUnknown_8175C0F:: @ 8175C0F
SilphCo_5F_Text_Grunt1PostBattle:: @ 8175C0F
.string "It's not smart to pick a fight with\n"
.string "TEAM ROCKET!$"
Text_175C40:: @ 8175C40
SilphCo_5F_Text_BeauIntro:: @ 8175C40
.string "We study POKé BALL technology on\n"
.string "this floor.$"
Text_175C6D:: @ 8175C6D
SilphCo_5F_Text_BeauDefeat:: @ 8175C6D
.string "Dang!\n"
.string "Blast it!$"
gUnknown_8175C7D:: @ 8175C7D
SilphCo_5F_Text_BeauPostBattle:: @ 8175C7D
.string "We worked on the ultimate POKé\n"
.string "BALL which would catch anything.$"
Text_175CBD:: @ 8175CBD
SilphCo_5F_Text_DaltonIntro:: @ 8175CBD
.string "Whaaat?\p"
.string "There shouldn't be any children\n"
.string "here!$"
Text_175CEB:: @ 8175CEB
SilphCo_5F_Text_DaltonDefeat:: @ 8175CEB
.string "Oh, goodness!$"
gUnknown_8175CF9:: @ 8175CF9
SilphCo_5F_Text_DaltonPostBattle:: @ 8175CF9
.string "You're only on 5F.\n"
.string "It's a long way to my BOSS!$"
Text_175D28:: @ 8175D28
SilphCo_5F_Text_Grunt2Intro:: @ 8175D28
.string "Show TEAM ROCKET a little respect!$"
Text_175D4B:: @ 8175D4B
SilphCo_5F_Text_Grunt2Defeat:: @ 8175D4B
.string "Cough…\n"
.string "Cough…$"
gUnknown_8175D59:: @ 8175D59
SilphCo_5F_Text_Grunt2PostBattle:: @ 8175D59
.string "Which reminds me.\p"
.string "KOFFING evolves into WEEZING!$"
gUnknown_8175D89:: @ 8175D89
SilphCo_5F_Text_PorygonFirstVRMon:: @ 8175D89
.string "It's a POKéMON REPORT!\p"
.string "POKéMON LAB created PORYGON,\n"
.string "the first virtual-reality POKéMON.$"
gUnknown_8175DE0:: @ 8175DE0
SilphCo_5F_Text_Over350TechniquesConfirmed:: @ 8175DE0
.string "It's a POKéMON REPORT!\p"
.string "Over 350 POKéMON techniques have\n"
.string "been confirmed.$"
gUnknown_8175E28:: @ 8175E28
SilphCo_5F_Text_SomeMonsEvolveWhenTraded:: @ 8175E28
.string "It's a POKéMON REPORT!\p"
.string "Some POKéMON have been confirmed\n"
.string "to evolve when they are traded.$"
gUnknown_8175E80:: @ 8175E80
SilphCo_5F_Text_FloorSign:: @ 8175E80
.string "SILPH CO. HEAD OFFICE\n"
.string "5F$"
SilphCo_5F_Text_RocketBossLookingForStrongMons:: @ 8175E99
.string "Those thugs that took over our\n"
.string "building…\p"
.string "Their BOSS said he was looking for\n"
.string "strong POKéMON.\p"
.string "I hope our PRESIDENT managed to\n"
.string "avoid trouble…$"