diff options
Diffstat (limited to 'data/maps/LavenderTown_House1/scripts.inc')
-rw-r--r-- | data/maps/LavenderTown_House1/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
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 |