aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/CeladonDiner.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/CeladonDiner.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/CeladonDiner.asm')
-rw-r--r--scripts/CeladonDiner.asm31
1 files changed, 16 insertions, 15 deletions
diff --git a/scripts/CeladonDiner.asm b/scripts/CeladonDiner.asm
index b4936e75..426d6296 100644
--- a/scripts/CeladonDiner.asm
+++ b/scripts/CeladonDiner.asm
@@ -3,29 +3,30 @@ CeladonDiner_Script:
ret
CeladonDiner_TextPointers:
- dw CeladonDinerText1
- dw CeladonDinerText2
- dw CeladonDinerText3
- dw CeladonDinerText4
- dw CeladonDinerText5
+ def_text_pointers
+ dw_const CeladonDinerCookText, TEXT_CELADONDINER_COOK
+ dw_const CeladonDinerMiddleAgedWomanText, TEXT_CELADONDINER_MIDDLE_AGED_WOMAN
+ dw_const CeladonDinerMiddleAgedManText, TEXT_CELADONDINER_MIDDLE_AGED_MAN
+ dw_const CeladonDinerFisherText, TEXT_CELADONDINER_FISHER
+ dw_const CeladonDinerGymGuideText, TEXT_CELADONDINER_GYM_GUIDE
-CeladonDinerText1:
- text_far _CeladonDinerText1
+CeladonDinerCookText:
+ text_far _CeladonDinerCookText
text_end
-CeladonDinerText2:
- text_far _CeladonDinerText2
+CeladonDinerMiddleAgedWomanText:
+ text_far _CeladonDinerMiddleAgedWomanText
text_end
-CeladonDinerText3:
- text_far _CeladonDinerText3
+CeladonDinerMiddleAgedManText:
+ text_far _CeladonDinerMiddleAgedManText
text_end
-CeladonDinerText4:
- text_far _CeladonDinerText4
+CeladonDinerFisherText:
+ text_far _CeladonDinerFisherText
text_end
-CeladonDinerText5:
+CeladonDinerGymGuideText:
text_asm
- callfar Func_f1f31
+ callfar CeladonDinerPrintGymGuideText
jp TextScriptEnd