aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/CeladonPokecenter.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/CeladonPokecenter.asm')
-rw-r--r--scripts/CeladonPokecenter.asm25
1 files changed, 13 insertions, 12 deletions
diff --git a/scripts/CeladonPokecenter.asm b/scripts/CeladonPokecenter.asm
index febc21f8..b9d73bc1 100644
--- a/scripts/CeladonPokecenter.asm
+++ b/scripts/CeladonPokecenter.asm
@@ -3,27 +3,28 @@ CeladonPokecenter_Script:
jp EnableAutoTextBoxDrawing
CeladonPokecenter_TextPointers:
- dw CeladonHealNurseText
- dw CeladonPokecenterText2
- dw CeladonPokecenterText3
- dw CeladonTradeNurseText
- dw CeladonPokecenterText5
+ def_text_pointers
+ dw_const CeladonPokecenterNurseText, TEXT_CELADONPOKECENTER_NURSE
+ dw_const CeladonPokecenterGentlemanText, TEXT_CELADONPOKECENTER_GENTLEMAN
+ dw_const CeladonPokecenterBeautyText, TEXT_CELADONPOKECENTER_BEAUTY
+ dw_const CeladonPokecenterLinkReceptionistText, TEXT_CELADONPOKECENTER_LINK_RECEPTIONIST
+ dw_const CeladonPokecenterChanseyText, TEXT_CELADONPOKECENTER_CHANSEY
-CeladonTradeNurseText:
+CeladonPokecenterLinkReceptionistText:
script_cable_club_receptionist
-CeladonHealNurseText:
+CeladonPokecenterNurseText:
script_pokecenter_nurse
-CeladonPokecenterText2:
- text_far _CeladonPokecenterText2
+CeladonPokecenterGentlemanText:
+ text_far _CeladonPokecenterGentlemanText
text_end
-CeladonPokecenterText3:
- text_far _CeladonPokecenterText3
+CeladonPokecenterBeautyText:
+ text_far _CeladonPokecenterBeautyText
text_end
-CeladonPokecenterText5:
+CeladonPokecenterChanseyText:
text_asm
callfar PokecenterChanseyText
jp TextScriptEnd