aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/RockTunnelPokecenter.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-20 00:33:27 -0600
committerdannye <33dannye@gmail.com>2023-11-20 20:23:27 -0600
commit298e99d3776580585c3f434e5d93137ae431bdd3 (patch)
treea808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /scripts/RockTunnelPokecenter.asm
parentAdd sound bits documentation for wOptions (#110) (diff)
parentName 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff)
downloadpokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz
pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/RockTunnelPokecenter.asm')
-rw-r--r--scripts/RockTunnelPokecenter.asm25
1 files changed, 13 insertions, 12 deletions
diff --git a/scripts/RockTunnelPokecenter.asm b/scripts/RockTunnelPokecenter.asm
index 3b3da387..8a980490 100644
--- a/scripts/RockTunnelPokecenter.asm
+++ b/scripts/RockTunnelPokecenter.asm
@@ -3,27 +3,28 @@ RockTunnelPokecenter_Script:
jp EnableAutoTextBoxDrawing
RockTunnelPokecenter_TextPointers:
- dw RockTunnelHealNurseText
- dw RockTunnelPokecenterText2
- dw RockTunnelPokecenterText3
- dw RockTunnelTradeNurseText
- dw RockTunnelPokecenterText5
+ def_text_pointers
+ dw_const RockTunnelPokecenterNurseText, TEXT_ROCKTUNNELPOKECENTER_NURSE
+ dw_const RockTunnelPokecenterGentlemanText, TEXT_ROCKTUNNELPOKECENTER_GENTLEMAN
+ dw_const RockTunnelPokecenterFisherText, TEXT_ROCKTUNNELPOKECENTER_FISHER
+ dw_const RockTunnelPokecenterLinkReceptionistText, TEXT_ROCKTUNNELPOKECENTER_LINK_RECEPTIONIST
+ dw_const RockTunnelPokecenterChanseyText, TEXT_ROCKTUNNELPOKECENTER_CHANSEY
-RockTunnelHealNurseText:
+RockTunnelPokecenterNurseText:
script_pokecenter_nurse
-RockTunnelPokecenterText2:
- text_far _RockTunnelPokecenterText2
+RockTunnelPokecenterGentlemanText:
+ text_far _RockTunnelPokecenterGentlemanText
text_end
-RockTunnelPokecenterText3:
- text_far _RockTunnelPokecenterText3
+RockTunnelPokecenterFisherText:
+ text_far _RockTunnelPokecenterFisherText
text_end
-RockTunnelTradeNurseText:
+RockTunnelPokecenterLinkReceptionistText:
script_cable_club_receptionist
-RockTunnelPokecenterText5:
+RockTunnelPokecenterChanseyText:
text_asm
callfar PokecenterChanseyText
jp TextScriptEnd