summaryrefslogtreecommitdiff
path: root/text/common.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-06-27 21:59:17 -0700
committeryenatch <yenatch@gmail.com>2015-06-27 22:53:38 -0700
commite2c2e20f93f43848542362a5deee677e88f9507d (patch)
tree6134c60a610ce7e2872af65212c06883abbc2cb2 /text/common.asm
parentc00949dddf8498eb6483487792332f10dd074386 (diff)
Use charmaps for special string codepoints.
Also fix all the text. Also fix some unreferenced scripts that were interpreted as text.
Diffstat (limited to 'text/common.asm')
-rw-r--r--text/common.asm19
1 files changed, 10 insertions, 9 deletions
diff --git a/text/common.asm b/text/common.asm
index f528f0bcc..74e143b13 100644
--- a/text/common.asm
+++ b/text/common.asm
@@ -247,9 +247,9 @@ UnknownText_0x1b05bf: ; 0x1b05bf
; 0x1b0621
UnknownText_0x1b0621: ; 0x1b0621
- text $52, ", the No.@"
+ text "<PLAYER>, the No.@"
text_from_ram StringBuffer3
- db $0
+ text ""
line "finisher, wins"
cont "@"
text_from_ram StringBuffer4
@@ -258,7 +258,7 @@ UnknownText_0x1b0621: ; 0x1b0621
; 0x1b0648
UnknownText_0x1b0648: ; 0x1b0648
- text $52, " received"
+ text "<PLAYER> received"
line "@"
text_from_ram StringBuffer4
text "."
@@ -304,7 +304,7 @@ UnknownText_0x1b070d: ; 0x1b070d
UnknownText_0x1b074e: ; 0x1b074e
text_from_ram StringBuffer3
- db $0
+ text ""
line "#MON GYM"
done
; 0x1b075c
@@ -312,9 +312,10 @@ UnknownText_0x1b074e: ; 0x1b074e
UnknownText_0x1b075c: ; 0x1b075c
text "LEADER: @"
text_from_ram StringBuffer4
- db $0, $51
- db "WINNING TRAINERS:"
- line $52, $57
+ text ""
+ para "WINNING TRAINERS:"
+ line "<PLAYER>"
+ done
; 0x1b077f
UnknownText_0x1b077f: ; 0x1b077f
@@ -408,14 +409,14 @@ HappinessText1:
done
RegisteredNumber1Text:
- text $52, " registered"
+ text "<PLAYER> registered"
line "@"
text_from_ram StringBuffer3
text "'s number."
done
RegisteredNumber2Text:
- text $52, " registered"
+ text "<PLAYER> registered"
line "@"
text_from_ram StringBuffer3
text "'s number."