diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-20 15:18:31 -0400 |
| commit | 06351bf63c791c3390edb9968effcfbadbd63fbe (patch) | |
| tree | 20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/SlateportCity_PokemonCenter_1F | |
| parent | bea170e8e9555fb6941a952e939277b5bdd3459b (diff) | |
Remove address comments
Diffstat (limited to 'data/maps/SlateportCity_PokemonCenter_1F')
| -rw-r--r-- | data/maps/SlateportCity_PokemonCenter_1F/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/SlateportCity_PokemonCenter_1F/scripts.inc b/data/maps/SlateportCity_PokemonCenter_1F/scripts.inc index e6b1acea8..295409df8 100644 --- a/data/maps/SlateportCity_PokemonCenter_1F/scripts.inc +++ b/data/maps/SlateportCity_PokemonCenter_1F/scripts.inc @@ -1,16 +1,16 @@ .set LOCALID_NURSE, 1 -SlateportCity_PokemonCenter_1F_MapScripts:: @ 820DABF +SlateportCity_PokemonCenter_1F_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, SlateportCity_PokemonCenter_1F_OnTransition map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume .byte 0 -SlateportCity_PokemonCenter_1F_OnTransition: @ 820DACA +SlateportCity_PokemonCenter_1F_OnTransition: setrespawn HEAL_LOCATION_SLATEPORT_CITY call Common_EventScript_UpdateBrineyLocation end -SlateportCity_PokemonCenter_1F_EventScript_Nurse:: @ 820DAD3 +SlateportCity_PokemonCenter_1F_EventScript_Nurse:: setvar VAR_0x800B, LOCALID_NURSE call Common_EventScript_PkmnCenterNurse waitmessage @@ -18,15 +18,15 @@ SlateportCity_PokemonCenter_1F_EventScript_Nurse:: @ 820DAD3 release end -SlateportCity_PokemonCenter_1F_EventScript_Sailor:: @ 820DAE1 +SlateportCity_PokemonCenter_1F_EventScript_Sailor:: msgbox SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon, MSGBOX_NPC end -SlateportCity_PokemonCenter_1F_EventScript_Woman:: @ 820DAEA +SlateportCity_PokemonCenter_1F_EventScript_Woman:: msgbox SlateportCity_PokemonCenter_1F_Text_TradedMonWithFriend, MSGBOX_NPC end -SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon: @ 820DAF3 +SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon: .string "Want a tip for battling?\p" .string "I'd say it's raising different kinds\n" .string "of POKéMON in a balanced manner.\p" @@ -35,7 +35,7 @@ SlateportCity_PokemonCenter_1F_Text_RaiseDifferentTypesOfPokemon: @ 820DAF3 .string "If it has a type disadvantage,\n" .string "it might not stand a chance.$" -SlateportCity_PokemonCenter_1F_Text_TradedMonWithFriend: @ 820DBBC +SlateportCity_PokemonCenter_1F_Text_TradedMonWithFriend: .string "I trade POKéMON with my friends.\p" .string "If a traded POKéMON is holding an\n" .string "item, it makes me twice as happy!$" |
