aboutsummaryrefslogtreecommitdiffstats
path: root/text/NameRatersHouse.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-05 19:58:21 -0400
committerGitHub <noreply@github.com>2020-07-05 19:58:21 -0400
commitc57c93d2b2fb06cadafefda37c0974ba1ec9e6c0 (patch)
tree531d6b30d5a606ae963024825ed6e614843000a6 /text/NameRatersHouse.asm
parentMerge pull request #257 from Rangi42/master (diff)
parentdb $f6 == script_cable_club_receptionist (diff)
downloadpokeyellow-c57c93d2b2fb06cadafefda37c0974ba1ec9e6c0.tar.gz
pokeyellow-c57c93d2b2fb06cadafefda37c0974ba1ec9e6c0.tar.xz
pokeyellow-c57c93d2b2fb06cadafefda37c0974ba1ec9e6c0.zip
Merge pull request #259 from Rangi42/master
Port pokecrystal's formatting of text commands and special characters
Diffstat (limited to 'text/NameRatersHouse.asm')
-rw-r--r--text/NameRatersHouse.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/text/NameRatersHouse.asm b/text/NameRatersHouse.asm
index 65d3e8a4..b5032144 100644
--- a/text/NameRatersHouse.asm
+++ b/text/NameRatersHouse.asm
@@ -14,7 +14,7 @@ _NameRaterText_1dab8::
prompt
_NameRaterText_1dabd::
- TX_RAM wcd6d
+ text_ram wcd6d
text ", is it?"
line "That is a decent"
cont "nickname!"
@@ -35,7 +35,7 @@ _NameRaterText_1dac7::
text "OK! This #MON"
line "has been renamed"
cont "@"
- TX_RAM wBuffer
+ text_ram wBuffer
text "!"
para "That's a better"
@@ -48,13 +48,13 @@ _NameRaterText_1dacc::
done
_NameRaterText_1dad1::
- TX_RAM wcd6d
+ text_ram wcd6d
text ", is it?"
line "That is a truly"
cont "impeccable name!"
para "Take good care of"
line "@"
- TX_RAM wcd6d
+ text_ram wcd6d
text "!"
done