aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SaffronMart.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/SaffronMart.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/SaffronMart.asm')
-rw-r--r--scripts/SaffronMart.asm15
1 files changed, 8 insertions, 7 deletions
diff --git a/scripts/SaffronMart.asm b/scripts/SaffronMart.asm
index bfa47eb1..aaf6f4ba 100644
--- a/scripts/SaffronMart.asm
+++ b/scripts/SaffronMart.asm
@@ -2,14 +2,15 @@ SaffronMart_Script:
jp EnableAutoTextBoxDrawing
SaffronMart_TextPointers:
- dw SaffronCashierText
- dw SaffronMartText2
- dw SaffronMartText3
+ def_text_pointers
+ dw_const SaffronMartClerkText, TEXT_SAFFRONMART_CLERK
+ dw_const SaffronMartSuperNerdText, TEXT_SAFFRONMART_SUPER_NERD
+ dw_const SaffronMartCooltrainerFText, TEXT_SAFFRONMART_COOLTRAINER_F
-SaffronMartText2:
- text_far _SaffronMartText2
+SaffronMartSuperNerdText:
+ text_far _SaffronMartSuperNerdText
text_end
-SaffronMartText3:
- text_far _SaffronMartText3
+SaffronMartCooltrainerFText:
+ text_far _SaffronMartCooltrainerFText
text_end