aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ViridianForestSouthGate.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/ViridianForestSouthGate.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/ViridianForestSouthGate.asm')
-rw-r--r--scripts/ViridianForestSouthGate.asm13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/ViridianForestSouthGate.asm b/scripts/ViridianForestSouthGate.asm
index 7ef66b85..92cf0438 100644
--- a/scripts/ViridianForestSouthGate.asm
+++ b/scripts/ViridianForestSouthGate.asm
@@ -3,13 +3,14 @@ ViridianForestSouthGate_Script:
ret
ViridianForestSouthGate_TextPointers:
- dw ViridianForestEntranceText1
- dw ViridianForestEntranceText2
+ def_text_pointers
+ dw_const ViridianForestSouthGateGirlText, TEXT_VIRIDIANFORESTSOUTHGATE_GIRL
+ dw_const ViridianForestSouthGateLittleGirlText, TEXT_VIRIDIANFORESTSOUTHGATE_LITTLE_GIRL
-ViridianForestEntranceText1:
- text_far _ViridianForestEntranceText1
+ViridianForestSouthGateGirlText:
+ text_far _ViridianForestSouthGateGirlText
text_end
-ViridianForestEntranceText2:
- text_far _ViridianForestEntranceText2
+ViridianForestSouthGateLittleGirlText:
+ text_far _ViridianForestSouthGateLittleGirlText
text_end