summaryrefslogtreecommitdiff
path: root/text/OaksLab.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/OaksLab.asm
parent2718c36065e7eb201a149938bcdd51987c4e56b6 (diff)
parent5fe8aab3445cb76d8e1c4be954c0392f40798950 (diff)
Merge pull request #259 from Rangi42/master
Port pokecrystal's formatting of text commands and special characters
Diffstat (limited to 'text/OaksLab.asm')
-rw-r--r--text/OaksLab.asm27
1 files changed, 16 insertions, 11 deletions
diff --git a/text/OaksLab.asm b/text/OaksLab.asm
index 7a6f57b7..18ecadb7 100644
--- a/text/OaksLab.asm
+++ b/text/OaksLab.asm
@@ -51,8 +51,9 @@ _OaksLabMonEnergeticText::
_OaksLabReceivedMonText::
text "<PLAYER> received"
line "a @"
- TX_RAM wcd6d
- text "!@@"
+ text_ram wcd6d
+ text "!@"
+ text_end
_OaksLabLastMonText::
text "That's PROF.OAK's"
@@ -96,10 +97,11 @@ _OaksLabDeliverParcelText1::
line "something for me?"
para "<PLAYER> delivered"
- line "OAK's PARCEL.@@"
+ line "OAK's PARCEL.@"
+ text_end
_OaksLabDeliverParcelText2::
- text ""
+ text_start
para "Ah! This is the"
line "custom # BALL"
cont "I ordered!"
@@ -124,10 +126,11 @@ _OaksLabGivePokeballsText1::
cont "#MON."
para "<PLAYER> got 5"
- line "# BALLs!@@"
+ line "# BALLs!@"
+ text_end
_OaksLabGivePokeballsText2::
- text ""
+ text_start
para "When a wild"
line "#MON appears,"
cont "it's fair game."
@@ -240,8 +243,9 @@ _OaksLabRivalPickingMonText::
_OaksLabRivalReceivedMonText::
text "<RIVAL> received"
line "a @"
- TX_RAM wcd6d
- text "!@@"
+ text_ram wcd6d
+ text "!@"
+ text_end
_OaksLabRivalChallengeText::
text "<RIVAL>: Wait"
@@ -310,7 +314,8 @@ _OaksLabText25::
cont "these with you!"
para "<PLAYER> got"
- line "#DEX from OAK!@@"
+ line "#DEX from OAK!@"
+ text_end
_OaksLabText26::
text "To make a complete"
@@ -363,10 +368,10 @@ _OaksLabText_441cc::
line "letion is:"
para "@"
- TX_NUM hDexRatingNumMonsSeen, 1, 3
+ text_decimal hDexRatingNumMonsSeen, 1, 3
text " #MON seen"
line "@"
- TX_NUM hDexRatingNumMonsOwned, 1, 3
+ text_decimal hDexRatingNumMonsOwned, 1, 3
text " #MON owned"
para "PROF.OAK's"