aboutsummaryrefslogtreecommitdiffstats
path: root/text/SilphCo9F.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2023-07-13 20:27:56 -0500
committerGitHub <noreply@github.com>2023-07-13 21:27:56 -0400
commitd001ced41b53271373753de835a9c3b3413dc318 (patch)
treeff2db7f403bddfcdeb12e50def8411cafedcdd5e /text/SilphCo9F.asm
parentMake wCurrentBoxNum a byte instead of word (#414) (diff)
downloadpokeyellow-d001ced41b53271373753de835a9c3b3413dc318.tar.gz
pokeyellow-d001ced41b53271373753de835a9c3b3413dc318.tar.xz
pokeyellow-d001ced41b53271373753de835a9c3b3413dc318.zip
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
Diffstat (limited to 'text/SilphCo9F.asm')
-rw-r--r--text/SilphCo9F.asm24
1 files changed, 12 insertions, 12 deletions
diff --git a/text/SilphCo9F.asm b/text/SilphCo9F.asm
index fd1aa91c..f9b09228 100644
--- a/text/SilphCo9F.asm
+++ b/text/SilphCo9F.asm
@@ -1,62 +1,62 @@
-_SilphCo9Text_5d8e5::
+SilphCo9FNurseYouLookTiredText::
text "You look tired!"
line "You should take a"
cont "quick nap!"
prompt
-_SilphCo9Text_5d8ea::
+SilphCo9FNurseDontGiveUpText::
text "Don't give up!"
done
-_SilphCo9Text_5d8ef::
+SilphCo9FNurseThankYouText::
text "Thank you so"
line "much!"
done
-_SilphCo9BattleText1::
+_SilphCo9FRocket1BattleText::
text "Your #MON seem"
line "to adore you, kid!"
done
-_SilphCo9EndBattleText1::
+_SilphCo9FRocket1EndBattleText::
text "Ghaaah!"
prompt
-_SilphCo9AfterBattleText1::
+_SilphCo9FRocket1AfterBattleText::
text "If I had started"
line "as a trainer at"
cont "your age..."
done
-_SilphCo9BattleText2::
+_SilphCo9FScientistBattleText::
text "Your #MON have"
line "weak points! I"
cont "can nail them!"
done
-_SilphCo9EndBattleText2::
+_SilphCo9FScientistEndBattleText::
text "You"
line "hammered me!"
prompt
-_SilphCo9AfterBattleText2::
+_SilphCo9FScientistAfterBattleText::
text "Exploiting weak"
line "spots does work!"
cont "Think about"
cont "element types!"
done
-_SilphCo9BattleText3::
+_SilphCo9FRocket2BattleText::
text "I am one of the 4"
line "ROCKET BROTHERS!"
done
-_SilphCo9EndBattleText3::
+_SilphCo9FRocket2EndBattleText::
text "Warg!"
line "Brothers, I lost!"
prompt
-_SilphCo9AfterBattleText3::
+_SilphCo9FRocket2AfterBattleText::
text "My brothers will"
line "avenge me!"
done