summaryrefslogtreecommitdiff
path: root/data/maps/DewfordTown_PokemonCenter_1F
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-07-20 15:18:31 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-07-20 15:18:31 -0400
commit06351bf63c791c3390edb9968effcfbadbd63fbe (patch)
tree20d294167a8a2e023c8d163e3c66491ed6e717e1 /data/maps/DewfordTown_PokemonCenter_1F
parentbea170e8e9555fb6941a952e939277b5bdd3459b (diff)
Remove address comments
Diffstat (limited to 'data/maps/DewfordTown_PokemonCenter_1F')
-rw-r--r--data/maps/DewfordTown_PokemonCenter_1F/scripts.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/DewfordTown_PokemonCenter_1F/scripts.inc b/data/maps/DewfordTown_PokemonCenter_1F/scripts.inc
index 9873c9e7a..dbd9e1c8d 100644
--- a/data/maps/DewfordTown_PokemonCenter_1F/scripts.inc
+++ b/data/maps/DewfordTown_PokemonCenter_1F/scripts.inc
@@ -1,16 +1,16 @@
.set LOCALID_NURSE, 1
-DewfordTown_PokemonCenter_1F_MapScripts:: @ 81FC523
+DewfordTown_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, DewfordTown_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
-DewfordTown_PokemonCenter_1F_OnTransition: @ 81FC52E
+DewfordTown_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_DEWFORD_TOWN
call Common_EventScript_UpdateBrineyLocation
end
-DewfordTown_PokemonCenter_1F_EventScript_Nurse:: @ 81FC537
+DewfordTown_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
@@ -18,21 +18,21 @@ DewfordTown_PokemonCenter_1F_EventScript_Nurse:: @ 81FC537
release
end
-DewfordTown_PokemonCenter_1F_EventScript_PokefanF:: @ 81FC545
+DewfordTown_PokemonCenter_1F_EventScript_PokefanF::
msgbox DewfordTown_PokemonCenter_1F_Text_StoneCavern, MSGBOX_NPC
end
-DewfordTown_PokemonCenter_1F_EventScript_Man:: @ 81FC54E
+DewfordTown_PokemonCenter_1F_EventScript_Man::
msgbox DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM, MSGBOX_NPC
end
-DewfordTown_PokemonCenter_1F_Text_StoneCavern: @ 81FC557
+DewfordTown_PokemonCenter_1F_Text_StoneCavern:
.string "There's a stone cavern at the edge\n"
.string "of town.\p"
.string "I've heard you can find rare stones\n"
.string "there.$"
-DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM: @ 81FC5AE
+DewfordTown_PokemonCenter_1F_Text_FaintedMonCanUseHM:
.string "Even if a POKéMON faints and can't\n"
.string "battle, it can still use a move learned\l"
.string "from a HIDDEN MACHINE (HM).$"