diff options
author | yenatch <yenatch@gmail.com> | 2015-02-10 14:16:51 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-02-10 14:18:29 -0800 |
commit | 80b0d8cd2d61d6ca291717eb09b7926eaf62da80 (patch) | |
tree | 054da8ea5bfd55ccccafc06168be2a19d7b65869 /text/common.asm | |
parent | 849595e53717eaf4cda658b02d8f7d4ed6f7d293 (diff) |
Use wram labels in common text.
Diffstat (limited to 'text/common.asm')
-rw-r--r-- | text/common.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/text/common.asm b/text/common.asm index b5e039601..34d17e902 100644 --- a/text/common.asm +++ b/text/common.asm @@ -261,11 +261,11 @@ UnknownText_0x1b05bf: ; 0x1b05bf UnknownText_0x1b0621: ; 0x1b0621 text $52, ", the No.@" - text_from_ram $d099 + text_from_ram StringBuffer3 db $0 line "finisher, wins" cont "@" - text_from_ram $d0ac + text_from_ram StringBuffer4 text "!" done ; 0x1b0648 @@ -273,7 +273,7 @@ UnknownText_0x1b0621: ; 0x1b0621 UnknownText_0x1b0648: ; 0x1b0648 text $52, " received" line "@" - text_from_ram $d0ac + text_from_ram StringBuffer4 text "." done ; 0x1b065b @@ -316,7 +316,7 @@ UnknownText_0x1b070d: ; 0x1b070d ; 0x1b074e UnknownText_0x1b074e: ; 0x1b074e - text_from_ram $d099 + text_from_ram StringBuffer3 db $0 line "#MON GYM" done @@ -324,7 +324,7 @@ UnknownText_0x1b074e: ; 0x1b074e UnknownText_0x1b075c: ; 0x1b075c text "LEADER: @" - text_from_ram $d0ac + text_from_ram StringBuffer4 db $0, $51 db "WINNING TRAINERS:" line $52, $57 @@ -426,7 +426,7 @@ UnknownText_0x1b0989: ; 0x1b0989 UnknownText_0x1b09c4: ; 0x1b09c4 text $52, " registered" line "@" - text_from_ram $d099 + text_from_ram StringBuffer3 text "'s number." done ; 0x1b09e1 @@ -434,7 +434,7 @@ UnknownText_0x1b09c4: ; 0x1b09c4 UnknownText_0x1b09e1: ; 0x1b09e1 text $52, " registered" line "@" - text_from_ram $d099 + text_from_ram StringBuffer3 text "'s number." done ; 0x1b09fe @@ -672,7 +672,7 @@ UnknownText_0x1b102e: ; 0x1b102e line "again when I heal" para "@" - text_from_ram $d0ac + text_from_ram StringBuffer4 text " and the" line "rest of my team." done @@ -686,7 +686,7 @@ UnknownText_0x1b10d3: ; 0x1b10d3 line "again when I heal" para "@" - text_from_ram $d0ac + text_from_ram StringBuffer4 text " and the" line "rest of my team." done @@ -793,7 +793,7 @@ UnknownText_0x1b1409: ; 0x1b1409 UnknownText_0x1b142d: ; 0x1b142d text "If my @" - text_from_ram $d0ac + text_from_ram StringBuffer4 db $0 line "sees anything" |