summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-10 14:16:51 -0800
committeryenatch <yenatch@gmail.com>2015-02-10 14:18:29 -0800
commit80b0d8cd2d61d6ca291717eb09b7926eaf62da80 (patch)
tree054da8ea5bfd55ccccafc06168be2a19d7b65869
parent849595e53717eaf4cda658b02d8f7d4ed6f7d293 (diff)
Use wram labels in common text.
-rw-r--r--text/common.asm20
-rw-r--r--text/common_2.asm430
-rw-r--r--text/common_3.asm242
-rw-r--r--text/common_4.asm172
4 files changed, 434 insertions, 430 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"
diff --git a/text/common_2.asm b/text/common_2.asm
index ee7a37785..7287ad78f 100644
--- a/text/common_2.asm
+++ b/text/common_2.asm
@@ -45,68 +45,68 @@ UnknownText_0x1bc089: ; 0x1bc089
; 0x1bc0a2
UnknownText_0x1bc0a2: ; 0x1bc0a2
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "recovered @"
- deciram $d1f3, $23
+ deciram wd1f3, $23
text "HP!"
done
; 0x1bc0bb
UnknownText_0x1bc0bb: ; 0x1bc0bb
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
line "cured of poison."
done
; 0x1bc0d2
UnknownText_0x1bc0d2: ; 0x1bc0d2
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
line "rid of paralysis."
done
; 0x1bc0ea
UnknownText_0x1bc0ea: ; 0x1bc0ea
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
line "burn was healed."
done
; 0x1bc101
UnknownText_0x1bc101: ; 0x1bc101
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "was defrosted."
done
; 0x1bc115
UnknownText_0x1bc115: ; 0x1bc115
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "woke up."
done
; 0x1bc123
UnknownText_0x1bc123: ; 0x1bc123
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
line "health returned."
done
; 0x1bc13a
UnknownText_0x1bc13a: ; 0x1bc13a
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "is revitalized."
done
; 0x1bc14f
UnknownText_0x1bc14f: ; 0x1bc14f
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " grew to"
line "level @"
- deciram $d143, $13
+ deciram CurPartyLevel, $13
text "!@"
sound0
text_waitbutton
@@ -118,7 +118,7 @@ UnknownText_0x1bc16d: ; 0x1bc16d
; 0x1bc16e
UnknownText_0x1bc16e: ; 0x1bc16e
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " came"
line "to its senses."
done
@@ -324,7 +324,7 @@ UnknownText_0x1bc4b2: ; 0x1bc4b2
UnknownText_0x1bc4d7: ; 0x1bc4d7
text "Put away the"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "."
prompt
; 0x1bc4ec
@@ -338,7 +338,7 @@ UnknownText_0x1bc4ec: ; 0x1bc4ec
UnknownText_0x1bc509: ; 0x1bc509
text "Set up the"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "."
prompt
; 0x1bc51c
@@ -346,11 +346,11 @@ UnknownText_0x1bc509: ; 0x1bc509
UnknownText_0x1bc51c: ; 0x1bc51c
text "Put away the"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text $51
db "and set up the"
line "@"
- text_from_ram $d0ac
+ text_from_ram StringBuffer4
text "."
prompt
; 0x1bc546
@@ -387,7 +387,7 @@ UnknownText_0x1bc5b3: ; 0x1bc5b3
UnknownText_0x1bc5d7: ; 0x1bc5d7
text "It's an adorable"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "."
done
; 0x1bc5ef
@@ -436,27 +436,28 @@ UnknownText_0x1bc6c7: ; 0x1bc6c7
; 0x1bc6e9
UnknownText_0x1bc6e9: ; 0x1bc6e9
- text_from_ram $c6d1
+ text_from_ram wc6d1
text " was"
line "sent to @"
- text_from_ram $c719
+ text_from_ram wc719
text "."
done
; 0x1bc701
UnknownText_0x1bc701: ; 0x1bc701
- db $0, $57
+ text ""
+ done
; 0x1bc703
UnknownText_0x1bc703: ; 0x1bc703
- text_from_ram $c719
+ text_from_ram wc719
text " bids"
line "farewell to"
done
; 0x1bc719
UnknownText_0x1bc719: ; 0x1bc719
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc71f
@@ -464,35 +465,35 @@ UnknownText_0x1bc719: ; 0x1bc719
UnknownText_0x1bc71f: ; 0x1bc71f
text "Take good care of"
line "@"
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc739
UnknownText_0x1bc739: ; 0x1bc739
text "For @"
- text_from_ram $c6e7
+ text_from_ram wc6e7
text "'s"
line "@"
- text_from_ram $c6d1
+ text_from_ram wc6d1
text ","
done
; 0x1bc74c
UnknownText_0x1bc74c: ; 0x1bc74c
- text_from_ram $c719
+ text_from_ram wc719
text " sends"
line "@"
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc75e
UnknownText_0x1bc75e: ; 0x1bc75e
- text_from_ram $c719
+ text_from_ram wc719
text " will"
line "trade @"
- text_from_ram $c703
+ text_from_ram wc703
db "@"
; 0x1bc773
@@ -502,19 +503,19 @@ UnknownText_0x1bc773: ; 0x1bc773
UnknownText_0x1bc774: ; 0x1bc774
text "for @"
- text_from_ram $c6e7
+ text_from_ram wc6e7
text "'s"
line "@"
- text_from_ram $c6d1
+ text_from_ram wc6d1
text "."
done
; 0x1bc787
UnknownText_0x1bc787: ; 0x1bc787
- text_from_ram $c6e7
+ text_from_ram wc6e7
text " will"
line "trade @"
- text_from_ram $c6d1
+ text_from_ram wc6d1
db "@"
; 0x1bc79c
@@ -524,19 +525,19 @@ UnknownText_0x1bc79c: ; 0x1bc79c
UnknownText_0x1bc79d: ; 0x1bc79d
text "for @"
- text_from_ram $c719
+ text_from_ram wc719
text "'s"
line "@"
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc7b0
UnknownText_0x1bc7b0: ; 0x1bc7b0
- text_from_ram $c6e7
+ text_from_ram wc6e7
text "'s"
line "@"
- text_from_ram $c6d1
+ text_from_ram wc6d1
text " trade…"
done
; 0x1bc7c3
@@ -544,16 +545,16 @@ UnknownText_0x1bc7b0: ; 0x1bc7b0
UnknownText_0x1bc7c3: ; 0x1bc7c3
text "Take good care of"
line "@"
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc7dd
UnknownText_0x1bc7dd: ; 0x1bc7dd
- text_from_ram $c6e7
+ text_from_ram wc6e7
text "'s"
line "@"
- text_from_ram $c6d1
+ text_from_ram wc6d1
text " trade…"
done
; 0x1bc7f0
@@ -561,40 +562,40 @@ UnknownText_0x1bc7dd: ; 0x1bc7dd
UnknownText_0x1bc7f0: ; 0x1bc7f0
text "Take good care of"
line "@"
- text_from_ram $c703
+ text_from_ram wc703
text "."
done
; 0x1bc80a
UnknownText_0x1bc80a: ; 0x1bc80a
- text_from_ram $c703
+ text_from_ram wc703
text " came"
line "back!"
done
; 0x1bc81a
UnknownText_0x1bc81a: ; 0x1bc81a
- db $0
+ text ""
line "MARY: PROF.OAK'S"
done
; 0x1bc82d
UnknownText_0x1bc82d: ; 0x1bc82d
- db $0
+ text ""
line "#MON TALK!"
done
; 0x1bc83a
UnknownText_0x1bc83a: ; 0x1bc83a
- db $0
+ text ""
line "With me, MARY!"
done
; 0x1bc84b
UnknownText_0x1bc84b: ; 0x1bc84b
- db $0
+ text ""
line "OAK: @"
- text_from_ram $d050
+ text_from_ram wd050
db "@"
; 0x1bc857
@@ -603,215 +604,215 @@ UnknownText_0x1bc857: ; 0x1bc857
; 0x1bc858
UnknownText_0x1bc858: ; 0x1bc858
- db $0
+ text ""
line "may be seen around"
done
; 0x1bc86d
UnknownText_0x1bc86d: ; 0x1bc86d
- db $0
+ text ""
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
done
; 0x1bc876
UnknownText_0x1bc876: ; 0x1bc876
- db $0
+ text ""
line "MARY: @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
done
; 0x1bc885
UnknownText_0x1bc885: ; 0x1bc885
- db $0
+ text ""
line "sweet and adorably"
done
; 0x1bc89a
UnknownText_0x1bc89a: ; 0x1bc89a
- db $0
+ text ""
line "wiggly and slickly"
done
; 0x1bc8af
UnknownText_0x1bc8af: ; 0x1bc8af
- db $0
+ text ""
line "aptly named and"
done
; 0x1bc8c1
UnknownText_0x1bc8c1: ; 0x1bc8c1
- db $0
+ text ""
line "undeniably kind of"
done
; 0x1bc8d6
UnknownText_0x1bc8d6: ; 0x1bc8d6
- db $0
+ text ""
line "so, so unbearably"
done
; 0x1bc8ea
UnknownText_0x1bc8ea: ; 0x1bc8ea
- db $0
+ text ""
line "wow, impressively"
done
; 0x1bc8fe
UnknownText_0x1bc8fe: ; 0x1bc8fe
- db $0
+ text ""
line "almost poisonously"
done
; 0x1bc913
UnknownText_0x1bc913: ; 0x1bc913
- db $0
+ text ""
line "ooh, so sensually"
done
; 0x1bc927
UnknownText_0x1bc927: ; 0x1bc927
- db $0
+ text ""
line "so mischievously"
done
; 0x1bc93a
UnknownText_0x1bc93a: ; 0x1bc93a
- db $0
+ text ""
line "so very topically"
done
; 0x1bc94e
UnknownText_0x1bc94e: ; 0x1bc94e
- db $0
+ text ""
line "sure addictively"
done
; 0x1bc961
UnknownText_0x1bc961: ; 0x1bc961
- db $0
+ text ""
line "looks in water is"
done
; 0x1bc975
UnknownText_0x1bc975: ; 0x1bc975
- db $0
+ text ""
line "evolution must be"
done
; 0x1bc989
UnknownText_0x1bc989: ; 0x1bc989
- db $0
+ text ""
line "provocatively"
done
; 0x1bc999
UnknownText_0x1bc999: ; 0x1bc999
- db $0
+ text ""
line "so flipped out and"
done
; 0x1bc9ae
UnknownText_0x1bc9ae: ; 0x1bc9ae
- db $0
+ text ""
line "heart-meltingly"
done
; 0x1bc9c0
UnknownText_0x1bc9c0: ; 0x1bc9c0
- db $0
+ text ""
line "cute."
done
; 0x1bc9c8
UnknownText_0x1bc9c8: ; 0x1bc9c8
- db $0
+ text ""
line "weird."
done
; 0x1bc9d1
UnknownText_0x1bc9d1: ; 0x1bc9d1
- db $0
+ text ""
line "pleasant."
done
; 0x1bc9dd
UnknownText_0x1bc9dd: ; 0x1bc9dd
- db $0
+ text ""
line "bold, sort of."
done
; 0x1bc9ee
UnknownText_0x1bc9ee: ; 0x1bc9ee
- db $0
+ text ""
line "frightening."
done
; 0x1bc9fd
UnknownText_0x1bc9fd: ; 0x1bc9fd
- db $0
+ text ""
line "suave & debonair!"
done
; 0x1bca11
UnknownText_0x1bca11: ; 0x1bca11
- db $0
+ text ""
line "powerful."
done
; 0x1bca1d
UnknownText_0x1bca1d: ; 0x1bca1d
- db $0
+ text ""
line "exciting."
done
; 0x1bca29
UnknownText_0x1bca29: ; 0x1bca29
- db $0
+ text ""
line "groovy!"
done
; 0x1bca33
UnknownText_0x1bca33: ; 0x1bca33
- db $0
+ text ""
line "inspiring."
done
; 0x1bca40
UnknownText_0x1bca40: ; 0x1bca40
- db $0
+ text ""
line "friendly."
done
; 0x1bca4c
UnknownText_0x1bca4c: ; 0x1bca4c
- db $0
+ text ""
line "hot, hot, hot!"
done
; 0x1bca5d
UnknownText_0x1bca5d: ; 0x1bca5d
- db $0
+ text ""
line "stimulating."
done
; 0x1bca6c
UnknownText_0x1bca6c: ; 0x1bca6c
- db $0
+ text ""
line "guarded."
done
; 0x1bca77
UnknownText_0x1bca77: ; 0x1bca77
- db $0
+ text ""
line "lovely."
done
; 0x1bca81
UnknownText_0x1bca81: ; 0x1bca81
- db $0
+ text ""
line "speedy."
done
; 0x1bca8b
@@ -822,9 +823,9 @@ UnknownText_0x1bca8b: ; 0x1bca8b
; 0x1bca91
UnknownText_0x1bca91: ; 0x1bca91
- db $0
+ text ""
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
db "@"
; 0x1bca98
@@ -833,37 +834,37 @@ UnknownText_0x1bca98: ; 0x1bca98
; 0x1bca99
UnknownText_0x1bca99: ; 0x1bca99
- db $0
+ text ""
line "BEN: #MON MUSIC"
done
; 0x1bcaab
UnknownText_0x1bcaab: ; 0x1bcaab
- db $0
+ text ""
line "CHANNEL!"
done
; 0x1bcab6
UnknownText_0x1bcab6: ; 0x1bcab6
- db $0
+ text ""
line "It's me, DJ BEN!"
done
; 0x1bcac8
UnknownText_0x1bcac8: ; 0x1bcac8
- db $0
+ text ""
line "FERN: #MUSIC!"
done
; 0x1bcad8
UnknownText_0x1bcad8: ; 0x1bcad8
- db $0
+ text ""
line "With DJ FERN!"
done
; 0x1bcae8
UnknownText_0x1bcae8: ; 0x1bcae8
- db $0
+ text ""
line "Today's @"
current_day
text ","
@@ -871,134 +872,134 @@ UnknownText_0x1bcae8: ; 0x1bcae8
; 0x1bcaf6
UnknownText_0x1bcaf6: ; 0x1bcaf6
- db $0
+ text ""
line "so let us jam to"
done
; 0x1bcb09
UnknownText_0x1bcb09: ; 0x1bcb09
- db $0
+ text ""
line "so chill out to"
done
; 0x1bcb1b
UnknownText_0x1bcb1b: ; 0x1bcb1b
- db $0
+ text ""
line "#MON March!"
done
; 0x1bcb29
UnknownText_0x1bcb29: ; 0x1bcb29
- db $0
+ text ""
line "#MON Lullaby!"
done
; 0x1bcb39
UnknownText_0x1bcb39: ; 0x1bcb39
- db $0
+ text ""
line "REED: Yeehaw! How"
done
; 0x1bcb4d
UnknownText_0x1bcb4d: ; 0x1bcb4d
- db $0
+ text ""
line "y'all doin' now?"
done
; 0x1bcb60
UnknownText_0x1bcb60: ; 0x1bcb60
- db $0
+ text ""
line "Whether you're up"
done
; 0x1bcb73
UnknownText_0x1bcb73: ; 0x1bcb73
- db $0
+ text ""
line "or way down low,"
done
; 0x1bcb86
UnknownText_0x1bcb86: ; 0x1bcb86
- db $0
+ text ""
line "don't you miss the"
done
; 0x1bcb9a
UnknownText_0x1bcb9a: ; 0x1bcb9a
- db $0
+ text ""
line "LUCKY NUMBER SHOW!"
done
; 0x1bcbaf
UnknownText_0x1bcbaf: ; 0x1bcbaf
- db $0
+ text ""
line "This week's Lucky"
done
; 0x1bcbc2
UnknownText_0x1bcbc2: ; 0x1bcbc2
- db $0
+ text ""
line "Number is @"
interpret_data
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
done
; 0x1bcbd6
UnknownText_0x1bcbd6: ; 0x1bcbd6
- db $0
+ text ""
line "I'll repeat that!"
done
; 0x1bcbe9
UnknownText_0x1bcbe9: ; 0x1bcbe9
- db $0
+ text ""
line "Match it and go to"
done
; 0x1bcbfe
UnknownText_0x1bcbfe: ; 0x1bcbfe
- db $0
+ text ""
line "the RADIO TOWER!"
done
; 0x1bcc11
UnknownText_0x1bcc11: ; 0x1bcc11
- db $0
+ text ""
line "…Repeating myself"
done
; 0x1bcc25
UnknownText_0x1bcc25: ; 0x1bcc25
- db $0
+ text ""
line "gets to be a drag…"
done
; 0x1bcc3a
UnknownText_0x1bcc3a: ; 0x1bcc3a
- db $0
+ text ""
line "PLACES AND PEOPLE!"
done
; 0x1bcc4f
UnknownText_0x1bcc4f: ; 0x1bcc4f
- db $0
+ text ""
line "Brought to you by"
done
; 0x1bcc63
UnknownText_0x1bcc63: ; 0x1bcc63
- db $0
+ text ""
line "me, DJ LILY!"
done
; 0x1bcc72
UnknownText_0x1bcc72: ; 0x1bcc72
- db $0
+ text ""
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
db "@"
; 0x1bcc7f
@@ -1007,105 +1008,105 @@ UnknownText_0x1bcc7f: ; 0x1bcc7f
; 0x1bcc80
UnknownText_0x1bcc80: ; 0x1bcc80
- db $0
+ text ""
line "is cute."
done
; 0x1bcc8b
UnknownText_0x1bcc8b: ; 0x1bcc8b
- db $0
+ text ""
line "is sort of lazy."
done
; 0x1bcc9e
UnknownText_0x1bcc9e: ; 0x1bcc9e
- db $0
+ text ""
line "is always happy."
done
; 0x1bccb1
UnknownText_0x1bccb1: ; 0x1bccb1
- db $0
+ text ""
line "is quite noisy."
done
; 0x1bccc3
UnknownText_0x1bccc3: ; 0x1bccc3
- db $0
+ text ""
line "is precocious."
done
; 0x1bccd4
UnknownText_0x1bccd4: ; 0x1bccd4
- db $0
+ text ""
line "is somewhat bold."
done
; 0x1bcce8
UnknownText_0x1bcce8: ; 0x1bcce8
- db $0
+ text ""
line "is too picky!"
done
; 0x1bccf8
UnknownText_0x1bccf8: ; 0x1bccf8
- db $0
+ text ""
line "is sort of OK."
done
; 0x1bcd09
UnknownText_0x1bcd09: ; 0x1bcd09
- db $0
+ text ""
line "is just so-so."
done
; 0x1bcd1a
UnknownText_0x1bcd1a: ; 0x1bcd1a
- db $0
+ text ""
line "is actually great."
done
; 0x1bcd2f
UnknownText_0x1bcd2f: ; 0x1bcd2f
- db $0
+ text ""
line "is just my type."
done
; 0x1bcd42
UnknownText_0x1bcd42: ; 0x1bcd42
- db $0
+ text ""
line "is so cool, no?"
done
; 0x1bcd54
UnknownText_0x1bcd54: ; 0x1bcd54
- db $0
+ text ""
line "is inspiring!"
done
; 0x1bcd64
UnknownText_0x1bcd64: ; 0x1bcd64
- db $0
+ text ""
line "is kind of weird."
done
; 0x1bcd78
UnknownText_0x1bcd78: ; 0x1bcd78
- db $0
+ text ""
line "is right for me?"
done
; 0x1bcd8b
UnknownText_0x1bcd8b: ; 0x1bcd8b
- db $0
+ text ""
line "is definitely odd!"
done
; 0x1bcda0
UnknownText_0x1bcda0: ; 0x1bcda0
- db $0
+ text ""
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
db "@"
; 0x1bcda7
@@ -1114,43 +1115,43 @@ UnknownText_0x1bcda7: ; 0x1bcda7
; 0x1bcda8
UnknownText_0x1bcda8: ; 0x1bcda8
- db $0
+ text ""
line "… …Ahem, we are"
done
; 0x1bcdba
UnknownText_0x1bcdba: ; 0x1bcdba
- db $0
+ text ""
line "TEAM ROCKET!"
done
; 0x1bcdc9
UnknownText_0x1bcdc9: ; 0x1bcdc9
- db $0
+ text ""
line "After three years"
done
; 0x1bcddd
UnknownText_0x1bcddd: ; 0x1bcddd
- db $0
+ text ""
line "of preparation, we"
done
; 0x1bcdf2
UnknownText_0x1bcdf2: ; 0x1bcdf2
- db $0
+ text ""
line "have risen again"
done
; 0x1bce05
UnknownText_0x1bce05: ; 0x1bce05
- db $0
+ text ""
line "from the ashes!"
done
; 0x1bce17
UnknownText_0x1bce17: ; 0x1bce17
- db $0
+ text ""
line "GIOVANNI! @"
interpret_data
text "Can you"
@@ -1158,7 +1159,7 @@ UnknownText_0x1bce17: ; 0x1bce17
; 0x1bce2e
UnknownText_0x1bce2e: ; 0x1bce2e
- db $0
+ text ""
line "hear?@"
interpret_data
text " We did it!"
@@ -1166,7 +1167,7 @@ UnknownText_0x1bce2e: ; 0x1bce2e
; 0x1bce44
UnknownText_0x1bce44: ; 0x1bce44
- db $0
+ text ""
line "@"
interpret_data
text "Where is our boss?"
@@ -1174,7 +1175,7 @@ UnknownText_0x1bce44: ; 0x1bce44
; 0x1bce5c
UnknownText_0x1bce5c: ; 0x1bce5c
- db $0
+ text ""
line "@"
interpret_data
text "Is he listening?"
@@ -1182,93 +1183,93 @@ UnknownText_0x1bce5c: ; 0x1bce5c
; 0x1bce72
UnknownText_0x1bce72: ; 0x1bce72
- db $0
+ text ""
line "BUENA: BUENA here!"
done
; 0x1bce87
UnknownText_0x1bce87: ; 0x1bce87
- db $0
+ text ""
line "Today's password!"
done
; 0x1bce9a
UnknownText_0x1bce9a: ; 0x1bce9a
- db $0
+ text ""
line "Let me think… It's"
done
; 0x1bceae
UnknownText_0x1bceae: ; 0x1bceae
- db $0
+ text ""
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
done
; 0x1bceb7
UnknownText_0x1bceb7: ; 0x1bceb7
- db $0
+ text ""
line "Don't forget it!"
done
; 0x1bcec9
UnknownText_0x1bcec9: ; 0x1bcec9
- db $0
+ text ""
line "I'm in GOLDENROD's"
done
; 0x1bcedc
UnknownText_0x1bcedc: ; 0x1bcedc
- db $0
+ text ""
line "RADIO TOWER!"
done
; 0x1bceeb
UnknownText_0x1bceeb: ; 0x1bceeb
- db $0
+ text ""
line "BUENA: Oh my…"
done
; 0x1bcefb
UnknownText_0x1bcefb: ; 0x1bcefb
- db $0
+ text ""
line "It's midnight! I"
done
; 0x1bcf0d
UnknownText_0x1bcf0d: ; 0x1bcf0d
- db $0
+ text ""
line "have to shut down!"
done
; 0x1bcf22
UnknownText_0x1bcf22: ; 0x1bcf22
- db $0
+ text ""
line "Thanks for tuning"
done
; 0x1bcf36
UnknownText_0x1bcf36: ; 0x1bcf36
- db $0
+ text ""
line "in to the end! But"
done
; 0x1bcf4b
UnknownText_0x1bcf4b: ; 0x1bcf4b
- db $0
+ text ""
line "don't stay up too"
done
; 0x1bcf5e
UnknownText_0x1bcf5e: ; 0x1bcf5e
- db $0
+ text ""
line "late! Presented to"
done
; 0x1bcf73
UnknownText_0x1bcf73: ; 0x1bcf73
- db $0
+ text ""
line "you by DJ BUENA!"
done
; 0x1bcf86
@@ -1284,7 +1285,7 @@ UnknownText_0x1bcf96: ; 0x1bcf96
; 0x1bcf99
UnknownText_0x1bcf99: ; 0x1bcf99
- db $0
+ text ""
line $57
; 0x1bcf9c
@@ -1292,7 +1293,7 @@ UnknownText_0x1bcf9c: ; 0x1bcf9c
text $3f
line "withdrew"
cont "@"
- text_from_ram $c616
+ text_from_ram EnemyMonNick
text "!"
prompt
; 0x1bcfaf
@@ -1300,10 +1301,10 @@ UnknownText_0x1bcf9c: ; 0x1bcf9c
UnknownText_0x1bcfaf: ; 0x1bcfaf
text $3f
line "used @"
- text_from_ram $d050
+ text_from_ram wd050
text $55
db "on @"
- text_from_ram $c616
+ text_from_ram EnemyMonNick
text "!"
prompt
; 0x1bcfc7
@@ -1322,8 +1323,8 @@ UnknownText_0x1bcfe5: ; 0x1bcfe5
UnknownText_0x1bd009: ; 0x1bd009
text "The @"
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "was put in the"
cont "PACK."
done
@@ -1354,7 +1355,7 @@ UnknownText_0x1bd05e: ; 0x1bd05e
UnknownText_0x1bd07f: ; 0x1bd07f
text "Will you play with"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1bd09a
@@ -1374,7 +1375,7 @@ UnknownText_0x1bd0bd: ; 0x1bd0bd
UnknownText_0x1bd0d8: ; 0x1bd0d8
text "The compatibility"
line "is @"
- deciram $d265, $13
+ deciram wd265, $13
text "."
cont "Should they breed?"
done
@@ -1394,7 +1395,7 @@ UnknownText_0x1bd11c: ; 0x1bd11c
UnknownText_0x1bd131: ; 0x1bd131
text "Test event"
line "@"
- deciram $d086, $12
+ deciram StringBuffer2, $12
text "?"
done
; 0x1bd145
@@ -1433,7 +1434,7 @@ UnknownText_0x1bd188: ; 0x1bd188
UnknownText_0x1bd19a: ; 0x1bd19a
text "A new CARD arrived"
line "from @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
done
; 0x1bd1ba
@@ -1445,10 +1446,10 @@ UnknownText_0x1bd1ba: ; 0x1bd1ba
; 0x1bd1dd
UnknownText_0x1bd1dd: ; 0x1bd1dd
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "'s CARD was"
line "listed as no.@"
- deciram $d073, $12
+ deciram StringBuffer1, $12
text "."
prompt
; 0x1bd201
@@ -1488,10 +1489,10 @@ UnknownText_0x1bd266: ; 0x1bd266
UnknownText_0x1bd286: ; 0x1bd286
text "Trading @"
- text_from_ram $d086
- db $0
+ text_from_ram StringBuffer2
+ text ""
line "for @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "…"
done
; 0x1bd2a0
@@ -1529,7 +1530,7 @@ UnknownText_0x1bd308: ; 0x1bd308
UnknownText_0x1bd321: ; 0x1bd321
text $52, " found"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "!"
done
; 0x1bd331
@@ -1543,10 +1544,10 @@ UnknownText_0x1bd331: ; 0x1bd331
UnknownText_0x1bd34b: ; 0x1bd34b
text "I just saw some"
line "rare @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " in"
cont "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
para "I'll call you if I"
@@ -1562,10 +1563,10 @@ UnknownText_0x1bd39e: ; 0x1bd39e
; 0x1bd3be
UnknownText_0x1bd3be: ; 0x1bd3be
- text_from_ram $d47d
+ text_from_ram PlayerName
text " received"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!@"
sound0x0F
text_waitbutton
@@ -1594,12 +1595,12 @@ UnknownText_0x1bd407: ; 0x1bd407
; 0x1bd429
UnknownText_0x1bd429: ; 0x1bd429
- db $0, $52, " traded"
+ text $52, " traded"
line "@"
- text_from_ram $d050
+ text_from_ram wd050
text " for", $55
db "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text ".@"
db "@"
; 0x1bd445
@@ -1618,12 +1619,12 @@ UnknownText_0x1bd449: ; 0x1bd449
text "I collect #MON."
line "Do you have"
cont "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
para "Want to trade it"
line "for my @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1bd48c
@@ -1637,7 +1638,7 @@ UnknownText_0x1bd48c: ; 0x1bd48c
UnknownText_0x1bd4aa: ; 0x1bd4aa
text "Huh? That's not"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text ". "
cont "What a letdown…"
done
@@ -1646,7 +1647,7 @@ UnknownText_0x1bd4aa: ; 0x1bd4aa
UnknownText_0x1bd4d2: ; 0x1bd4d2
text "Yay! I got myself"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
cont "Thanks!"
done
@@ -1655,7 +1656,7 @@ UnknownText_0x1bd4d2: ; 0x1bd4d2
UnknownText_0x1bd4f4: ; 0x1bd4f4
text "Hi, how's my old"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " doing?"
done
; 0x1bd512
@@ -1666,12 +1667,12 @@ UnknownText_0x1bd512: ; 0x1bd512
para "If you have"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text ", would"
para "you trade it for"
line "my @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1bd565
@@ -1688,7 +1689,7 @@ UnknownText_0x1bd565: ; 0x1bd565
UnknownText_0x1bd5a1: ; 0x1bd5a1
text "You don't have"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "? That's"
cont "too bad, then."
done
@@ -1699,33 +1700,33 @@ UnknownText_0x1bd5cc: ; 0x1bd5cc
para "I finally got"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
done
; 0x1bd5f4
UnknownText_0x1bd5f4: ; 0x1bd5f4
text "Hi! The @"
- text_from_ram $d050
- db $0
+ text_from_ram wd050
+ text ""
line "you traded me is"
cont "doing great!"
done
; 0x1bd621
UnknownText_0x1bd621: ; 0x1bd621
- text_from_ram $d050
+ text_from_ram wd050
text "'s cute,"
line "but I don't have"
para "it. Do you have"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
para "Want to trade it"
line "for my @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1bd673
@@ -1739,7 +1740,7 @@ UnknownText_0x1bd673: ; 0x1bd673
UnknownText_0x1bd696: ; 0x1bd696
text "That's not"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
para "Please trade with"
@@ -1751,7 +1752,7 @@ UnknownText_0x1bd6cd: ; 0x1bd6cd
text "Wow! Thank you!"
line "I always wanted"
cont "@"
- text_from_ram $d050
+ text_from_ram wd050
text "!"
done
; 0x1bd6f5
@@ -1759,12 +1760,12 @@ UnknownText_0x1bd6cd: ; 0x1bd6cd
UnknownText_0x1bd6f5: ; 0x1bd6f5
text "How is that"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " I"
cont "traded you doing?"
para "Your @"
- text_from_ram $d050
+ text_from_ram wd050
text "'s"
line "so cute!"
done
@@ -1918,7 +1919,8 @@ UnknownText_0x1bda90: ; 0x1bda90
; 0x1bdaa7
UnknownText_0x1bdaa7: ; 0x1bdaa7
- db $0, $57
+ text ""
+ done
; 0x1bdaa9
UnknownText_0x1bdaa9: ; 0x1bdaa9
@@ -2011,7 +2013,7 @@ UnknownText_0x1bdcff: ; 0x1bdcff
UnknownText_0x1bdd30: ; 0x1bdd30
text "OK. I'll raise"
line "your @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 0x1bdd4b
@@ -2026,26 +2028,26 @@ UnknownText_0x1bdd64: ; 0x1bdd64
text "Are we geniuses or"
line "what? Want to see"
cont "your @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
done
; 0x1bdd96
UnknownText_0x1bdd96: ; 0x1bdd96
text "Your @"
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "has grown a lot."
para "By level, it's"
line "grown by @"
- deciram $d087, $13
+ deciram StringBuffer2 + 1, $13
text "."
para "If you want your"
line "#MON back, it"
cont "will cost ¥@"
- deciram $d088, $34
+ deciram StringBuffer2 + 2, $34
text "."
done
; 0x1bde04
@@ -2059,7 +2061,7 @@ UnknownText_0x1bde04: ; 0x1bde04
UnknownText_0x1bde1f: ; 0x1bde1f
text $52, " got back"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 0x1bde32
@@ -2067,7 +2069,7 @@ UnknownText_0x1bde1f: ; 0x1bde1f
UnknownText_0x1bde32: ; 0x1bde32
text "Huh? Back already?"
line "Your @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text $51
db "needs a little"
line "more time with us."
diff --git a/text/common_3.asm b/text/common_3.asm
index f72dbe577..5599301df 100644
--- a/text/common_3.asm
+++ b/text/common_3.asm
@@ -31,7 +31,7 @@ UnknownText_0x1c00a0: ; 1c00a0
UnknownText_0x1c00cd: ; 1c00cd
text "Hm… @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "…"
line "That's a fairly"
cont "decent name."
@@ -68,14 +68,14 @@ UnknownText_0x1c019e: ; 1c019e
UnknownText_0x1c01be: ; 1c01be
text "Hm… @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
line "What a great name!"
cont "It's perfect."
para "Treat @"
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "with loving care."
done
; 1c0208
@@ -101,30 +101,30 @@ UnknownText_0x1c0272: ; 1c0272
text "All right. This"
line "#MON is now"
cont "named @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c029c
UnknownText_0x1c029c: ; 1c029c
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " gained@"
db "@"
; 1c02a9
UnknownText_0x1c02a9: ; 1c02a9
- db $0
+ text ""
line "a boosted"
cont "@"
- deciram $d086, $24
+ deciram StringBuffer2, $24
text " EXP. Points!"
prompt
; 1c02c9
UnknownText_0x1c02c9: ; 1c02c9
- db $0
+ text ""
line "@"
- deciram $d086, $24
+ deciram StringBuffer2, $24
text " EXP. Points!"
prompt
; 1c02df
@@ -152,13 +152,13 @@ UnknownText_0x1c02fe: ; 1c02fe
; 1c0317
UnknownText_0x1c0317: ; 1c0317
- text_from_ram $c621
+ text_from_ram BattleMonNick
text "!"
done
; 1c031d
UnknownText_0x1c031d: ; 1c031d
- text_from_ram $c621
+ text_from_ram BattleMonNick
text ",@"
db "@"
; 1c0324
@@ -200,27 +200,27 @@ UnknownText_0x1c0384: ; 1c0384
UnknownText_0x1c0396: ; 1c0396
text "It contained"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
para "Teach @"
- text_from_ram $d086
- db $0
+ text_from_ram StringBuffer2
+ text ""
line "to a #MON?"
done
; 1c03c2
UnknownText_0x1c03c2: ; 1c03c2
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " is"
line "not compatible"
cont "with @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
para "It can't learn"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 1c03fa
@@ -229,7 +229,7 @@ UnknownText_0x1c03fa: ; 1c03fa
text "You have no room"
line "for any more"
cont "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "S."
prompt
; 1c0421
@@ -237,7 +237,7 @@ UnknownText_0x1c03fa: ; 1c03fa
UnknownText_0x1c0421: ; 1c0421
text "You received"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
prompt
; 1c0436
@@ -279,22 +279,22 @@ UnknownText_0x1c04c6: ; 1c04c6
; 1c04e9
UnknownText_0x1c04e9: ; 1c04e9
- text_from_ram $c903
+ text_from_ram wc903
text " sent"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c04fa
UnknownText_0x1c04fa: ; 1c04fa
- text_from_ram $c903
+ text_from_ram wc903
text " sent"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text $55
db "to @"
- text_from_ram $c953
+ text_from_ram wc950 + 3
text "'s home."
prompt
; 1c051a
@@ -302,16 +302,16 @@ UnknownText_0x1c04fa: ; 1c04fa
UnknownText_0x1c051a: ; 1c051a
text "Received"
line "@"
- text_from_ram $c850
+ text_from_ram wc850
text "'s CARD."
prompt
; 1c0531
UnknownText_0x1c0531: ; 1c0531
- text_from_ram $c850
+ text_from_ram wc850
text "'s CARD was"
line "listed as no.@"
- deciram $d265, $12
+ deciram wd265, $12
text "."
prompt
; 1c0555
@@ -347,7 +347,7 @@ UnknownText_0x1c05c8: ; 1c05c8
; 1c05dd
UnknownText_0x1c05dd: ; 1c05dd
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "CUT!"
prompt
@@ -371,7 +371,7 @@ UnknownText_0x1c062e: ; 1c062e
; 1c062f
_UsedSurfText: ; 1c062f
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "SURF!"
done
@@ -396,7 +396,7 @@ _AskSurfText: ; 1c066c
; 1c068e
UnknownText_0x1c068e: ; 1c068e
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "WATERFALL!"
done
@@ -415,7 +415,7 @@ UnknownText_0x1c06bf: ; 1c06bf
; 1c06de
UnknownText_0x1c06de: ; 1c06de
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "DIG!"
done
@@ -452,14 +452,14 @@ UnknownText_0x1c0751: ; 1c0751
; 1c0774
UnknownText_0x1c0774: ; 1c0774
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "STRENGTH!"
done
; 1c0788
UnknownText_0x1c0788: ; 1c0788
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " can"
line "move boulders."
prompt
@@ -487,7 +487,7 @@ UnknownText_0x1c07f4: ; 1c07f4
; 1c0816
UnknownText_0x1c0816: ; 1c0816
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "WHIRLPOOL!"
prompt
@@ -512,7 +512,7 @@ UnknownText_0x1c0864: ; 1c0864
; 1c0897
UnknownText_0x1c0897: ; 1c0897
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " did a"
line "HEADBUTT!"
prompt
@@ -533,7 +533,7 @@ UnknownText_0x1c08bc: ; 1c08bc
; 1c08f0
UnknownText_0x1c08f0: ; 1c08f0
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " used"
line "ROCK SMASH!"
prompt
@@ -580,7 +580,7 @@ UnknownText_0x1c099a: ; 1c099a
UnknownText_0x1c09b2: ; 1c09b2
text $52, " got on the"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
done
; 1c09c7
@@ -588,7 +588,7 @@ UnknownText_0x1c09b2: ; 1c09b2
UnknownText_0x1c09c7: ; 1c09c7
text $52, " got off"
line "the @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
done
; 1c09dd
@@ -610,7 +610,7 @@ UnknownText_0x1c0a05: ; 1c0a05
UnknownText_0x1c0a1c: ; 1c0a1c
text $52, " found"
line "@"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "!"
done
; 1c0a2c
@@ -645,8 +645,8 @@ UnknownText_0x1c0aa9: ; 1c0aa9
; 1c0acc
UnknownText_0x1c0acc: ; 1c0acc
- text_from_ram $d099
- db $0
+ text_from_ram StringBuffer3
+ text ""
line "fainted!"
prompt
; 1c0ada
@@ -661,7 +661,7 @@ UnknownText_0x1c0ada: ; 1c0ada
; 1c0b03
UnknownText_0x1c0b03: ; 1c0b03
- text_from_ram $d099
+ text_from_ram StringBuffer3
text " used"
line "SWEET SCENT!"
done
@@ -707,10 +707,10 @@ UnknownText_0x1c0ba5: ; 1c0ba5
UnknownText_0x1c0bbb: ; 1c0bbb
text "Throw away @"
- deciram $d10c, $12
- db $0
+ deciram wd10c, $12
+ text ""
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)?"
done
; 1c0bd8
@@ -718,7 +718,7 @@ UnknownText_0x1c0bbb: ; 1c0bbb
UnknownText_0x1c0bd8: ; 1c0bd8
text "Threw away"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)."
prompt
; 1c0bee
@@ -739,7 +739,7 @@ UnknownText_0x1c0c17: ; 1c0c17
UnknownText_0x1c0c2e: ; 1c0c2e
text "Registered the"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 1c0c45
@@ -757,7 +757,8 @@ UnknownText_0x1c0c63: ; 1c0c63
; 1c0c83
UnknownText_0x1c0c83: ; 1c0c83
- db $0, $57
+ text ""
+ done
; 1c0c85
UnknownText_0x1c0c85: ; 1c0c85
@@ -773,9 +774,9 @@ UnknownText_0x1c0ca3: ; 1c0ca3
; 1c0cc6
UnknownText_0x1c0cc6: ; 1c0cc6
- db $0, $5a, "'s"
+ text $5a, "'s"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
db "@"
; 1c0ccf
@@ -795,9 +796,9 @@ UnknownText_0x1c0ce0: ; 1c0ce0
; 1c0ceb
UnknownText_0x1c0ceb: ; 1c0ceb
- db $0, $59, "'s"
+ text $59, "'s"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
db "@"
; 1c0cf4
@@ -817,59 +818,59 @@ UnknownText_0x1c0d06: ; 1c0d06
; 1c0d0e
UnknownText_0x1c0d0e: ; 1c0d0e
- db $0, $5a, "@"
+ text $5a, "@"
db "@"
; 1c0d12
UnknownText_0x1c0d12: ; 1c0d12
- db $0
+ text ""
line "made a whirlwind!"
prompt
; 1c0d26
UnknownText_0x1c0d26: ; 1c0d26
- db $0
+ text ""
line "took in sunlight!"
prompt
; 1c0d3a
UnknownText_0x1c0d3a: ; 1c0d3a
- db $0
+ text ""
line "lowered its head!"
prompt
; 1c0d4e
UnknownText_0x1c0d4e: ; 1c0d4e
- db $0
+ text ""
line "is glowing!"
prompt
; 1c0d5c
UnknownText_0x1c0d5c: ; 1c0d5c
- db $0
+ text ""
line "flew up high!"
prompt
; 1c0d6c
UnknownText_0x1c0d6c: ; 1c0d6c
- db $0
+ text ""
line "dug a hole!"
prompt
; 1c0d7a
_ActorNameText: ; 1c0d7a
- db $0, $5a, "@"
+ text $5a, "@"
db "@"
; 1c0d7e
_UsedMove1Text: ; 1c0d7e
- db $0
+ text ""
line "used @"
db "@"
; 1c0d87
_UsedMove2Text: ; 1c0d87
- db $0
+ text ""
line "used @"
db "@"
; 1c0d90
@@ -921,7 +922,8 @@ UnknownText_0x1c0db0: ; 1c0db0
; 1c0db8
UnknownText_0x1c0db8: ; 1c0db8
- db $0, $57
+ text ""
+ done
; 1c0dba
UnknownText_0x1c0dba: ; 1c0dba
@@ -947,8 +949,8 @@ UnknownText_0x1c0dd8: ; 1c0dd8
UnknownText_0x1c0df3: ; 1c0df3
text "It's @"
- text_from_ram $df2f
- db $0
+ text_from_ram wBreedMon2Nick
+ text ""
line "that was left with"
cont "the DAY-CARE LADY."
done
@@ -956,8 +958,8 @@ UnknownText_0x1c0df3: ; 1c0df3
UnknownText_0x1c0e24: ; 1c0e24
text "It's @"
- text_from_ram $def6
- db $0
+ text_from_ram wBreedMon1
+ text ""
line "that was left with"
cont "the DAY-CARE MAN."
done
@@ -972,7 +974,7 @@ UnknownText_0x1c0e54: ; 1c0e54
UnknownText_0x1c0e6f: ; 1c0e6f
text "It has no interest"
line "in @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c0e8d
@@ -980,7 +982,7 @@ UnknownText_0x1c0e6f: ; 1c0e6f
UnknownText_0x1c0e8d: ; 1c0e8d
text "It appears to care"
line "for @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c0eac
@@ -988,7 +990,7 @@ UnknownText_0x1c0e8d: ; 1c0e8d
UnknownText_0x1c0eac: ; 1c0eac
text "It's friendly with"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c0ec6
@@ -996,7 +998,7 @@ UnknownText_0x1c0eac: ; 1c0eac
UnknownText_0x1c0ec6: ; 1c0ec6
text "It shows interest"
line "in @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c0ee3
@@ -1053,12 +1055,12 @@ UnknownText_0x1c0fb8: ; 1c0fb8
; 1c0fbc
UnknownText_0x1c0fbc: ; 1c0fbc
- deciram $cf64, $13
+ deciram wcf64, $13
text " @"
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "Animation type @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
db "@"
; 1c0fdc
@@ -1072,7 +1074,7 @@ UnknownText_0x1c0fdd: ; 1c0fdd
; 1c0feb
UnknownText_0x1c0feb: ; 1c0feb
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " was"
line "sent to BILL's PC."
prompt
@@ -1118,7 +1120,7 @@ UnknownText_0x1c10a2: ; 1c10a2
UnknownText_0x1c10c0: ; 1c10c0
text "Caught @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
prompt
; 1c10cf
@@ -1131,7 +1133,7 @@ UnknownText_0x1c10cf: ; 1c10cf
UnknownText_0x1c10dd: ; 1c10dd
text "You already caught"
line "a @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c10fa
@@ -1142,11 +1144,11 @@ UnknownText_0x1c10fa: ; 1c10fa
interpret_data
text "…", $51
db "@"
- text_from_ram $d016
+ text_from_ram wd016
text ","
line "who caught a", $55
db "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!@"
db "@"
; 1c113f
@@ -1155,7 +1157,7 @@ UnknownText_0x1c113f: ; 1c113f
text $51
db "The winning score"
line "was @"
- deciram $d004, $23
+ deciram wd004, $23
text " points!"
prompt
; 1c1166
@@ -1163,11 +1165,11 @@ UnknownText_0x1c113f: ; 1c113f
UnknownText_0x1c1166: ; 1c1166
text "Placing second was"
line "@"
- text_from_ram $d016
+ text_from_ram wd016
text ",", $51
db "who caught a"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!@"
db "@"
; 1c1196
@@ -1176,7 +1178,7 @@ UnknownText_0x1c1196: ; 1c1196
text $51
db "The score was"
line "@"
- deciram $d008, $23
+ deciram wd008, $23
text " points!"
prompt
; 1c11b5
@@ -1184,11 +1186,11 @@ UnknownText_0x1c1196: ; 1c1196
UnknownText_0x1c11b5: ; 1c11b5
text "Placing third was"
line "@"
- text_from_ram $d016
+ text_from_ram wd016
text ",", $51
db "who caught a"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!@"
db "@"
; 1c11e4
@@ -1197,7 +1199,7 @@ UnknownText_0x1c11e4: ; 1c11e4
text $51
db "The score was"
line "@"
- deciram $d00c, $23
+ deciram wd00c, $23
text " points!"
prompt
; 1c1203
@@ -1208,7 +1210,7 @@ UnknownText_0x1c1203: ; 1c1203
para "…Hm, it measures"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c123a
@@ -1216,10 +1218,10 @@ UnknownText_0x1c1203: ; 1c1203
UnknownText_0x1c123a: ; 1c123a
text "CURRENT RECORD", $51
db "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " caught by"
line "@"
- text_from_ram $dfea
+ text_from_ram wdfe9 + 1
text_waitbutton
db "@"
; 1c1260
@@ -1235,7 +1237,7 @@ UnknownText_0x1c1261: ; 1c1261
line "with the ID number"
para "of @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " in"
line "your party."
prompt
@@ -1248,7 +1250,7 @@ UnknownText_0x1c12ae: ; 1c12ae
line "with the ID number"
para "of @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " in"
line "your PC BOX."
prompt
@@ -1257,7 +1259,7 @@ UnknownText_0x1c12ae: ; 1c12ae
UnknownText_0x1c12fc: ; 1c12fc
text "Give a nickname to"
line "the @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " you"
cont "received?"
done
@@ -1290,10 +1292,10 @@ _KrissPCHowManyWithdrawText: ; 1c1381
_KrissPCWithdrewItemsText: ; 1c13a4
text "Withdrew @"
- deciram $d10c, $12
- db $0
+ deciram wd10c, $12
+ text ""
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)."
prompt
; 1c13bf
@@ -1317,10 +1319,10 @@ _KrissPCHowManyDepositText: ; 1c13ef
_KrissPCDepositItemsText: ; 1c1411
text "Deposited @"
- deciram $d10c, $12
- db $0
+ deciram wd10c, $12
+ text ""
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)."
prompt
; 1c142d
@@ -1387,10 +1389,10 @@ _OakPCText2: ; 1c1533
; 1c1553
_OakPCText3: ; 1c1553
- text_from_ram $d099
+ text_from_ram StringBuffer3
text " #MON seen"
line "@"
- text_from_ram $d0ac
+ text_from_ram StringBuffer4
text " #MON owned"
para "PROF.OAK's"
@@ -1598,17 +1600,17 @@ UnknownText_0x1c1a6c: ; 1c1a6c
UnknownText_0x1c1a90: ; 1c1a90
text "Toss out how many"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)?"
done
; 1c1aad
UnknownText_0x1c1aad: ; 1c1aad
text "Throw away @"
- deciram $d10c, $12
- db $0
+ deciram wd10c, $12
+ text ""
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)?"
done
; 1c1aca
@@ -1616,7 +1618,7 @@ UnknownText_0x1c1aad: ; 1c1aad
UnknownText_0x1c1aca: ; 1c1aca
text "Discarded"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "(S)."
prompt
; 1c1adf
@@ -1636,25 +1638,25 @@ UnknownText_0x1c1b03: ; 1c1b03
UnknownText_0x1c1b2c: ; 1c1b2c
text "Took @"
- text_from_ram $d050
+ text_from_ram wd050
text "'s"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " and"
para "made it hold"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 1c1b57
UnknownText_0x1c1b57: ; 1c1b57
text "Made @"
- text_from_ram $d050
- db $0
+ text_from_ram wd050
+ text ""
line "hold @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 1c1b6f
@@ -1666,7 +1668,7 @@ UnknownText_0x1c1b6f: ; 1c1b6f
; 1c1b8e
UnknownText_0x1c1b8e: ; 1c1b8e
- text_from_ram $d050
+ text_from_ram wd050
text " isn't"
line "holding anything."
prompt
@@ -1680,21 +1682,21 @@ UnknownText_0x1c1baa: ; 1c1baa
UnknownText_0x1c1bc4: ; 1c1bc4
text "Took @"
- text_from_ram $d073
- db $0
+ text_from_ram StringBuffer1
+ text ""
line "from @"
- text_from_ram $d050
+ text_from_ram wd050
text "."
prompt
; 1c1bdc
UnknownText_0x1c1bdc: ; 1c1bdc
- text_from_ram $d050
+ text_from_ram wd050
text " is"
line "already holding"
para "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
line "Switch items?"
done
@@ -1715,7 +1717,7 @@ UnknownText_0x1c1c22: ; 1c1c22
UnknownText_0x1c1c47: ; 1c1c47
text "MAIL detached from"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
prompt
; 1c1c62
diff --git a/text/common_4.asm b/text/common_4.asm
index ee2f9d57b..0b4ea5b2f 100644
--- a/text/common_4.asm
+++ b/text/common_4.asm
@@ -73,7 +73,7 @@ UnknownText_0x1c41b1: ; 0x1c41b1
UnknownText_0x1c41e6: ; 0x1c41e6
text "Your friend's"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " appears"
cont "to be abnormal!"
prompt
@@ -81,10 +81,10 @@ UnknownText_0x1c41e6: ; 0x1c41e6
UnknownText_0x1c4212: ; 0x1c4212
text "Trade @"
- text_from_ram $d004
- db $0
+ text_from_ram wd004
+ text ""
line "for @"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
done
; 0x1c422a
@@ -137,7 +137,7 @@ UnknownText_0x1c4298: ; 0x1c4298
UnknownText_0x1c439c: ; 0x1c439c
text "Today's remaining"
line "time is @"
- deciram $d086, $12
+ deciram StringBuffer2, $12
text " min."
para "Would you like to"
@@ -147,8 +147,8 @@ UnknownText_0x1c439c: ; 0x1c439c
UnknownText_0x1c43dc: ; 0x1c43dc
text "There are only @"
- deciram $d086, $12
- db $0
+ deciram StringBuffer2, $12
+ text ""
line "min. left today."
para "Want a quick"
@@ -201,7 +201,7 @@ UnknownText_0x1c4508: ; 0x1c4508
UnknownText_0x1c4525: ; 0x1c4525
text "Today's remaining"
line "time is @"
- deciram $d086, $12
+ deciram StringBuffer2, $12
text " min."
done
; 0x1c454b
@@ -293,7 +293,7 @@ UnknownText_0x1c4706:: ; 0x1c4706
UnknownText_0x1c4719:: ; 0x1c4719
text $52, " received"
line "@"
- text_from_ram $d0ac
+ text_from_ram StringBuffer4
text "."
done
; 0x1c472c
@@ -301,18 +301,18 @@ UnknownText_0x1c4719:: ; 0x1c4719
UnknownText_0x1c472c:: ; 0x1c472c
text $52, " put the"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " in"
cont "the @"
- text_from_ram $d099
+ text_from_ram StringBuffer3
text "."
prompt
; 0x1c474b
UnknownText_0x1c474b:: ; 0x1c474b
text "The @"
- text_from_ram $d099
- db $0
+ text_from_ram StringBuffer3
+ text ""
line "is full…"
prompt
; 0x1c475f
@@ -338,10 +338,10 @@ UnknownText_0x1c4797: ; 0x1c4797
UnknownText_0x1c47d4: ; 0x1c47d4
text "Hm… I see you met"
line "@"
- text_from_ram $d003
+ text_from_ram wd003
text " here:"
cont "@"
- text_from_ram $d00e
+ text_from_ram wd00e
text "!"
prompt
; 0x1c47fa
@@ -349,11 +349,11 @@ UnknownText_0x1c47d4: ; 0x1c47d4
UnknownText_0x1c47fa: ; 0x1c47fa
text "The time was"
line "@"
- text_from_ram $d01f
+ text_from_ram wd01f
text "!"
para "Its level was @"
- text_from_ram $d036
+ text_from_ram wd036
text "!"
para "Am I good or what?"
@@ -362,21 +362,21 @@ UnknownText_0x1c47fa: ; 0x1c47fa
UnknownText_0x1c4837: ; 0x1c4837
text "Hm… @"
- text_from_ram $d003
- db $0
+ text_from_ram wd003
+ text ""
line "came from @"
- text_from_ram $d02a
+ text_from_ram wd02a
text $55
db "in a trade?"
para "@"
- text_from_ram $d00e
- db $0
+ text_from_ram wd00e
+ text ""
line "was where @"
- text_from_ram $d02a
+ text_from_ram wd02a
text $55
db "met @"
- text_from_ram $d003
+ text_from_ram wd003
text "!"
prompt
; 0x1c487f
@@ -393,7 +393,7 @@ UnknownText_0x1c487f: ; 0x1c487f
para "I can't tell where"
line "you met it, but it"
cont "was at level @"
- text_from_ram $d036
+ text_from_ram wd036
text "."
para "Am I good or what?"
@@ -434,7 +434,7 @@ UnknownText_0x1c49c6: ; 0x1c49c6
line "grown a little."
para "@"
- text_from_ram $d003
+ text_from_ram wd003
text " seems"
line "to be becoming"
cont "more confident."
@@ -445,7 +445,7 @@ UnknownText_0x1c4a21: ; 0x1c4a21
text "Incidentally…"
para "@"
- text_from_ram $d003
+ text_from_ram wd003
text " has"
line "grown. It's gained"
cont "much strength."
@@ -459,8 +459,8 @@ UnknownText_0x1c4a5b: ; 0x1c4a5b
line "grown mighty!"
para "This @"
- text_from_ram $d003
- db $0
+ text_from_ram wd003
+ text ""
line "must have come"
para "through numerous"
@@ -483,12 +483,12 @@ UnknownText_0x1c4ae5: ; 0x1c4ae5
para "seen a #MON as"
line "mighty as this"
cont "@"
- text_from_ram $d003
+ text_from_ram wd003
text "."
para "I'm sure that"
line "seeing @"
- text_from_ram $d003
+ text_from_ram wd003
text $51
db "in battle would"
line "excite anyone."
@@ -498,7 +498,7 @@ UnknownText_0x1c4ae5: ; 0x1c4ae5
UnknownText_0x1c4b92: ; 0x1c4b92
text "Congratulations!"
line "Your @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
db "@"
; 0x1c4bae
@@ -510,23 +510,23 @@ UnknownText_0x1c4baf: ; 0x1c4baf
text $51
db "evolved into"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "!"
done
; 0x1c4bc5
UnknownText_0x1c4bc5: ; 0x1c4bc5
text "Huh? @"
- text_from_ram $d086
- db $0
+ text_from_ram StringBuffer2
+ text ""
line "stopped evolving!"
prompt
; 0x1c4be3
UnknownText_0x1c4be3: ; 0x1c4be3
text "What? @"
- text_from_ram $d086
- db $0
+ text_from_ram StringBuffer2
+ text ""
line "is evolving!"
done
; 0x1c4bfd
@@ -537,9 +537,9 @@ UnknownText_0x1c4bfd: ; 0x1c4bfd
; 0x1c4c08
UnknownText_0x1c4c08: ; 0x1c4c08
- deciram $d10c, $12
+ deciram wd10c, $12
text " @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)"
line "will be ¥@"
deciram $ffc3, $36
@@ -569,9 +569,9 @@ UnknownText_0x1c4ca3: ; 0x1c4ca3
; 0x1c4cae
UnknownText_0x1c4cae: ; 0x1c4cae
- deciram $d10c, $12
+ deciram wd10c, $12
text " @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)"
line "will be ¥@"
deciram $ffc3, $36
@@ -616,7 +616,7 @@ UnknownText_0x1c4d47: ; 0x1c4d47
; 0x1c4db0
UnknownText_0x1c4db0: ; 0x1c4db0
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " costs"
line "¥@"
deciram $ffc3, $36
@@ -666,9 +666,9 @@ UnknownText_0x1c4e7e: ; 0x1c4e7e
; 0x1c4e89
UnknownText_0x1c4e89: ; 0x1c4e89
- deciram $d10c, $12
+ deciram wd10c, $12
text " @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)"
line "will cost ¥@"
deciram $ffc3, $36
@@ -766,7 +766,7 @@ UnknownText_0x1c502e: ; 0x1c502e
deciram $ffc3, $36
text " for"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "(S)."
done
; 0x1c5049
@@ -802,7 +802,7 @@ UnknownText_0x1c5092: ; 0x1c5092
UnknownText_0x1c509f: ; 0x1c509f
text "lined up!"
line "Won @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " coins!"
done
; 0x1c50bb
@@ -858,13 +858,13 @@ UnknownText_0x1c51d7: ; 0x1c51d7
; 0x1c51f4
UnknownText_0x1c51f4: ; 0x1c51f4
- text_from_ram $d006
+ text_from_ram wd006
text ","
line "@"
- text_from_ram $d00c
+ text_from_ram wd00c
text " and"
cont "@"
- text_from_ram $d012
+ text_from_ram wd012
text "."
para "Use these three?"
@@ -983,7 +983,7 @@ UnknownText_0x1c5580: ; 0x1c5580
; 0x1c5588
UnknownText_0x1c5588: ; 0x1c5588
- db $0, $56, $57
+ text "", $56, $57
; 0x1c558b
UnknownText_0x1c558b: ; 0x1c558b
@@ -1038,10 +1038,10 @@ UnknownText_0x1c564a: ; 0x1c564a
; 0x1c5660
UnknownText_0x1c5660: ; 0x1c5660
- text_from_ram $d050
+ text_from_ram wd050
text " learned"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "!@"
sound0
text_waitbutton
@@ -1060,39 +1060,39 @@ UnknownText_0x1c5678: ; 0x1c5678
UnknownText_0x1c5699: ; 0x1c5699
text "Stop learning"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1c56af
UnknownText_0x1c56af: ; 0x1c56af
- text_from_ram $d050
- db $0
+ text_from_ram wd050
+ text ""
line "did not learn"
cont "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 0x1c56c9
UnknownText_0x1c56c9: ; 0x1c56c9
- text_from_ram $d050
+ text_from_ram wd050
text " is"
line "trying to learn"
cont "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
para "But @"
- text_from_ram $d050
- db $0
+ text_from_ram wd050
+ text ""
line "can't learn more"
cont "than four moves."
para "Delete an older"
line "move to make room"
cont "for @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "?"
done
; 0x1c5740
@@ -1112,10 +1112,10 @@ UnknownText_0x1c574e: ; 0x1c574e
interpret_data
text $51
db "@"
- text_from_ram $d050
+ text_from_ram wd050
text " forgot"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "."
para "And…"
@@ -1181,7 +1181,7 @@ UnknownText_0x1c5823: ; 0x1c5823
; 0x1c5824
UnknownText_0x1c5824: ; 0x1c5824
- db $0, $56, $57
+ text "", $56, $57
; 0x1c5827
UnknownText_0x1c5827: ; 0x1c5827
@@ -1215,7 +1215,7 @@ UnknownText_0x1c589f: ; 0x1c589f
; 0x1c58bc
UnknownText_0x1c58bc: ; 0x1c58bc
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
line "Is that right?"
done
@@ -1281,7 +1281,7 @@ UnknownText_0x1c59c3: ; 0x1c59c3
UnknownText_0x1c59e5: ; 0x1c59e5
text "The @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " #MON"
line "must all be", $55
db "different kinds.", $51
@@ -1290,7 +1290,7 @@ UnknownText_0x1c59e5: ; 0x1c59e5
UnknownText_0x1c5a13: ; 0x1c5a13
text "The @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " #MON"
line "must not hold the", $55
db "same items.", $51
@@ -1344,8 +1344,8 @@ UnknownText_0x1c5afa: ; 0x1c5afa
UnknownText_0x1c5b17: ; 0x1c5b17
text "Gotcha! @"
- text_from_ram $c616
- db $0
+ text_from_ram EnemyMonNick
+ text ""
line "was caught!@"
sound0x02
db "@"
@@ -1365,14 +1365,14 @@ UnknownText_0x1c5b37: ; 0x1c5b37
; 0x1c5b38
UnknownText_0x1c5b38: ; 0x1c5b38
- text_from_ram $d050
+ text_from_ram wd050
text " was"
line "sent to BILL's PC."
prompt
; 0x1c5b53
UnknownText_0x1c5b53: ; 0x1c5b53
- text_from_ram $c616
+ text_from_ram EnemyMonNick
text "'s data"
line "was newly added to", $55
db "the #DEX.@"
@@ -1388,16 +1388,16 @@ UnknownText_0x1c5b7e: ; 0x1c5b7e
UnknownText_0x1c5b7f: ; 0x1c5b7f
text "Give a nickname to"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
done
; 0x1c5b9a
UnknownText_0x1c5b9a: ; 0x1c5b9a
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "'s"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text " rose."
prompt
; 0x1c5bac
@@ -1431,7 +1431,7 @@ UnknownText_0x1c5c28: ; 0x1c5c28
; 0x1c5c44
UnknownText_0x1c5c44: ; 0x1c5c44
- db $0, $52, " played the"
+ text $52, " played the"
line "# FLUTE.@"
text_waitbutton
db "@"
@@ -1444,7 +1444,7 @@ UnknownText_0x1c5c5d: ; 0x1c5c5d
UnknownText_0x1c5c5e: ; 0x1c5c5e
text "You now have"
line "@"
- deciram $dc4b, $12
+ deciram wdc4b, $12
text " points."
done
; 0x1c5c7b
@@ -1452,7 +1452,7 @@ UnknownText_0x1c5c5e: ; 0x1c5c5e
UnknownText_0x1c5c7b: ; 0x1c5c7b
text "Coins:"
line "@"
- deciram $d855, $24
+ deciram Coins, $24
db "@"
; 0x1c5c89
@@ -1473,14 +1473,14 @@ UnknownText_0x1c5ca7: ; 0x1c5ca7
; 0x1c5cc6
UnknownText_0x1c5cc6: ; 0x1c5cc6
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "'s PP"
line "is maxed out."
prompt
; 0x1c5cdd
UnknownText_0x1c5cdd: ; 0x1c5cdd
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "'s PP"
line "increased."
prompt
@@ -1553,7 +1553,7 @@ UnknownText_0x1c5e01: ; 0x1c5e01
UnknownText_0x1c5e1d: ; 0x1c5e1d
text "Can't get on your"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " now."
prompt
; 0x1c5e3a
@@ -1568,7 +1568,7 @@ UnknownText_0x1c5e3a: ; 0x1c5e3a
UnknownText_0x1c5e68: ; 0x1c5e68
text $52, " used the@"
text_dunno1
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
done
; 0x1c5e7b
@@ -1576,7 +1576,7 @@ UnknownText_0x1c5e68: ; 0x1c5e68
UnknownText_0x1c5e7b: ; 0x1c5e7b
text $52, " got on the@"
text_dunno1
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 0x1c5e90
@@ -1585,16 +1585,16 @@ UnknownText_0x1c5e90: ; 0x1c5e90
text $52, " got off@"
text_dunno1
text "the @"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 0x1c5ea8
UnknownText_0x1c5ea8: ; 0x1c5ea8
- text_from_ram $d073
+ text_from_ram StringBuffer1
text " knows"
line "@"
- text_from_ram $d086
+ text_from_ram StringBuffer2
text "."
prompt
; 0x1c5eba
@@ -1608,7 +1608,7 @@ UnknownText_0x1c5eba: ; 0x1c5eba
UnknownText_0x1c5eda: ; 0x1c5eda
text "Oh, make it forget"
line "@"
- text_from_ram $d073
+ text_from_ram StringBuffer1
text "?"
done
; 0x1c5ef5