aboutsummaryrefslogtreecommitdiffstats
path: root/text/PokemonMansion1F.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 /text/PokemonMansion1F.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 'text/PokemonMansion1F.asm')
-rw-r--r--text/PokemonMansion1F.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/text/PokemonMansion1F.asm b/text/PokemonMansion1F.asm
index a3c517fb..2e927f25 100644
--- a/text/PokemonMansion1F.asm
+++ b/text/PokemonMansion1F.asm
@@ -1,29 +1,29 @@
-_Mansion1BattleText2::
+_PokemonMansion1FScientistBattleText::
text "Who are you? There"
line "shouldn't be"
cont "anyone here."
done
-_Mansion1EndBattleText2::
+_PokemonMansion1FScientistEndBattleText::
text "Ouch!"
prompt
-_Mansion1AfterBattleText2::
+_PokemonMansion1FScientistAfterBattleText::
text "A key? I don't"
line "know what you're"
cont "talking about."
done
-_MansionSwitchText::
+_PokemonMansion1FSwitchText::
text "A secret switch!"
para "Press it?"
done
-_MansionSwitchPressedText::
+_PokemonMansion1FSwitchPressedText::
text "Who wouldn't?"
prompt
-_MansionSwitchNotPressedText::
+_PokemonMansion1FSwitchNotPressedText::
text "Not quite yet!"
done