diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:05:26 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:05:26 -0500 |
| commit | fba3fc738ab42b938ebfc02fc88cbc88e7686590 (patch) | |
| tree | 9b93a90ecace9ffd9df8dc14bb2d6314ade6b163 /data/maps/PokemonTower_3F | |
| parent | fad367402892e1c25634c4448936d84a621c341c (diff) | |
Document Pokemon Tower scripts
Diffstat (limited to 'data/maps/PokemonTower_3F')
| -rw-r--r-- | data/maps/PokemonTower_3F/map.json | 6 | ||||
| -rw-r--r-- | data/maps/PokemonTower_3F/scripts.inc | 18 | ||||
| -rw-r--r-- | data/maps/PokemonTower_3F/text.inc | 18 |
3 files changed, 21 insertions, 21 deletions
diff --git a/data/maps/PokemonTower_3F/map.json b/data/maps/PokemonTower_3F/map.json index dc1304400..0952ea0e2 100644 --- a/data/maps/PokemonTower_3F/map.json +++ b/data/maps/PokemonTower_3F/map.json @@ -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" }, { diff --git a/data/maps/PokemonTower_3F/scripts.inc b/data/maps/PokemonTower_3F/scripts.inc index a6a278554..5432268b2 100644 --- a/data/maps/PokemonTower_3F/scripts.inc +++ b/data/maps/PokemonTower_3F/scripts.inc @@ -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 diff --git a/data/maps/PokemonTower_3F/text.inc b/data/maps/PokemonTower_3F/text.inc index 49388655d..2df4ad713 100644 --- a/data/maps/PokemonTower_3F/text.inc +++ b/data/maps/PokemonTower_3F/text.inc @@ -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.$" |
