Document Pokemon Tower scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "PokemonTower_3F_EventScript_1633A7",
|
||||
"script": "PokemonTower_3F_EventScript_Patricia",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 3,
|
||||
"script": "PokemonTower_3F_EventScript_1633BE",
|
||||
"script": "PokemonTower_3F_EventScript_Carly",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 1,
|
||||
"trainer_sight_or_berry_tree_id": 2,
|
||||
"script": "PokemonTower_3F_EventScript_1633D5",
|
||||
"script": "PokemonTower_3F_EventScript_Hope",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
PokemonTower_3F_MapScripts:: @ 81633A6
|
||||
.byte 0
|
||||
|
||||
PokemonTower_3F_EventScript_1633A7:: @ 81633A7
|
||||
trainerbattle_single TRAINER_CHANNELER_PATRICIA, Text_179FA0, Text_179FBC
|
||||
msgbox gUnknown_8179FD3, MSGBOX_AUTOCLOSE
|
||||
PokemonTower_3F_EventScript_Patricia:: @ 81633A7
|
||||
trainerbattle_single TRAINER_CHANNELER_PATRICIA, PokemonTower_3F_Text_PatriciaIntro, PokemonTower_3F_Text_PatriciaDefeat
|
||||
msgbox PokemonTower_3F_Text_PatriciaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
PokemonTower_3F_EventScript_1633BE:: @ 81633BE
|
||||
trainerbattle_single TRAINER_CHANNELER_CARLY, Text_179F62, Text_179F72
|
||||
msgbox gUnknown_8179F88, MSGBOX_AUTOCLOSE
|
||||
PokemonTower_3F_EventScript_Carly:: @ 81633BE
|
||||
trainerbattle_single TRAINER_CHANNELER_CARLY, PokemonTower_3F_Text_CarlyIntro, PokemonTower_3F_Text_CarlyDefeat
|
||||
msgbox PokemonTower_3F_Text_CarlyPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
PokemonTower_3F_EventScript_1633D5:: @ 81633D5
|
||||
trainerbattle_single TRAINER_CHANNELER_HOPE, Text_179F09, Text_179F21
|
||||
msgbox gUnknown_8179F31, MSGBOX_AUTOCLOSE
|
||||
PokemonTower_3F_EventScript_Hope:: @ 81633D5
|
||||
trainerbattle_single TRAINER_CHANNELER_HOPE, PokemonTower_3F_Text_HopeIntro, PokemonTower_3F_Text_HopeDefeat
|
||||
msgbox PokemonTower_3F_Text_HopePostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,36 +1,36 @@
|
||||
Text_179F09:: @ 8179F09
|
||||
PokemonTower_3F_Text_HopeIntro:: @ 8179F09
|
||||
.string "Urrg… Awaa…\n"
|
||||
.string "Huhu… Graa…$"
|
||||
|
||||
Text_179F21:: @ 8179F21
|
||||
PokemonTower_3F_Text_HopeDefeat:: @ 8179F21
|
||||
.string "Hwa!\n"
|
||||
.string "I'm saved!$"
|
||||
|
||||
gUnknown_8179F31:: @ 8179F31
|
||||
PokemonTower_3F_Text_HopePostBattle:: @ 8179F31
|
||||
.string "The ghosts can be identified by\n"
|
||||
.string "the SILPH SCOPE.$"
|
||||
|
||||
Text_179F62:: @ 8179F62
|
||||
PokemonTower_3F_Text_CarlyIntro:: @ 8179F62
|
||||
.string "Kekeke…\n"
|
||||
.string "Kwaaah!$"
|
||||
|
||||
Text_179F72:: @ 8179F72
|
||||
PokemonTower_3F_Text_CarlyDefeat:: @ 8179F72
|
||||
.string "Hmm?\n"
|
||||
.string "What am I doing?$"
|
||||
|
||||
gUnknown_8179F88:: @ 8179F88
|
||||
PokemonTower_3F_Text_CarlyPostBattle:: @ 8179F88
|
||||
.string "Sorry!\n"
|
||||
.string "I was possessed!$"
|
||||
|
||||
Text_179FA0:: @ 8179FA0
|
||||
PokemonTower_3F_Text_PatriciaIntro:: @ 8179FA0
|
||||
.string "Be gone!\n"
|
||||
.string "Malevolent spirit!$"
|
||||
|
||||
Text_179FBC:: @ 8179FBC
|
||||
PokemonTower_3F_Text_PatriciaDefeat:: @ 8179FBC
|
||||
.string "Whew!\n"
|
||||
.string "The spirit left!$"
|
||||
|
||||
gUnknown_8179FD3:: @ 8179FD3
|
||||
PokemonTower_3F_Text_PatriciaPostBattle:: @ 8179FD3
|
||||
.string "The others above…\n"
|
||||
.string "They must have been possessed.$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user