diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:56:46 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:56:46 -0500 |
| commit | 8b2bf805eab3d1e7ca11eda11d6b409fac431248 (patch) | |
| tree | ef2e822bd2533a093320666a3b7f85e0285d4126 /data/maps/LavenderTown_House1 | |
| parent | fba3fc738ab42b938ebfc02fc88cbc88e7686590 (diff) | |
Document Lavender Town scripts
Diffstat (limited to 'data/maps/LavenderTown_House1')
| -rw-r--r-- | data/maps/LavenderTown_House1/map.json | 4 | ||||
| -rw-r--r-- | data/maps/LavenderTown_House1/scripts.inc | 14 | ||||
| -rw-r--r-- | data/maps/LavenderTown_House1/text.inc | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/LavenderTown_House1/map.json b/data/maps/LavenderTown_House1/map.json index a8c213f2e..d065e65d6 100644 --- a/data/maps/LavenderTown_House1/map.json +++ b/data/maps/LavenderTown_House1/map.json @@ -23,7 +23,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "LavenderTown_House1_EventScript_16B233", + "script": "LavenderTown_House1_EventScript_CooltrainerF", "flag": "0" }, { @@ -36,7 +36,7 @@ "movement_range_y": 1, "trainer_type": 0, "trainer_sight_or_berry_tree_id": 0, - "script": "LavenderTown_House1_EventScript_16B252", + "script": "LavenderTown_House1_EventScript_Cubone", "flag": "0" } ], diff --git a/data/maps/LavenderTown_House1/scripts.inc b/data/maps/LavenderTown_House1/scripts.inc index d57871971..dd331a208 100644 --- a/data/maps/LavenderTown_House1/scripts.inc +++ b/data/maps/LavenderTown_House1/scripts.inc @@ -1,25 +1,25 @@ LavenderTown_House1_MapScripts:: @ 816B232 .byte 0 -LavenderTown_House1_EventScript_16B233:: @ 816B233 +LavenderTown_House1_EventScript_CooltrainerF:: @ 816B233 lock faceplayer - goto_if_set FLAG_RESCUED_MR_FUJI, EventScript_16B248 - msgbox gUnknown_819397D + goto_if_set FLAG_RESCUED_MR_FUJI, LavenderTown_House1_EventScript_CooltrainerFGhostGone + msgbox LavenderTown_House1_Text_RocketsKilledCubonesMother release end -EventScript_16B248:: @ 816B248 - msgbox gUnknown_81939F8 +LavenderTown_House1_EventScript_CooltrainerFGhostGone:: @ 816B248 + msgbox LavenderTown_House1_Text_GhostOfPokemonTowerIsGone release end -LavenderTown_House1_EventScript_16B252:: @ 816B252 +LavenderTown_House1_EventScript_Cubone:: @ 816B252 lock faceplayer waitse playmoncry SPECIES_CUBONE, 0 - msgbox gUnknown_819396B + msgbox LavenderTown_House1_Text_Cubone waitmoncry release end diff --git a/data/maps/LavenderTown_House1/text.inc b/data/maps/LavenderTown_House1/text.inc index 0b61cb72d..ab6d722e0 100644 --- a/data/maps/LavenderTown_House1/text.inc +++ b/data/maps/LavenderTown_House1/text.inc @@ -1,14 +1,14 @@ -gUnknown_819396B:: @ 819396B +LavenderTown_House1_Text_Cubone:: @ 819396B .string "CUBONE: Kyarugoo!$" -gUnknown_819397D:: @ 819397D +LavenderTown_House1_Text_RocketsKilledCubonesMother:: @ 819397D .string "Those horrible ROCKETS!\n" .string "They deserve no mercy!\p" .string "That poor CUBONE's mother…\p" .string "It was killed trying to escape from\n" .string "TEAM ROCKET.$" -gUnknown_81939F8:: @ 81939F8 +LavenderTown_House1_Text_GhostOfPokemonTowerIsGone:: @ 81939F8 .string "The ghost of POKéMON TOWER is\n" .string "gone!\p" .string "Someone must have soothed its\n" |
