summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
Diffstat (limited to 'text')
-rw-r--r--text/battle.asm12
-rw-r--r--text/common.asm816
-rw-r--r--text/common_4.asm1
-rw-r--r--text/phone/alan_overworld.asm71
-rw-r--r--text/phone/anthony_overworld.asm52
-rw-r--r--text/phone/arnie_overworld.asm59
-rw-r--r--text/phone/beth_overworld.asm56
-rw-r--r--text/phone/beverly_overworld.asm60
-rw-r--r--text/phone/brent_overworld.asm62
-rw-r--r--text/phone/buena.asm (renamed from text/buena.asm)1
-rw-r--r--text/phone/chad_overworld.asm56
-rw-r--r--text/phone/dana_overworld.asm72
-rw-r--r--text/phone/derek_overworld.asm61
-rw-r--r--text/phone/erin_overworld.asm63
-rw-r--r--text/phone/extra2.asm1230
-rw-r--r--text/phone/extra3.asm1
-rw-r--r--text/phone/gaven_overworld.asm63
-rw-r--r--text/phone/gina_overworld.asm67
-rw-r--r--text/phone/huey_overworld.asm80
-rw-r--r--text/phone/irwin_overworld.asm53
-rw-r--r--text/phone/jack_overworld.asm55
-rw-r--r--text/phone/joey_overworld.asm71
-rw-r--r--text/phone/jose_overworld.asm73
-rw-r--r--text/phone/kenji_overworld.asm67
-rw-r--r--text/phone/liz_overworld.asm44
-rw-r--r--text/phone/parry_overworld.asm73
-rw-r--r--text/phone/ralph_overworld.asm58
-rw-r--r--text/phone/reena_overworld.asm45
-rw-r--r--text/phone/tiffany_overworld.asm62
-rw-r--r--text/phone/todd_overworld.asm68
-rw-r--r--text/phone/tully_overworld.asm73
-rw-r--r--text/phone/vance_overworld.asm73
-rw-r--r--text/phone/wade_overworld.asm70
-rw-r--r--text/phone/wilton_overworld.asm61
34 files changed, 1790 insertions, 2039 deletions
diff --git a/text/battle.asm b/text/battle.asm
index 48c39dc1a..bc67cd95e 100644
--- a/text/battle.asm
+++ b/text/battle.asm
@@ -192,13 +192,12 @@ BattleText_0x809a8: ; 0x809a8
prompt
; 0x809be
-BattleText_0x809be: ; 0x809be
+GotMoneyForWinningText:
text $52, " got ¥@"
deciram wc686, $36
text ""
line "for winning!"
prompt
-; 0x809da
BattleText_0x809da: ; 0x809da
text $3f
@@ -212,24 +211,21 @@ TiedAgainstText: ; 0x809eb
prompt
; 0x809fc
-BattleText_0x809fc: ; 0x809fc
+SentSomeToMomText:
text $52, " got ¥@"
deciram wc686, $36
text ""
line "for winning!"
cont "Sent some to MOM!"
prompt
-; 0x80a2a
-BattleText_0x80a2a: ; 0x80a2a
+SentHalfToMomText:
text "Sent half to MOM!"
prompt
-; 0x80a3d
-BattleText_0x80a3d: ; 0x80a3d
+SentAllToMomText:
text "Sent all to MOM!"
prompt
-; 0x80a4f
BattleText_0x80a4f: ; 0x80a4f
text $53, ": Huh? I"
diff --git a/text/common.asm b/text/common.asm
index 34d17e902..f528f0bcc 100644
--- a/text/common.asm
+++ b/text/common.asm
@@ -127,29 +127,26 @@ UnknownText_0x1b02d6: ; 0x1b02d6
done
; 0x1b035a
-UnknownText_0x1b035a: ; 0x1b035a
+DifficultBookshelfText:
text "It's full of"
line "difficult books."
done
-; 0x1b0378
-UnknownText_0x1b0378: ; 0x1b0378
+PictureBookshelfText:
text "A whole collection"
line "of #MON picture"
cont "books!"
done
-; 0x1b03a3
-UnknownText_0x1b03a3: ; 0x1b03a3
+MagazineBookshelfText:
text "#MON magazines…"
line "#MON PAL,"
para "#MON HANDBOOK,"
line "#MON GRAPH…"
done
-; 0x1b03d9
-UnknownText_0x1b03d9: ; 0x1b03d9
+TeamRocketOathText:
text "TEAM ROCKET OATH"
para "Steal #MON for"
@@ -162,46 +159,39 @@ UnknownText_0x1b03d9: ; 0x1b03d9
line "for the glory of"
cont "TEAM ROCKET!"
done
-; 0x1b0448
-UnknownText_0x1b0448: ; 0x1b0448
+IncenseBurnerText:
text "What is this?"
para "Oh, it's an"
line "incense burner!"
done
-; 0x1b0472
-UnknownText_0x1b0472: ; 0x1b0472
+MerchandiseShelfText:
text "Lots of #MON"
line "merchandise!"
done
-; 0x1b048d
-UnknownText_0x1b048d: ; 0x1b048d
+TownMapText:
text "It's the TOWN MAP."
done
-; 0x1b04a0
-UnknownText_0x1b04a0: ; 0x1b04a0
+WindowText:
text "My reflection!"
line "Lookin' good!"
done
-; 0x1b04be
-UnknownText_0x1b04be: ; 0x1b04be
+TVText:
text "It's a TV."
done
-; 0x1b04c9
-UnknownText_0x1b04c9: ; 0x1b04c9
+HomepageText:
text "#MON JOURNAL"
line "HOME PAGE…"
para "It hasn't been"
line "updated…"
done
-; 0x1b04f9
UnknownText_0x1b04f9: ; 0x1b04f9
text "#MON RADIO!"
@@ -211,11 +201,10 @@ UnknownText_0x1b04f9: ; 0x1b04f9
done
; 0x1b0526
-UnknownText_0x1b0526: ; 0x1b0526
+TrashCanText:
text "There's nothing in"
line "here…"
done
-; 0x1b053f
UnknownText_0x1b053f: ; 0x1b053f
text "A #MON may be"
@@ -229,19 +218,17 @@ UnknownText_0x1b0561: ; 0x1b0561
done
; 0x1b057f
-UnknownText_0x1b057f: ; 0x1b057f
+PokeCenterSignText:
text "Heal Your #MON!"
line "#MON CENTER"
done
-; 0x1b059c
-UnknownText_0x1b059c: ; 0x1b059c
+MartSignText:
text "For All Your"
line "#MON Needs"
para "#MON MART"
done
-; 0x1b05bf
UnknownText_0x1b05bf: ; 0x1b05bf
text "We will now judge"
@@ -398,805 +385,38 @@ UnknownText_0x1b08cc: ; 0x1b08cc
done
; 0x1b092a
-UnknownText_0x1b092a: ; 0x1b092a
+HappinessText3:
text "Wow! You and your"
line "#MON are really"
cont "close!"
done
-; 0x1b0954
-UnknownText_0x1b0954: ; 0x1b0954
+HappinessText2:
text "#MON get more"
line "friendly if you"
para "spend time with"
line "them."
done
-; 0x1b0989
-UnknownText_0x1b0989: ; 0x1b0989
+HappinessText1:
text "You haven't tamed"
line "your #MON."
para "If you aren't"
line "nice, it'll pout."
done
-; 0x1b09c4
-UnknownText_0x1b09c4: ; 0x1b09c4
+RegisteredNumber1Text:
text $52, " registered"
line "@"
text_from_ram StringBuffer3
text "'s number."
done
-; 0x1b09e1
-UnknownText_0x1b09e1: ; 0x1b09e1
+RegisteredNumber2Text:
text $52, " registered"
line "@"
text_from_ram StringBuffer3
text "'s number."
done
-; 0x1b09fe
-
-UnknownText_0x1b09fe: ; 0x1b09fe
- text "Your knowledge is"
- line "impressive!"
-
- para "I like that!"
-
- para "Want to trade"
- line "battle tips?"
-
- para "I'll phone if I"
- line "get good info."
-
- para "Would you tell me"
- line "your number?"
- done
-; 0x1b0a82
-
-UnknownText_0x1b0a82: ; 0x1b0a82
- text "Want to trade"
- line "battle tips?"
-
- para "I'll phone if I"
- line "get good info."
-
- para "Would you tell me"
- line "your number?"
- done
-; 0x1b0adb
-
-UnknownText_0x1b0adb: ; 0x1b0adb
- text "I'll call you if I"
- line "hear anything!"
- done
-; 0x1b0afd
-
-UnknownText_0x1b0afd: ; 0x1b0afd
- text "Oh, OK. Too bad…"
-
- para "Well, if you ever"
- line "want my number,"
- cont "come see me, OK?"
- done
-; 0x1b0b42
-
-UnknownText_0x1b0b42: ; 0x1b0b42
- text "Oh?"
- line "Your phone's full."
-
- para "It can't register"
- line "my number."
- done
-; 0x1b0b75
-
-UnknownText_0x1b0b75: ; 0x1b0b75
- text "Hi, I was waiting"
- line "for you to show!"
-
- para "Let's get started"
- line "right away!"
- done
-; 0x1b0bb6
-
-UnknownText_0x1b0bb6: ; 0x1b0bb6
- text "Your MARILL is so"
- line "cute and adorable!"
-
- para "You love #MON"
- line "just like I do!"
-
- para "Want to trade"
- line "phone numbers?"
-
- para "Let's chat! It'll"
- line "be so much fun!"
- done
-; 0x1b0c37
-
-UnknownText_0x1b0c37: ; 0x1b0c37
- text "Your MARILL is so"
- line "cute and adorable!"
-
- para "We should chat, it"
- line "will be fun."
-
- para "Can I have your"
- line "phone number?"
- done
-; 0x1b0c9b
-
-UnknownText_0x1b0c9b: ; 0x1b0c9b
- text "To be honest, I"
- line "want a MARILL."
-
- para "But I make do with"
- line "my cute SNUBBULL."
- done
-; 0x1b0ce0
-
-UnknownText_0x1b0ce0: ; 0x1b0ce0
- text "Oh… That's"
- line "disappointing…"
-
- para "Goodbye, MARILL…"
- done
-; 0x1b0d0b
-
-UnknownText_0x1b0d0b: ; 0x1b0d0b
- text "Oh? Your phone's"
- line "memory is full."
- done
-; 0x1b0d2c
-
-UnknownText_0x1b0d2c: ; 0x1b0d2c
- text "Oh? ", $52, "? "
- line "I waited here for"
-
- para "you. I brought you"
- line "a little gift."
- done
-; 0x1b0d69
-
-UnknownText_0x1b0d69: ; 0x1b0d69
- text "Oh?"
- line "You have no room."
-
- para "Please come back"
- line "for it later."
- done
-; 0x1b0d9f
-
-UnknownText_0x1b0d9f: ; 0x1b0d9f
- text "Cool! That's the"
- line "first time I've"
- cont "lost in a while!"
-
- para "Hey, give me your"
- line "phone number."
-
- para "You'd be fun to"
- line "battle, so I'll"
-
- para "call you when I"
- line "get stronger!"
- done
-; 0x1b0e2c
-
-UnknownText_0x1b0e2c: ; 0x1b0e2c
- text "Hey, give me your"
- line "phone number."
-
- para "You'd be fun to"
- line "battle, so I'll"
-
- para "call you when I"
- line "get stronger!"
- done
-; 0x1b0e89
-
-UnknownText_0x1b0e89: ; 0x1b0e89
- text "Hey, let's battle"
- line "again!"
- done
-; 0x1b0ea2
-
-UnknownText_0x1b0ea2: ; 0x1b0ea2
- text "Looks like you're"
- line "a wimp…"
- done
-; 0x1b0ebc
-
-UnknownText_0x1b0ebc: ; 0x1b0ebc
- text "Hey! Your phone's"
- line "already full!"
- done
-; 0x1b0edc
-
-UnknownText_0x1b0edc: ; 0x1b0edc
- text "Hey! I'm tired of"
- line "waiting for you!"
- done
-; 0x1b0eff
-
-UnknownText_0x1b0eff: ; 0x1b0eff
- text "Oh… Your PACK's"
- line "full. I'll give it"
- cont "to you later."
- done
-; 0x1b0f2f
-
-UnknownText_0x1b0f2f: ; 0x1b0f2f
- text "Man! You're as"
- line "tough as ever!"
-
- para "I've battled you"
- line "over and over, but"
-
- para $52, ", I haven't"
- line "won once."
-
- para "I bought tons of"
- line "items to toughen"
-
- para "up my #MON, but"
- line "to no avail…"
-
- para "Items alone aren't"
- line "the answer."
-
- para "That must be what"
- line "it is…"
-
- para "Here, take this,"
- line $52, "."
-
- para "I won't be needing"
- line "it anymore…"
- done
-; 0x1b102e
-
-UnknownText_0x1b102e: ; 0x1b102e
- text "Wow, you're tough."
- line "I haven't battled"
-
- para "that seriously in"
- line "a long time."
-
- para "Could I get your"
- line "phone number?"
-
- para "I'd like to battle"
- line "again when I heal"
-
- para "@"
- text_from_ram StringBuffer4
- text " and the"
- line "rest of my team."
- done
-; 0x1b10d3
-
-UnknownText_0x1b10d3: ; 0x1b10d3
- text "Could I get your"
- line "phone number?"
-
- para "I'd like to battle"
- line "again when I heal"
-
- para "@"
- text_from_ram StringBuffer4
- text " and the"
- line "rest of my team."
- done
-; 0x1b1136
-
-UnknownText_0x1b1136: ; 0x1b1136
- text "How should I beat"
- line "you? I'm tormented"
-
- para "by those thoughts"
- line "all the time…"
- done
-; 0x1b117b
-
-UnknownText_0x1b117b: ; 0x1b117b
- text "OK… I understand…"
- line "But if you change"
-
- para "your mind, give me"
- line "a shout anytime."
- done
-; 0x1b11c4
-
-UnknownText_0x1b11c4: ; 0x1b11c4
- text "Your phone's"
- line "memory is full."
-
- para "You can't register"
- line "my number."
- done
-; 0x1b11fe
-
-UnknownText_0x1b11fe: ; 0x1b11fe
- text "Hi! I've been"
- line "waiting for you!"
-
- para "This time, I'm"
- line "going to win!"
- done
-; 0x1b1239
-
-UnknownText_0x1b1239: ; 0x1b1239
- text "It's been a while"
- line "since I lost…"
-
- para "You're very good"
- line "at battling."
-
- para "We should battle"
- line "again sometime."
-
- para "By challenging a"
- line "tough trainer like"
-
- para "you, I think I can"
- line "get better too."
-
- para "So how about it?"
-
- para "Would you give me"
- line "your phone number?"
- done
-; 0x1b1314
-
-UnknownText_0x1b1314: ; 0x1b1314
- text "By challenging a"
- line "tough trainer like"
-
- para "you, I think I can"
- line "get better too."
-
- para "So how about it?"
-
- para "Would you give me"
- line "your phone number?"
- done
-; 0x1b1392
-
-UnknownText_0x1b1392: ; 0x1b1392
- text "Let's battle again"
- line "sometime!"
- done
-; 0x1b13af
-
-UnknownText_0x1b13af: ; 0x1b13af
- text "That's too bad…"
-
- para "Let me know if you"
- line "change your mind."
- done
-; 0x1b13e4
-
-UnknownText_0x1b13e4: ; 0x1b13e4
- text "Oh no. Your phone"
- line "is out of memory."
- done
-; 0x1b1409
-
-UnknownText_0x1b1409: ; 0x1b1409
- text "You sure kept me"
- line "waiting! Let's go!"
- done
-; 0x1b142d
-
-UnknownText_0x1b142d: ; 0x1b142d
- text "If my @"
- text_from_ram StringBuffer4
- db $0
- line "sees anything"
-
- para "pretty, it goes"
- line "and gets it."
-
- para "Do you like pretty"
- line "things?"
-
- para "I could share if"
- line "it gets some more."
-
- para "What's your phone"
- line "number? I'll call."
-
- para "Don't expect a"
- line "whole lot, OK?"
- done
-; 0x1b14e4
-
-UnknownText_0x1b14e4: ; 0x1b14e4
- text "Do you like pretty"
- line "things?"
-
- para "I could share if"
- line "FARFETCH'D goes"
- cont "and gets more."
-
- para "What's your phone"
- line "number? I'll call."
- done
-; 0x1b1553
-
-UnknownText_0x1b1553: ; 0x1b1553
- text "I'll call you as"
- line "soon as I get"
- cont "something pretty."
- done
-; 0x1b1584
-
-UnknownText_0x1b1584: ; 0x1b1584
- text "You sure? Well,"
- line "tell me if you"
- cont "change your mind."
- done
-; 0x1b15b6
-
-UnknownText_0x1b15b6: ; 0x1b15b6
- text "Huh? Your phone"
- line "list is full."
- done
-; 0x1b15d5
-
-UnknownText_0x1b15d5: ; 0x1b15d5
- text "Tweet! Tweeeet!"
-
- para "Kept me waiting!"
- line "Go, FARFETCH'D!"
- done
-; 0x1b1607
-
-UnknownText_0x1b1607: ; 0x1b1607
- text "Kept me waiting!"
- line "Look, this is it!"
-
- para "See? Isn't it some"
- line "kind of pretty?"
- done
-; 0x1b164d
-
-UnknownText_0x1b164d: ; 0x1b164d
- text "Huh? You don't"
- line "have anywhere to"
-
- para "put this. Better"
- line "come back for it."
- done
-; 0x1b1690
-
-UnknownText_0x1b1690: ; 0x1b1690
- text "Not bad…"
- line "It's something to"
-
- para "beat me, even by"
- line "an unlikely fluke…"
-
- para "I like you! Give"
- line "me your number!"
-
- para "You can be my"
- line "practice partner!"
- done
-; 0x1b1710
-
-UnknownText_0x1b1710: ; 0x1b1710
- text "Give me your phone"
- line "number!"
-
- para "You are going to"
- line "be my practice"
- cont "partner!"
- done
-; 0x1b1755
-
-UnknownText_0x1b1755: ; 0x1b1755
- text "Don't be too proud"
- line "about beating me!"
-
- para "It was a fluke!"
- done
-; 0x1b178a
-
-UnknownText_0x1b178a: ; 0x1b178a
- text "I don't believe"
- line "it! You're going"
- cont "to regret this!"
- done
-; 0x1b17ba
-
-UnknownText_0x1b17ba: ; 0x1b17ba
- text "What? Your phone"
- line "list has no room!"
- done
-; 0x1b17de
-
-UnknownText_0x1b17de: ; 0x1b17de
- text "What took you?"
- line "Start right away!"
- done
-; 0x1b1800
-
-UnknownText_0x1b1800: ; 0x1b1800
- text "Listen, can I get"
- line "your phone number?"
-
- para "I'll ring you for"
- line "some battles."
-
- para "I'm a rookie too, "
- line "so I think it'd be"
- cont "a good motivator."
- done
-; 0x1b187b
-
-UnknownText_0x1b187b: ; 0x1b187b
- text "Can I get your"
- line "phone number?"
-
- para "I don't want to"
- line "lose against you!"
-
- para "We have to battle"
- line "again, OK?"
- done
-; 0x1b18d7
-
-UnknownText_0x1b18d7: ; 0x1b18d7
- text "I'll ring you"
- line "whenever I get the"
- cont "urge to battle!"
- done
-; 0x1b1908
-
-UnknownText_0x1b1908: ; 0x1b1908
- text "Oh, all right…"
-
- para "But I won't lose"
- line "to you again!"
- done
-; 0x1b1936
-
-UnknownText_0x1b1936: ; 0x1b1936
- text "Huh, what? Your"
- line "phone's full."
- done
-; 0x1b1954
-
-UnknownText_0x1b1954: ; 0x1b1954
- text "I've been waiting!"
- line "Let's battle now!"
- done
-; 0x1b1978
-
-UnknownText_0x1b1978: ; 0x1b1978
- text "Hey, wait! Your"
- line "PACK is stuffed!"
-
- para "Well, we'll leave"
- line "it till next time."
- done
-; 0x1b19be
-
-UnknownText_0x1b19be: ; 0x1b19be
- text "And yet another"
- line "loss…"
-
- para "No doubt about"
- line "it--you're tough."
-
- para "Being beaten this"
- line "often actually"
- cont "feels good now!"
-
- para "Here, take this. "
- line "Use it to get even"
-
- para "tougher. That will"
- line "toughen me up too!"
- done
-; 0x1b1a71
-
-UnknownText_0x1b1a71: ; 0x1b1a71
- text "You're awesome!"
- line "I like you!"
-
- para "I look for #MON"
- line "here every day."
-
- para "When I'm in the"
- line "grass, I find all"
- cont "kinds of BERRIES."
-
- para "If you'd like,"
- line "I'll share some."
-
- para "Could I get your"
- line "phone number?"
- done
-; 0x1b1b1d
-
-UnknownText_0x1b1b1d: ; 0x1b1b1d
- text "When I'm in the"
- line "grass, I find all"
- cont "kinds of BERRIES."
-
- para "If you'd like,"
- line "I'll share some."
-
- para "Could I get your"
- line "phone number?"
- done
-; 0x1b1b8e
-
-UnknownText_0x1b1b8e: ; 0x1b1b8e
- text "You'll hear from"
- line "me as soon as I"
-
- para "find anything that"
- line "you might like."
- done
-; 0x1b1bd2
-
-UnknownText_0x1b1bd2: ; 0x1b1bd2
- text "Oh well. Don't be"
- line "shy if you want to"
- cont "get my number."
- done
-; 0x1b1c06
-
-UnknownText_0x1b1c06: ; 0x1b1c06
- text "Your phone list"
- line "has no room for my"
- cont "number."
- done
-; 0x1b1c32
-
-UnknownText_0x1b1c32: ; 0x1b1c32
- text "I was waiting for"
- line "you. Let's battle!"
- done
-; 0x1b1c57
-
-UnknownText_0x1b1c57: ; 0x1b1c57
- text "Good to see you!"
- line "See? This is what"
-
- para "I found."
- line "It's for you!"
- done
-; 0x1b1c91
-
-UnknownText_0x1b1c91: ; 0x1b1c91
- text "Oops, your PACK's"
- line "full. Too bad."
-
- para "You should come"
- line "back for it later."
- done
-; 0x1b1cd5
-
-UnknownText_0x1b1cd5: ; 0x1b1cd5
- text "Don't young people"
- line "fish anymore?"
-
- para "I've seen rare"
- line "#MON while I've"
- cont "been fishing…"
-
- para "You young people"
- line "like that, right?"
-
- para "Want to trade"
- line "phone numbers?"
-
- para "I'll let you know"
- line "if I see anything."
- done
-; 0x1b1d85
-
-UnknownText_0x1b1d85: ; 0x1b1d85
- text "Hm? So you do want"
- line "me to phone if I"
- cont "see rare #MON?"
- done
-; 0x1b1db9
-
-UnknownText_0x1b1db9: ; 0x1b1db9
- text "Yep, phone if I"
- line "see rare #MON."
-
- para "Don't worry, I"
- line "won't forget!"
- done
-; 0x1b1df4
-
-UnknownText_0x1b1df4: ; 0x1b1df4
- text "Oh…"
- line "My own kids won't"
-
- para "even give me their"
- line "phone numbers…"
-
- para "Is that how young"
- line "people are today?"
- done
-; 0x1b1e50
-
-UnknownText_0x1b1e50: ; 0x1b1e50
- text "Your phone's"
- line "memory is full."
-
- para "It seems that"
- line "young people all"
- cont "have #GEAR."
- done
-; 0x1b1e98
-
-UnknownText_0x1b1e98: ; 0x1b1e98
- text "Hey, kid!"
-
- para "No losing for me"
- line "this day!"
- done
-; 0x1b1ebe
-
-UnknownText_0x1b1ebe: ; 0x1b1ebe
- text "Oh? You're on a"
- line "big journey to see"
- cont "the sights? Neat!"
-
- para "Let's be friends!"
- line "Can I have your"
- cont "phone number?"
-
- para "I want to hear"
- line "about everything"
- cont "you've seen!"
- done
-; 0x1b1f4e
-
-UnknownText_0x1b1f4e: ; 0x1b1f4e
- text "Let's be friends!"
- line "Can I have your"
- cont "phone number?"
-
- para "I want to hear"
- line "about everything"
- cont "you've seen!"
- done
-; 0x1b1faa
-
-UnknownText_0x1b1faa: ; 0x1b1faa
- text "I'll telephone you"
- line "if I hear anything"
- cont "interesting."
- done
-; 0x1b1fdd
-
-UnknownText_0x1b1fdd: ; 0x1b1fdd
- text "Aww… You won't be"
- line "my friend?"
- done
-; 0x1b1ffa
-
-UnknownText_0x1b1ffa: ; 0x1b1ffa
- text "Wait! Your phone"
- line "list is filled up!"
- done
-; 0x1b201f
-
-UnknownText_0x1b201f: ; 0x1b201f
- text "You're late! Let's"
- line "get started now!"
- done
-; 0x1b2042
-
diff --git a/text/common_4.asm b/text/common_4.asm
index 0b4ea5b2f..1ba35a33d 100644
--- a/text/common_4.asm
+++ b/text/common_4.asm
@@ -1710,4 +1710,3 @@ UnknownText_0x1c60d1: ; 0x1c60d1
line "a while."
prompt
; 0x1c611e
-
diff --git a/text/phone/alan_overworld.asm b/text/phone/alan_overworld.asm
new file mode 100644
index 000000000..e1246037a
--- /dev/null
+++ b/text/phone/alan_overworld.asm
@@ -0,0 +1,71 @@
+AlanAskNumber1Text:
+ text "Reading textbooks"
+ line "is worthwhile"
+ cont "every so often."
+
+ para "When I'm reading"
+ line "and walking, I"
+ cont "have to look down."
+
+ para "So I notice items"
+ line "on the ground."
+
+ para "Next time I find"
+ line "something, I'll"
+ cont "give it to you."
+
+ para "May I have your"
+ line "phone number?"
+ done
+
+AlanAskNumber2Text:
+ text "If I find some-"
+ line "thing, it's yours."
+
+ para "So may I have your"
+ line "phone number?"
+ done
+
+AlanNumberAcceptedText:
+ text "I'll call you as"
+ line "soon as I find"
+
+ para "something. You can"
+ line "count on it!"
+ done
+
+AlanNumberDeclinedText:
+ text "Oh… I thought it"
+ line "would be a good"
+
+ para "break to call you"
+ line "when I'm studying…"
+ done
+
+AlanPhoneFullText:
+ text "There's no room"
+ line "for my number."
+ done
+
+AlanRematchText:
+ text "I waited around"
+ line "for you!"
+
+ para "I'm thoroughly"
+ line "prepared today!"
+ done
+
+AlanGiftText:
+ text "This, this! This"
+ line "is yours! Ta-da!"
+ done
+
+AlanPackFullText:
+ text "Whoops!"
+
+ para "You can't carry"
+ line "any more items!"
+
+ para "I'll hold it until"
+ line "next time."
+ done
diff --git a/text/phone/anthony_overworld.asm b/text/phone/anthony_overworld.asm
new file mode 100644
index 000000000..71e419c42
--- /dev/null
+++ b/text/phone/anthony_overworld.asm
@@ -0,0 +1,52 @@
+AnthonyAskNumber1Text:
+ text "By the way, I'm a"
+ line "HIKER, so I often"
+
+ para "go to mountains"
+ line "and caves."
+
+ para "I occasionally see"
+ line "rare #MON."
+
+ para "I could call you"
+ line "the next time I"
+ cont "see one."
+
+ para "Feel like swapping"
+ line "phone numbers?"
+ done
+
+AnthonyAskNumber2Text:
+ text "I could call you"
+ line "when I see some"
+ cont "rare #MON."
+
+ para "Feel like swapping"
+ line "phone numbers?"
+ done
+
+AnthonyNumberAcceptedText:
+ text "Be patient. I'll"
+ line "find some rare"
+ cont "#MON for you!"
+ done
+
+AnthonyNumberDeclinedText:
+ text "You're cold. I may"
+ line "as well head to"
+ cont "the mountains…"
+ done
+
+AnthonyPhoneFullText:
+ text "Your phone's full."
+
+ para "It can't register"
+ line "my phone number."
+ done
+
+AnthonyRematchText:
+ text "All righty, then!"
+
+ para "My #MON and I"
+ line "are raring to go!"
+ done
diff --git a/text/phone/arnie_overworld.asm b/text/phone/arnie_overworld.asm
new file mode 100644
index 000000000..4b12bd976
--- /dev/null
+++ b/text/phone/arnie_overworld.asm
@@ -0,0 +1,59 @@
+ArnieAskNumber1Text:
+ text "Do you get the"
+ line "feeling that there"
+
+ para "are more rare"
+ line "#MON around?"
+
+ para "I'm positive there"
+ line "are, so I look all"
+ cont "the time."
+
+ para "If I find one, I"
+ line "want to share the"
+
+ para "good news with"
+ line "everyone I know."
+
+ para "I know! Give me"
+ line "your phone number."
+ done
+
+ArnieAskNumber2Text:
+ text "I want to let"
+ line "people know if I"
+ cont "see rare #MON."
+
+ para "Please give me"
+ line "your phone number!"
+ done
+
+ArnieNumberAcceptedText:
+ text "If I spot any"
+ line "awesome #MON,"
+
+ para "I'll be sure to"
+ line "give you a call!"
+ done
+
+ArnieNumberDeclinedText:
+ text "Aww! I want to"
+ line "tell someone about"
+ cont "my discoveries!"
+ done
+
+ArniePhoneFullText:
+ text "There's no space"
+ line "for my number."
+
+ para "If you make room,"
+ line "register me!"
+ done
+
+ArnieRematchText:
+ text "It's my turn to"
+ line "win now!"
+
+ para "I've turned over a"
+ line "new leaf!"
+ done
diff --git a/text/phone/beth_overworld.asm b/text/phone/beth_overworld.asm
new file mode 100644
index 000000000..5c23a7ab6
--- /dev/null
+++ b/text/phone/beth_overworld.asm
@@ -0,0 +1,56 @@
+BethAskNumber1Text:
+ text "It's been a while"
+ line "since I lost…"
+
+ para "You're very good"
+ line "at battling."
+
+ para "We should battle"
+ line "again sometime."
+
+ para "By challenging a"
+ line "tough trainer like"
+
+ para "you, I think I can"
+ line "get better too."
+
+ para "So how about it?"
+
+ para "Would you give me"
+ line "your phone number?"
+ done
+
+BethAskNumber2Text:
+ text "By challenging a"
+ line "tough trainer like"
+
+ para "you, I think I can"
+ line "get better too."
+
+ para "So how about it?"
+
+ para "Would you give me"
+ line "your phone number?"
+ done
+
+BethNumberAcceptedText:
+ text "Let's battle again"
+ line "sometime!"
+ done
+
+BethNumberDeclinedText:
+ text "That's too bad…"
+
+ para "Let me know if you"
+ line "change your mind."
+ done
+
+BethPhoneFullText:
+ text "Oh no. Your phone"
+ line "is out of memory."
+ done
+
+BethRematchText:
+ text "You sure kept me"
+ line "waiting! Let's go!"
+ done
diff --git a/text/phone/beverly_overworld.asm b/text/phone/beverly_overworld.asm
new file mode 100644
index 000000000..ec0add3ec
--- /dev/null
+++ b/text/phone/beverly_overworld.asm
@@ -0,0 +1,60 @@
+BeverlyAskNumber1Text:
+ text "Your MARILL is so"
+ line "cute and adorable!"
+
+ para "You love #MON"
+ line "just like I do!"
+
+ para "Want to trade"
+ line "phone numbers?"
+
+ para "Let's chat! It'll"
+ line "be so much fun!"
+ done
+
+BeverlyAskNumber2Text:
+ text "Your MARILL is so"
+ line "cute and adorable!"
+
+ para "We should chat, it"
+ line "will be fun."
+
+ para "Can I have your"
+ line "phone number?"
+ done
+
+BeverlyNumberAcceptedText:
+ text "To be honest, I"
+ line "want a MARILL."
+
+ para "But I make do with"
+ line "my cute SNUBBULL."
+ done
+
+BeverlyNumberDeclinedText:
+ text "Oh… That's"
+ line "disappointing…"
+
+ para "Goodbye, MARILL…"
+ done
+
+BeverlyPhoneFullText:
+ text "Oh? Your phone's"
+ line "memory is full."
+ done
+
+BeverlyGiftText:
+ text "Oh? ", $52, "? "
+ line "I waited here for"
+
+ para "you. I brought you"
+ line "a little gift."
+ done
+
+BeverlyPackFullText:
+ text "Oh?"
+ line "You have no room."
+
+ para "Please come back"
+ line "for it later."
+ done
diff --git a/text/phone/brent_overworld.asm b/text/phone/brent_overworld.asm
new file mode 100644
index 000000000..0ece72091
--- /dev/null
+++ b/text/phone/brent_overworld.asm
@@ -0,0 +1,62 @@
+BrentAskNumber1Text:
+ text "By the way, you're"
+ line "a #MANIAC…"
+
+ para "I can tell."
+ line "Yes, you are."
+
+ para "But your knowledge"
+ line "is shallow still!"
+
+ para "Do you know BILL?"
+ line "He's an incredible"
+
+ para "#MANIAC."
+ line "I revere him."
+
+ para "I'll teach you all"
+ line "I know about BILL,"
+
+ para "so leave me your"
+ line "phone number."
+ done
+
+BrentAskNumber2Text:
+ text "I'll teach you all"
+ line "I know about BILL,"
+
+ para "so leave me your"
+ line "phone number."
+ done
+
+BrentNumberAcceptedText:
+ text "BILL--he's more"
+ line "than amazing!"
+
+ para "To be a #MANIAC"
+ line "like him someday…"
+
+ para "That's my dream."
+ done
+
+BrentNumberDeclinedText:
+ text "You're going to"
+ line "regret it…"
+
+ para "And I won't care…"
+ done
+
+BrentPhoneFullText:
+ text "Huh? Your phone"
+ line "list's full."
+
+ para "A #MANIAC has"
+ line "to be more tidy!"
+ done
+
+BrentRematchText:
+ text "I've been waiting."
+
+ para "Look, check out my"
+ line "#MON!"
+ done
diff --git a/text/buena.asm b/text/phone/buena.asm
index c0d9f39f5..1f1020703 100644
--- a/text/buena.asm
+++ b/text/phone/buena.asm
@@ -548,4 +548,3 @@ UnknownText_0xa1e2f: ; 0xa1e2f
para "Please call again!"
done
; 0xa1eca
-
diff --git a/text/phone/chad_overworld.asm b/text/phone/chad_overworld.asm
new file mode 100644
index 000000000..883baa21c
--- /dev/null
+++ b/text/phone/chad_overworld.asm
@@ -0,0 +1,56 @@
+ChadAskNumber1Text:
+ text "Huh? Is that thing"
+ line "a #DEX? Have"
+ cont "you met PROF.OAK?"
+
+ para "Huh? You have? "
+ line "That's way cool!"
+
+ para "I have a dream of"
+ line "becoming a #MON"
+
+ para "researcher like"
+ line "PROF.OAK."
+
+ para "May I please have"
+ line "your phone number?"
+
+ para "We should chat"
+ line "about PROF.OAK."
+
+ para "I'm sure it will"
+ line "be loads of fun!"
+ done
+
+ChadAskNumber2Text:
+ text "May I please have"
+ line "your phone number?"
+
+ para "We should chat"
+ line "about PROF.OAK."
+
+ para "I'm sure it will"
+ line "be loads of fun!"
+ done
+
+ChadNumberAcceptedText:
+ text "You must listen to"
+ line "PROF.OAK'S #MON"
+ cont "TALK, right?"
+ done
+
+ChadNumberDeclinedText:
+ text "Oh… I wish I had a"
+ line "chance to meet"
+ cont "PROF.OAK…"
+ done
+
+ChadPhoneFullText:
+ text "Your phone list is"
+ line "completely full!"
+ done
+
+ChadRematchText:
+ text "I've been waiting!"
+ line "Let's battle now!"
+ done
diff --git a/text/phone/dana_overworld.asm b/text/phone/dana_overworld.asm
new file mode 100644
index 000000000..099909eb6
--- /dev/null
+++ b/text/phone/dana_overworld.asm
@@ -0,0 +1,72 @@
+DanaAskNumber1Text:
+ text "You're really good"
+ line "at #MON!"
+
+ para "Boys give me items"
+ line "after battles, but"
+
+ para "sometimes they"
+ line "give me too much."
+
+ para "Next time, I can"
+ line "share some if you"
+
+ para "want. Let me get"
+ line "your phone number."
+ done
+
+DanaAskNumber2Text:
+ text "I'll share my"
+ line "gifts with you."
+
+ para "Let me get your"
+ line "phone number."
+ done
+
+DanaNumberAcceptedText:
+ text "Next time a boy"
+ line "gives me something"
+
+ para "after a battle,"
+ line "I'll share some!"
+
+ para "Does that make me"
+ line "bad?"
+ done
+
+DanaNumberDeclinedText:
+ text "Aww, you don't"
+ line "want anything?"
+
+ para "But it's all for"
+ line "free…"
+ done
+
+DanaPhoneFullText:
+ text "But your phone's"
+ line "out of memory!"
+ done
+
+DanaRematchText:
+ text "You're really"
+ line "late!"
+
+ para "I'm eager to get"
+ line "going!"
+ done
+
+DanaGiftText:
+ text "Hi! Are you here"
+ line "for your gift?"
+
+ para "This should really"
+ line "make your day!"
+ done
+
+DanaPackFullText:
+ text "Where are you"
+ line "going to put this?"
+
+ para "I'll keep it, so"
+ line "come get it later!"
+ done
diff --git a/text/phone/derek_overworld.asm b/text/phone/derek_overworld.asm
new file mode 100644
index 000000000..12472ec75
--- /dev/null
+++ b/text/phone/derek_overworld.asm
@@ -0,0 +1,61 @@
+DerekAskNumber1Text:
+ text "Oh, wow! PIKACHU!"
+ line "It's so soft and"
+ cont "furry! How cute!"
+
+ para "Let's be friends!"
+ line "PIKACHU-lovers are"
+ cont "never bad people!"
+
+ para "Let's chat about"
+ line "PIKACHU!"
+
+ para "Can I get your"
+ line "phone number?"
+ done
+
+DerekAskNumber2Text:
+ text "Let's chat about"
+ line "PIKACHU!"
+
+ para "Can I get your"
+ line "phone number?"
+ done
+
+DerekNumberAcceptedText:
+ text "PIKACHU is the"
+ line "one! If anything"
+
+ para "comes up, I'll"
+ line "give you a jingle."
+ done
+
+DerekNumberDeclinedText:
+ text "You…"
+
+ para "I bet you don't"
+ line "even like PIKACHU…"
+ done
+
+DerekPhoneFullText:
+ text "Wait a sec! Your"
+ line "phone list's full!"
+ done
+
+DerekGiftText:
+ text "I've been looking"
+ line "for you! Here, see"
+ cont "this? This is it!"
+
+ para "I'm certain your"
+ line "PIKACHU will love"
+ cont "my gift too!"
+ done
+
+DerekPackFullText:
+ text "Uh-oh, too bad."
+ line "You don't have any"
+
+ para "room. Be sure to"
+ line "get it later."
+ done
diff --git a/text/phone/erin_overworld.asm b/text/phone/erin_overworld.asm
new file mode 100644
index 000000000..3cfbe742e
--- /dev/null
+++ b/text/phone/erin_overworld.asm
@@ -0,0 +1,63 @@
+ErinAskNumber1Text:
+ text "It really made me"
+ line "angry to lose."
+
+ para "I'll have to train"
+ line "much harder…"
+
+ para "Here's my number."
+ line "I'm ERIN--don't"
+
+ para "forget! Want to"
+ line "battle me again?"
+ done
+
+ErinAskNumber2Text:
+ text "I want to battle"
+ line "with you again."
+
+ para "Do you want to"
+ line "exchange numbers?"
+ done
+
+ErinNumberAcceptedText:
+ text "I'll remember to"
+ line "call when I want"
+ cont "to battle again!"
+ done
+
+ErinNumberDeclinedText:
+ text "Oh… I'm sad…"
+ line "If you do want to"
+
+ para "battle, come see"
+ line "ERIN--that's me!"
+ done
+
+ErinPhoneFullText:
+ text "Oh no. Your phone"
+ line "is all filled up."
+ done
+
+ErinRematchText:
+ text "Yay! I waited!"
+ line "Let's start now!"
+ done
+
+ErinPackFullText:
+ text "That's too bad!"
+ line "You have no room…"
+
+ para "I'll give it to"
+ line "you another time."
+ done
+
+ErinRematchGiftText:
+ text "Aww… I lost again!"
+
+ para "I wonder how many"
+ line "times that is…"
+
+ para "Thanks for coming!"
+ line "Here's a present!"
+ done
diff --git a/text/phone/extra2.asm b/text/phone/extra2.asm
deleted file mode 100644
index 297c684f6..000000000
--- a/text/phone/extra2.asm
+++ /dev/null
@@ -1,1230 +0,0 @@
-
-UnknownText_0xa4000: ; 0xa4000
- text "By the way, I'm a"
- line "HIKER, so I often"
-
- para "go to mountains"
- line "and caves."
-
- para "I occasionally see"
- line "rare #MON."
-
- para "I could call you"
- line "the next time I"
- cont "see one."
-
- para "Feel like swapping"
- line "phone numbers?"
- done
-; 0xa40a9
-
-UnknownText_0xa40a9: ; 0xa40a9
- text "I could call you"
- line "when I see some"
- cont "rare #MON."
-
- para "Feel like swapping"
- line "phone numbers?"
- done
-; 0xa40f8
-
-UnknownText_0xa40f8: ; 0xa40f8
- text "Be patient. I'll"
- line "find some rare"
- cont "#MON for you!"
- done
-; 0xa4126
-
-UnknownText_0xa4126: ; 0xa4126
- text "You're cold. I may"
- line "as well head to"
- cont "the mountains…"
- done
-; 0xa4158
-
-UnknownText_0xa4158: ; 0xa4158
- text "Your phone's full."
-
- para "It can't register"
- line "my phone number."
- done
-; 0xa418d
-
-UnknownText_0xa418d: ; 0xa418d
- text "All righty, then!"
-
- para "My #MON and I"
- line "are raring to go!"
- done
-; 0xa41c0
-
-UnknownText_0xa41c0: ; 0xa41c0
- text "From here, I can"
- line "see GOLDENROD's"
-
- para "DEPT.STORE. They"
- line "have bargain sales"
-
- para "up on the rooftop"
- line "every so often."
-
- para "Could I get your"
- line "phone number?"
-
- para "I'll call you when"
- line "they have a sale."
- done
-; 0xa426a
-
-UnknownText_0xa426a: ; 0xa426a
- text "If you give me"
- line "your number, I'll"
-
- para "call you when they"
- line "have a sale."
- done
-; 0xa42ab
-
-UnknownText_0xa42ab: ; 0xa42ab
- text "I check GOLDENROD"
- line "DEPT.STORE every"
-
- para "day, so I know"
- line "when there's a"
- cont "sale."
- done
-; 0xa42f2
-
-UnknownText_0xa42f2: ; 0xa42f2
- text "Anyway…"
-
- para "If you're short on"
- line "money, take down"
- cont "my number."
-
- para "I'll call you when"
- line "there's a sale."
- done
-; 0xa434a
-
-UnknownText_0xa434a: ; 0xa434a
- text "Your phone doesn't"
- line "have enough memory"
- cont "for more numbers."
- done
-; 0xa4382
-
-UnknownText_0xa4382: ; 0xa4382
- text "I waited for you!"
- line "I even cut back my"
-
- para "shopping to raise"
- line "my #MON better!"
- done
-; 0xa43ca
-
-UnknownText_0xa43ca: ; 0xa43ca
- text "Shopping under the"
- line "sky!"
-
- para "It feels so nice"
- line "up on a rooftop."
- done
-; 0xa4405
-
-UnknownText_0xa4405: ; 0xa4405
- text "Whenever I see a"
- line "strong trainer, I"
-
- para "want to be their"
- line "cheerleader."
-
- para "When I'm on my"
- line "walk, I sometimes"
- cont "pick up items."
-
- para "If I get anything,"
- line "you can have it!"
-
- para "Want to give me"
- line "your number?"
-
- para "I'll call as soon"
- line "as I get anything."
- done
-; 0xa44db
-
-UnknownText_0xa44db: ; 0xa44db
- text "If I find an item,"
- line "you can have it!"
-
- para "Want to give me"
- line "your number?"
- done
-; 0xa451d
-
-UnknownText_0xa451d: ; 0xa451d
- text "I'll call as soon"
- line "as I get anything!"
- done
-; 0xa4542
-
-UnknownText_0xa4542: ; 0xa4542
- text "Is that so? Well,"
- line "I'll still be"
- cont "rooting for you!"
- done
-; 0xa4573
-
-UnknownText_0xa4573: ; 0xa4573
- text "But your phone is"
- line "all filled up!"
- done
-; 0xa4595
-
-UnknownText_0xa4595: ; 0xa4595
- text "I've been waiting!"
-
- para "I've gotten a bit"
- line "better at this!"
- done
-; 0xa45c9
-
-UnknownText_0xa45c9: ; 0xa45c9
- text "So you're finally"
- line "here!"
-
- para "I think this will"
- line "make you happy."
- done
-; 0xa4603
-
-UnknownText_0xa4603: ; 0xa4603
- text "Your PACK looks"
- line "completely full."
-
- para "I'll have to hold"
- line "on to this."
- done
-; 0xa4642
-
-UnknownText_0xa4642: ; 0xa4642
- text "You're the best"
- line "I've ever battled!"
-
- para "Huh? You're the"
- line "one who saved all"
- cont "the SLOWPOKE?"
-
- para "Well, no wonder I"
- line "couldn't beat you!"
-
- para "Would it be OK to"
- line "get your number?"
-
- para "I don't want to"
- line "miss anything you"
- cont "do from now on!"
- done
-; 0xa470b
-
-UnknownText_0xa470b: ; 0xa470b
- text "You will tell me"
- line "your phone number?"
- done
-; 0xa4730
-
-UnknownText_0xa4730: ; 0xa4730
- text "Wow! Gee, thanks!"
- line "Now I can call you"
-
- para "anytime, whether"
- line "anything's up or"
-
- para "not. You know,"
- line "just to chat!"
- done
-; 0xa4794
-
-UnknownText_0xa4794: ; 0xa4794
- text "Oh, but…"
- line "I'm not dangerous!"
-
- para "I just want to"
- line "call and chat"
-
- para "about everything"
- line "and nothing!"
- done
-; 0xa47eb
-
-UnknownText_0xa47eb: ; 0xa47eb
- text "Your phone list is"
- line "already full…"
-
- para "You must be really"
- line "popular…"
- done
-; 0xa4829
-
-UnknownText_0xa4829: ; 0xa4829
- text "Do you get the"
- line "feeling that there"
-
- para "are more rare"
- line "#MON around?"
-
- para "I'm positive there"
- line "are, so I look all"
- cont "the time."
-
- para "If I find one, I"
- line "want to share the"
-
- para "good news with"
- line "everyone I know."
-
- para "I know! Give me"
- line "your phone number."
- done
-; 0xa48fc
-
-UnknownText_0xa48fc: ; 0xa48fc
- text "I want to let"
- line "people know if I"
- cont "see rare #MON."
-
- para "Please give me"
- line "your phone number!"
- done
-; 0xa494d
-
-UnknownText_0xa494d: ; 0xa494d
- text "If I spot any"
- line "awesome #MON,"
-
- para "I'll be sure to"
- line "give you a call!"
- done
-; 0xa498a
-
-UnknownText_0xa498a: ; 0xa498a
- text "Aww! I want to"
- line "tell someone about"
- cont "my discoveries!"
- done
-; 0xa49bd
-
-UnknownText_0xa49bd: ; 0xa49bd
- text "There's no space"
- line "for my number."
-
- para "If you make room,"
- line "register me!"
- done
-; 0xa49fc
-
-UnknownText_0xa49fc: ; 0xa49fc
- text "It's my turn to"
- line "win now!"
-
- para "I've turned over a"
- line "new leaf!"
- done
-; 0xa4a31
-
-UnknownText_0xa4a31: ; 0xa4a31
- text "Reading textbooks"
- line "is worthwhile"
- cont "every so often."
-
- para "When I'm reading"
- line "and walking, I"
- cont "have to look down."
-
- para "So I notice items"
- line "on the ground."
-
- para "Next time I find"
- line "something, I'll"
- cont "give it to you."
-
- para "May I have your"
- line "phone number?"
- done
-; 0xa4b03
-
-UnknownText_0xa4b03: ; 0xa4b03
- text "If I find some-"
- line "thing, it's yours."
-
- para "So may I have your"
- line "phone number?"
- done
-; 0xa4b47
-
-UnknownText_0xa4b47: ; 0xa4b47
- text "I'll call you as"
- line "soon as I find"
-
- para "something. You can"
- line "count on it!"
- done
-; 0xa4b87
-
-UnknownText_0xa4b87: ; 0xa4b87
- text "Oh… I thought it"
- line "would be a good"
-
- para "break to call you"
- line "when I'm studying…"
- done
-; 0xa4bcd
-
-UnknownText_0xa4bcd: ; 0xa4bcd
- text "There's no room"
- line "for my number."
- done
-; 0xa4bec
-
-UnknownText_0xa4bec: ; 0xa4bec
- text "I waited around"
- line "for you!"
-
- para "I'm thoroughly"
- line "prepared today!"
- done
-; 0xa4c24
-
-UnknownText_0xa4c24: ; 0xa4c24
- text "This, this! This"
- line "is yours! Ta-da!"
- done
-; 0xa4c47
-
-UnknownText_0xa4c47: ; 0xa4c47
- text "Whoops!"
-
- para "You can't carry"
- line "any more items!"
-
- para "I'll hold it until"
- line "next time."
- done
-; 0xa4c8c
-
-UnknownText_0xa4c8c: ; 0xa4c8c
- text "You're really good"
- line "at #MON!"
-
- para "Boys give me items"
- line "after battles, but"
-
- para "sometimes they"
- line "give me too much."
-
- para "Next time, I can"
- line "share some if you"
-
- para "want. Let me get"
- line "your phone number."
- done
-; 0xa4d36
-
-UnknownText_0xa4d36: ; 0xa4d36
- text "I'll share my"
- line "gifts with you."
-
- para "Let me get your"
- line "phone number."
- done
-; 0xa4d72
-
-UnknownText_0xa4d72: ; 0xa4d72
- text "Next time a boy"
- line "gives me something"
-
- para "after a battle,"
- line "I'll share some!"
-
- para "Does that make me"
- line "bad?"
- done
-; 0xa4dcd
-
-UnknownText_0xa4dcd: ; 0xa4dcd
- text "Aww, you don't"
- line "want anything?"
-
- para "But it's all for"
- line "free…"
- done
-; 0xa4e01
-
-UnknownText_0xa4e01: ; 0xa4e01
- text "But your phone's"
- line "out of memory!"
- done
-; 0xa4e21
-
-UnknownText_0xa4e21: ; 0xa4e21
- text "You're really"
- line "late!"
-
- para "I'm eager to get"
- line "going!"
- done
-; 0xa4e4c
-
-UnknownText_0xa4e4c: ; 0xa4e4c
- text "Hi! Are you here"
- line "for your gift?"
-
- para "This should really"
- line "make your day!"
- done
-; 0xa4e8f
-
-UnknownText_0xa4e8f: ; 0xa4e8f
- text "Where are you"
- line "going to put this?"
-
- para "I'll keep it, so"
- line "come get it later!"
- done
-; 0xa4ed4
-
-UnknownText_0xa4ed4: ; 0xa4ed4
- text "Huh? Is that thing"
- line "a #DEX? Have"
- cont "you met PROF.OAK?"
-
- para "Huh? You have? "
- line "That's way cool!"
-
- para "I have a dream of"
- line "becoming a #MON"
-
- para "researcher like"
- line "PROF.OAK."
-
- para "May I please have"
- line "your phone number?"
-
- para "We should chat"
- line "about PROF.OAK."
-
- para "I'm sure it will"
- line "be loads of fun!"
- done
-; 0xa4fc8
-
-UnknownText_0xa4fc8: ; 0xa4fc8
- text "May I please have"
- line "your phone number?"
-
- para "We should chat"
- line "about PROF.OAK."
-
- para "I'm sure it will"
- line "be loads of fun!"
- done
-; 0xa502e
-
-UnknownText_0xa502e: ; 0xa502e
- text "You must listen to"
- line "PROF.OAK'S #MON"
- cont "TALK, right?"
- done
-; 0xa505f
-
-UnknownText_0xa505f: ; 0xa505f
- text "Oh… I wish I had a"
- line "chance to meet"
- cont "PROF.OAK…"
- done
-; 0xa508c
-
-UnknownText_0xa508c: ; 0xa508c
- text "Your phone list is"
- line "completely full!"
- done
-; 0xa50b1
-
-UnknownText_0xa50b1: ; 0xa50b1
- text "I've been waiting!"
- line "Let's battle now!"
- done
-; 0xa50d5
-
-UnknownText_0xa50d5: ; 0xa50d5
- text "Oh, wow! PIKACHU!"
- line "It's so soft and"
- cont "furry! How cute!"
-
- para "Let's be friends!"
- line "PIKACHU-lovers are"
- cont "never bad people!"
-
- para "Let's chat about"
- line "PIKACHU!"
-
- para "Can I get your"
- line "phone number?"
- done
-; 0xa5175
-
-UnknownText_0xa5175: ; 0xa5175
- text "Let's chat about"
- line "PIKACHU!"
-
- para "Can I get your"
- line "phone number?"
- done
-; 0xa51ac
-
-UnknownText_0xa51ac: ; 0xa51ac
- text "PIKACHU is the"
- line "one! If anything"
-
- para "comes up, I'll"
- line "give you a jingle."
- done
-; 0xa51ee
-
-UnknownText_0xa51ee: ; 0xa51ee
- text "You…"
-
- para "I bet you don't"
- line "even like PIKACHU…"
- done
-; 0xa5216
-
-UnknownText_0xa5216: ; 0xa5216
- text "Wait a sec! Your"
- line "phone list's full!"
- done
-; 0xa523a
-
-UnknownText_0xa523a: ; 0xa523a
- text "I've been looking"
- line "for you! Here, see"
- cont "this? This is it!"
-
- para "I'm certain your"
- line "PIKACHU will love"
- cont "my gift too!"
- done
-; 0xa52a0
-
-UnknownText_0xa52a0: ; 0xa52a0
- text "Uh-oh, too bad."
- line "You don't have any"
-
- para "room. Be sure to"
- line "get it later."
- done
-; 0xa52e2
-
-UnknownText_0xa52e2: ; 0xa52e2
- text "Hey, you're trying"
- line "to be the ultimate"
-
- para "trainer too? Then"
- line "we're comrades!"
-
- para "If I find any more"
- line "items by the"
-
- para "water, I'll give"
- line "you some."
-
- para "Just give me your"
- line "phone number."
- done
-; 0xa5383
-
-UnknownText_0xa5383: ; 0xa5383
- text "If I find any more"
- line "items by the"
-
- para "water, I'll give"
- line "you some."
-
- para "Just give me your"
- line "phone number."
- done
-; 0xa53de
-
-UnknownText_0xa53de: ; 0xa53de
- text "You'll be hearing"
- line "from me if I find"
- cont "something good."
- done
-; 0xa5412
-
-UnknownText_0xa5412: ; 0xa5412
- text "Is that so? Then"
- line "I'll just have to"
- cont "use them myself."
- done
-; 0xa5446
-
-UnknownText_0xa5446: ; 0xa5446
- text "Your phone list is"
- line "all filled up."
-
- para "Come back if you"
- line "make room for me."
- done
-; 0xa548c
-
-UnknownText_0xa548c: ; 0xa548c
- text "I've been doing"
- line "more than just"
-
- para "fishing since we"
- line "last met."
-
- para "You're in for a"
- line "big surprise!"
- done
-; 0xa54e3
-
-UnknownText_0xa54e3: ; 0xa54e3
- text "Hey, there you"
- line "are!"
-
- para "Here's a gift, as"
- line "promised!"
- done
-; 0xa5513
-
-UnknownText_0xa5513: ; 0xa5513
- text "Your PACK's full?"
-
- para "Come back later--"
- line "that'll do it."
- done
-; 0xa5545
-
-UnknownText_0xa5545: ; 0xa5545
- text "By the way, you're"
- line "a #MANIAC…"
-
- para "I can tell."
- line "Yes, you are."
-
- para "But your knowledge"
- line "is shallow still!"
-
- para "Do you know BILL?"
- line "He's an incredible"
-
- para "#MANIAC."
- line "I revere him."
-
- para "I'll teach you all"
- line "I know about BILL,"
-
- para "so leave me your"
- line "phone number."
- done
-; 0xa5621
-
-UnknownText_0xa5621: ; 0xa5621
- text "I'll teach you all"
- line "I know about BILL,"
-
- para "so leave me your"
- line "phone number."
- done
-; 0xa5666
-
-UnknownText_0xa5666: ; 0xa5666
- text "BILL--he's more"
- line "than amazing!"
-
- para "To be a #MANIAC"
- line "like him someday…"
-
- para "That's my dream."
- done
-; 0xa56b6
-
-UnknownText_0xa56b6: ; 0xa56b6
- text "You're going to"
- line "regret it…"
-
- para "And I won't care…"
- done
-; 0xa56e2
-
-UnknownText_0xa56e2: ; 0xa56e2
- text "Huh? Your phone"
- line "list's full."
-
- para "A #MANIAC has"
- line "to be more tidy!"
- done
-; 0xa571e
-
-UnknownText_0xa571e: ; 0xa571e
- text "I've been waiting."
-
- para "Look, check out my"
- line "#MON!"
- done
-; 0xa574a
-
-UnknownText_0xa574a: ; 0xa574a
- text "Hi! You like"
- line "CLEFAIRY too?"
-
- para "They're so very"
- line "cute, aren't they?"
-
- para "I think we can be"
- line "good friends!"
-
- para "I want to know"
- line "your phone number!"
-
- para "Let's talk about"
- line "CLEFAIRY!"
- done
-; 0xa57e3
-
-UnknownText_0xa57e3: ; 0xa57e3
- text "I want to know"
- line "your phone number!"
-
- para "Let's talk about"
- line "CLEFAIRY!"
- done
-; 0xa5820
-
-UnknownText_0xa5820: ; 0xa5820
- text "Isn't my CLEFAIRY"
- line "super-adorable?"
- done
-; 0xa5842
-
-UnknownText_0xa5842: ; 0xa5842
- text "Aww… Oh well."
- line "Look for me if you"
-
- para "want to talk about"
- line "CLEFAIRY."
- done
-; 0xa5881
-
-UnknownText_0xa5881: ; 0xa5881
- text "Oh? Your phone"
- line "registry is full."
- done
-; 0xa58a3
-
-UnknownText_0xa58a3: ; 0xa58a3
- text "There you are!"
-
- para "CLEFAIRY, I want"
- line "you to try hard!"
- done
-; 0xa58d5
-
-UnknownText_0xa58d5: ; 0xa58d5
- text "You took a long"
- line "time. See this?"
-
- para "Isn't it cute?"
- line "It's a PINK BOW."
- done
-; 0xa5914
-
-UnknownText_0xa5914: ; 0xa5914
- text "Uh-oh. Your PACK"
- line "is crammed full."
- done
-; 0xa5937
-
-UnknownText_0xa5937: ; 0xa5937
- text "You know, you are"
- line "really strong."
-
- para "But I don't want"
- line "to just slink off…"
-
- para "I know! Could I"
- line "get your number?"
-
- para "Let's meet up for"
- line "more battles!"
- done
-; 0xa59bc
-
-UnknownText_0xa59bc: ; 0xa59bc
- text "I want to battle"
- line "tough trainers as"
- cont "often as I can!"
-
- para "Could I get your"
- line "number?"
-
- para "Let's meet up for"
- line "more battles!"
- done
-; 0xa5a28
-
-UnknownText_0xa5a28: ; 0xa5a28
- text "Don't forget to"
- line "come see me when I"
- cont "challenge you!"
- done
-; 0xa5a5a
-
-UnknownText_0xa5a5a: ; 0xa5a5a
- text "A bird-user friend"
- line "isn't a bad thing"
- cont "to have, I think…"
-
- para "Won't you"
- line "reconsider?"
- done
-; 0xa5aa6
-
-UnknownText_0xa5aa6: ; 0xa5aa6
- text "Your phone's out"
- line "of memory. Delete"
- cont "a number for me!"
- done
-; 0xa5ada
-
-UnknownText_0xa5ada: ; 0xa5ada
- text "Am I happy to see"
- line "you! I won't lose!"
- done
-; 0xa5aff
-
-UnknownText_0xa5aff: ; 0xa5aff
- text "Oh, too bad. You"
- line "don't have room."
-
- para "I'll give it to"
- line "you next time!"
- done
-; 0xa5b3f
-
-UnknownText_0xa5b3f: ; 0xa5b3f
- text "You are really,"
- line "really strong!"
-
- para "Thanks for taking"
- line "me on so often--I"
-
- para "learned a whole"
- line "lot from you."
-
- para "I know! This will"
- line "do as my thanks!"
- done
-; 0xa5bc4
-
-UnknownText_0xa5bc4: ; 0xa5bc4
- text "Eh, our battle was"
- line "fun, I'd say…"
-
- para "When I'm fishing,"
- line "I sometimes snag"
-
- para "items that people"
- line "have dropped."
-
- para "Do you want them?"
- line "What's the number?"
- done
-; 0xa5c4b
-
-UnknownText_0xa5c4b: ; 0xa5c4b
- text "If I snag an item"
- line "while I'm fishing,"
-
- para "it's yours. What's"
- line "your number?"
- done
-; 0xa5c8e
-
-UnknownText_0xa5c8e: ; 0xa5c8e
- text "If I snag anything"
- line "good, I'll be sure"
- cont "to let you know."
- done
-; 0xa5cc5
-
-UnknownText_0xa5cc5: ; 0xa5cc5
- text "All right… Come"
- line "back if you have a"
- cont "change of heart."
- done
-; 0xa5cfa
-
-UnknownText_0xa5cfa: ; 0xa5cfa
- text "You can't register"
- line "another number."
- done
-; 0xa5d1d
-
-UnknownText_0xa5d1d: ; 0xa5d1d
- text "Argh! You startled"
- line "POLIWAG into"
- cont "fleeing again!"
- done
-; 0xa5d4d
-
-UnknownText_0xa5d4d: ; 0xa5d4d
- text "So here you are."
-
- para "See this?"
- line "I snagged it just"
-
- para "a little while"
- line "ago. It's yours."
- done
-; 0xa5d9a
-
-UnknownText_0xa5d9a: ; 0xa5d9a
- text "Your PACK's full?"
-
- para "I'll give it to"
- line "you later."
- done
-; 0xa5dc6
-
-UnknownText_0xa5dc6: ; 0xa5dc6
- text "Our battle was"
- line "remarkable!"
-
- para "I wish for some-"
- line "thing to remember"
- cont "you by!"
-
- para "Perhaps your phone"
- line "number will do?"
-
- para "My training makes"
- line "it impossible to"
- cont "chat much, but…"
- done
-; 0xa5e63
-
-UnknownText_0xa5e63: ; 0xa5e63
- text "My training makes"
- line "chatting tough,"
-
- para "but will you take"
- line "down my number?"
- done
-; 0xa5ea8
-
-UnknownText_0xa5ea8: ; 0xa5ea8
- text "I must train"
- line "harder to become"
- cont "the mightiest!"
- done
-; 0xa5ed6
-
-UnknownText_0xa5ed6: ; 0xa5ed6
- text "If you decide you"
- line "want my number,"
- cont "come see me."
- done
-; 0xa5f06
-
-UnknownText_0xa5f06: ; 0xa5f06
- text "Your phone appears"
- line "to be full."
-
- para "Come back later!"
- done
-; 0xa5f37
-
-UnknownText_0xa5f37: ; 0xa5f37
- text "I wish to thank"
- line "you, ", $52, "!"
-
- para "I've been training"
- line "all alone…"
-
- para "I was happy that"
- line "you cared to call…"
-
- para "I want you to have"
- line "this!"
- done
-; 0xa5faa
-
-UnknownText_0xa5faa: ; 0xa5faa
- text "Your strength will"
- line "not let you carry"
-
- para "another thing!"
- line "I will hold this"
-
- para "till you lighten"
- line "your PACK!"
- done
-; 0xa600c
-
-UnknownText_0xa600c: ; 0xa600c
- text "Sheesh, the way"
- line "you attacked! That"
-
- para "was something! We"
- line "should meet again!"
-
- para "How about giving"
- line "me your number?"
- done
-; 0xa6076
-
-UnknownText_0xa6076: ; 0xa6076
- text "So you want to"
- line "register my phone"
-
- para "number for a re-"
- line "match, huh?"
- done
-; 0xa60b5
-
-UnknownText_0xa60b5: ; 0xa60b5
- text "I'll call you"
- line "whenever I feel"
- cont "like battling!"
- done
-; 0xa60e2
-
-UnknownText_0xa60e2: ; 0xa60e2
- text "No? That's fine."
-
- para "A definite no is"
- line "easy to take!"
-
- para "I'll be right here"
- line "when you're ready"
- cont "for a rematch."
- done
-; 0xa6144
-
-UnknownText_0xa6144: ; 0xa6144
- text "Oh? There's no"
- line "room to register"
- cont "my phone number."
- done
-; 0xa6175
-
-UnknownText_0xa6175: ; 0xa6175
- text "Hey, here comes"
- line "the kid! Let's go!"
-
- para "Ready for my usual"
- line "no-brainer, all-"
- cont "out offense?"
- done
-; 0xa61c9
-
-UnknownText_0xa61c9: ; 0xa61c9
- text "Your PACK looks"
- line "stuffed full!"
-
- para "You can't have"
- line "this now."
- done
-; 0xa6200
-
-UnknownText_0xa6200: ; 0xa6200
- text "Well, you're"
- line "special all right."
-
- para "If only I'd begun"
- line "#MON when I was"
- cont "a tad younger…"
-
- para "I want you to work"
- line "and succeed for"
-
- para "the both of us."
- line "So take this, OK?"
- done
-; 0xa6295
-
-UnknownText_0xa6295: ; 0xa6295
- text "It really made me"
- line "angry to lose."
-
- para "I'll have to train"
- line "much harder…"
-
- para "Here's my number."
- line "I'm ERIN--don't"
-
- para "forget! Want to"
- line "battle me again?"
- done
-; 0xa6316
-
-UnknownText_0xa6316: ; 0xa6316
- text "I want to battle"
- line "with you again."
-
- para "Do you want to"
- line "exchange numbers?"
- done
-; 0xa6359
-
-UnknownText_0xa6359: ; 0xa6359
- text "I'll remember to"
- line "call when I want"
- cont "to battle again!"
- done
-; 0xa638c
-
-UnknownText_0xa638c: ; 0xa638c
- text "Oh… I'm sad…"
- line "If you do want to"
-
- para "battle, come see"
- line "ERIN--that's me!"
- done
-; 0xa63cc
-
-UnknownText_0xa63cc: ; 0xa63cc
- text "Oh no. Your phone"
- line "is all filled up."
- done
-; 0xa63f1
-
-UnknownText_0xa63f1: ; 0xa63f1
- text "Yay! I waited!"
- line "Let's start now!"
- done
-; 0xa6411
-
-UnknownText_0xa6411: ; 0xa6411
- text "That's too bad!"
- line "You have no room…"
-
- para "I'll give it to"
- line "you another time."
- done
-; 0xa6454
-
-UnknownText_0xa6454: ; 0xa6454
- text "Aww… I lost again!"
-
- para "I wonder how many"
- line "times that is…"
-
- para "Thanks for coming!"
- line "Here's a present!"
- done
-; 0xa64ad
diff --git a/text/phone/extra3.asm b/text/phone/extra3.asm
index b368b75ad..bc154f84f 100644
--- a/text/phone/extra3.asm
+++ b/text/phone/extra3.asm
@@ -1,4 +1,3 @@
-
UnknownText_0x174000: ; 0x174000
text "Hi, ", $14, "!"
line "Our BICYCLE sales"
diff --git a/text/phone/gaven_overworld.asm b/text/phone/gaven_overworld.asm
new file mode 100644
index 000000000..501aa0e79
--- /dev/null
+++ b/text/phone/gaven_overworld.asm
@@ -0,0 +1,63 @@
+GavenAskNumber1Text:
+ text "Wow, you're tough."
+ line "I haven't battled"
+
+ para "that seriously in"
+ line "a long time."
+
+ para "Could I get your"
+ line "phone number?"
+
+ para "I'd like to battle"
+ line "again when I heal"
+
+ para "@"
+ text_from_ram StringBuffer4
+ text " and the"
+ line "rest of my team."
+ done
+
+GavenAskNumber2Text:
+ text "Could I get your"
+ line "phone number?"
+
+ para "I'd like to battle"
+ line "again when I heal"
+
+ para "@"
+ text_from_ram StringBuffer4
+ text " and the"
+ line "rest of my team."
+ done
+
+GavenNumberAcceptedText:
+ text "How should I beat"
+ line "you? I'm tormented"
+
+ para "by those thoughts"
+ line "all the time…"
+ done
+
+GavenNumberDeclinedText:
+ text "OK… I understand…"
+ line "But if you change"
+
+ para "your mind, give me"
+ line "a shout anytime."
+ done
+
+GavenPhoneFullText:
+ text "Your phone's"
+ line "memory is full."
+
+ para "You can't register"
+ line "my number."
+ done
+
+GavenRematchText:
+ text "Hi! I've been"
+ line "waiting for you!"
+
+ para "This time, I'm"
+ line "going to win!"
+ done
diff --git a/text/phone/gina_overworld.asm b/text/phone/gina_overworld.asm
new file mode 100644
index 000000000..559e7fc5b
--- /dev/null
+++ b/text/phone/gina_overworld.asm
@@ -0,0 +1,67 @@
+GinaAskNumber1Text:
+ text "Whenever I see a"
+ line "strong trainer, I"
+
+ para "want to be their"
+ line "cheerleader."
+
+ para "When I'm on my"
+ line "walk, I sometimes"
+ cont "pick up items."
+
+ para "If I get anything,"
+ line "you can have it!"
+
+ para "Want to give me"
+ line "your number?"
+
+ para "I'll call as soon"
+ line "as I get anything."
+ done
+
+GinaAskNumber2Text:
+ text "If I find an item,"
+ line "you can have it!"
+
+ para "Want to give me"
+ line "your number?"
+ done
+
+GinaNumberAcceptedText:
+ text "I'll call as soon"
+ line "as I get anything!"
+ done
+
+GinaNumberDeclinedText:
+ text "Is that so? Well,"
+ line "I'll still be"
+ cont "rooting for you!"
+ done
+
+GinaPhoneFullText:
+ text "But your phone is"
+ line "all filled up!"
+ done
+
+GinaRematchText:
+ text "I've been waiting!"
+
+ para "I've gotten a bit"
+ line "better at this!"
+ done
+
+GinaGiftText:
+ text "So you're finally"
+ line "here!"
+
+ para "I think this will"
+ line "make you happy."
+ done
+
+GinaPackFullText:
+ text "Your PACK looks"
+ line "completely full."
+
+ para "I'll have to hold"
+ line "on to this."
+ done
diff --git a/text/phone/huey_overworld.asm b/text/phone/huey_overworld.asm
new file mode 100644
index 000000000..e063c4e2b
--- /dev/null
+++ b/text/phone/huey_overworld.asm
@@ -0,0 +1,80 @@
+HueyAskNumber1Text:
+ text "Cool! That's the"
+ line "first time I've"
+ cont "lost in a while!"
+
+ para "Hey, give me your"
+ line "phone number."
+
+ para "You'd be fun to"
+ line "battle, so I'll"
+
+ para "call you when I"
+ line "get stronger!"
+ done
+
+HueyAskNumber2Text:
+ text "Hey, give me your"
+ line "phone number."
+
+ para "You'd be fun to"
+ line "battle, so I'll"
+
+ para "call you when I"
+ line "get stronger!"
+ done
+
+HueyNumberAcceptedText:
+ text "Hey, let's battle"
+ line "again!"
+ done
+
+HueyNumberDeclinedText:
+ text "Looks like you're"
+ line "a wimp…"
+ done
+
+HueyPhoneFullText:
+ text "Hey! Your phone's"
+ line "already full!"
+ done
+
+HueyRematchText:
+ text "Hey! I'm tired of"
+ line "waiting for you!"
+ done
+
+HueyPackFullText:
+ text "Oh… Your PACK's"
+ line "full. I'll give it"
+ cont "to you later."
+ done
+
+HueyRematchGiftText:
+ text "Man! You're as"
+ line "tough as ever!"
+
+ para "I've battled you"
+ line "over and over, but"
+
+ para $52, ", I haven't"
+ line "won once."
+
+ para "I bought tons of"
+ line "items to toughen"
+
+ para "up my #MON, but"
+ line "to no avail…"
+
+ para "Items alone aren't"
+ line "the answer."
+
+ para "That must be what"
+ line "it is…"
+
+ para "Here, take this,"
+ line $52, "."
+
+ para "I won't be needing"
+ line "it anymore…"
+ done
diff --git a/text/phone/irwin_overworld.asm b/text/phone/irwin_overworld.asm
new file mode 100644
index 000000000..530ad94dd
--- /dev/null
+++ b/text/phone/irwin_overworld.asm
@@ -0,0 +1,53 @@
+IrwinAskNumber1Text:
+ text "You're the best"
+ line "I've ever battled!"
+
+ para "Huh? You're the"
+ line "one who saved all"
+ cont "the SLOWPOKE?"
+
+ para "Well, no wonder I"
+ line "couldn't beat you!"
+
+ para "Would it be OK to"
+ line "get your number?"
+
+ para "I don't want to"
+ line "miss anything you"
+ cont "do from now on!"
+ done
+
+IrwinAskNumber2Text:
+ text "You will tell me"
+ line "your phone number?"
+ done
+
+IrwinNumberAcceptedText:
+ text "Wow! Gee, thanks!"
+ line "Now I can call you"
+
+ para "anytime, whether"
+ line "anything's up or"
+
+ para "not. You know,"
+ line "just to chat!"
+ done
+
+IrwinNumberDeclinedText:
+ text "Oh, but…"
+ line "I'm not dangerous!"
+
+ para "I just want to"
+ line "call and chat"
+
+ para "about everything"
+ line "and nothing!"
+ done
+
+IrwinPhoneFullText:
+ text "Your phone list is"
+ line "already full…"
+
+ para "You must be really"
+ line "popular…"
+ done
diff --git a/text/phone/jack_overworld.asm b/text/phone/jack_overworld.asm
new file mode 100644
index 000000000..3cef012c3
--- /dev/null
+++ b/text/phone/jack_overworld.asm
@@ -0,0 +1,55 @@
+JackAskNumber1Text:
+ text "Your knowledge is"
+ line "impressive!"
+
+ para "I like that!"
+
+ para "Want to trade"
+ line "battle tips?"
+
+ para "I'll phone if I"
+ line "get good info."
+
+ para "Would you tell me"
+ line "your number?"
+ done
+
+JackAskNumber2Text:
+ text "Want to trade"
+ line "battle tips?"
+
+ para "I'll phone if I"
+ line "get good info."
+
+ para "Would you tell me"
+ line "your number?"
+ done
+
+JackNumberAcceptedText:
+ text "I'll call you if I"
+ line "hear anything!"
+ done
+
+JackNumberDeclinedText:
+ text "Oh, OK. Too bad…"
+
+ para "Well, if you ever"
+ line "want my number,"
+ cont "come see me, OK?"
+ done
+
+JackPhoneFullText:
+ text "Oh?"
+ line "Your phone's full."
+
+ para "It can't register"
+ line "my number."
+ done
+
+JackRematchText:
+ text "Hi, I was waiting"
+ line "for you to show!"
+
+ para "Let's get started"
+ line "right away!"
+ done
diff --git a/text/phone/joey_overworld.asm b/text/phone/joey_overworld.asm
new file mode 100644
index 000000000..cb7c5934d
--- /dev/null
+++ b/text/phone/joey_overworld.asm
@@ -0,0 +1,71 @@
+JoeyAskNumber1Text:
+ text "Listen, can I get"
+ line "your phone number?"
+
+ para "I'll ring you for"
+ line "some battles."
+
+ para "I'm a rookie too, "
+ line "so I think it'd be"
+ cont "a good motivator."
+ done
+
+JoeyAskNumber2Text:
+ text "Can I get your"
+ line "phone number?"
+
+ para "I don't want to"
+ line "lose against you!"
+
+ para "We have to battle"
+ line "again, OK?"
+ done
+
+JoeyNumberAcceptedText:
+ text "I'll ring you"
+ line "whenever I get the"
+ cont "urge to battle!"
+ done
+
+JoeyNumberDeclinedText:
+ text "Oh, all right…"
+
+ para "But I won't lose"
+ line "to you again!"
+ done
+
+JoeyPhoneFullText:
+ text "Huh, what? Your"
+ line "phone's full."
+ done
+
+JoeyRematchText:
+ text "I've been waiting!"
+ line "Let's battle now!"
+ done
+
+JoeyPackFullText:
+ text "Hey, wait! Your"
+ line "PACK is stuffed!"
+
+ para "Well, we'll leave"
+ line "it till next time."
+ done
+
+JoeyRematchGiftText:
+ text "And yet another"
+ line "loss…"
+
+ para "No doubt about"
+ line "it--you're tough."
+
+ para "Being beaten this"
+ line "often actually"
+ cont "feels good now!"
+
+ para "Here, take this. "
+ line "Use it to get even"
+
+ para "tougher. That will"
+ line "toughen me up too!"
+ done
diff --git a/text/phone/jose_overworld.asm b/text/phone/jose_overworld.asm
new file mode 100644
index 000000000..a2a163e8e
--- /dev/null
+++ b/text/phone/jose_overworld.asm
@@ -0,0 +1,73 @@
+JoseAskNumber1Text:
+ text "If my @"
+ text_from_ram StringBuffer4
+ db $0
+ line "sees anything"
+
+ para "pretty, it goes"
+ line "and gets it."
+
+ para "Do you like pretty"
+ line "things?"
+
+ para "I could share if"
+ line "it gets some more."
+
+ para "What's your phone"
+ line "number? I'll call."
+
+ para "Don't expect a"
+ line "whole lot, OK?"
+ done
+
+JoseAskNumber2Text:
+ text "Do you like pretty"
+ line "things?"
+
+ para "I could share if"
+ line "FARFETCH'D goes"
+ cont "and gets more."
+
+ para "What's your phone"
+ line "number? I'll call."
+ done
+
+JoseNumberAcceptedText:
+ text "I'll call you as"
+ line "soon as I get"
+ cont "something pretty."
+ done
+
+JoseNumberDeclinedText:
+ text "You sure? Well,"
+ line "tell me if you"
+ cont "change your mind."
+ done
+
+JosePhoneFullText:
+ text "Huh? Your phone"
+ line "list is full."
+ done
+
+JoseRematchText:
+ text "Tweet! Tweeeet!"
+
+ para "Kept me waiting!"
+ line "Go, FARFETCH'D!"
+ done
+
+JoseGiftText:
+ text "Kept me waiting!"
+ line "Look, this is it!"
+
+ para "See? Isn't it some"
+ line "kind of pretty?"
+ done
+
+JosePackFullText:
+ text "Huh? You don't"
+ line "have anywhere to"
+
+ para "put this. Better"
+ line "come back for it."
+ done
diff --git a/text/phone/kenji_overworld.asm b/text/phone/kenji_overworld.asm
new file mode 100644
index 000000000..32bc968ba
--- /dev/null
+++ b/text/phone/kenji_overworld.asm
@@ -0,0 +1,67 @@
+KenjiAskNumber1Text:
+ text "Our battle was"
+ line "remarkable!"
+
+ para "I wish for some-"
+ line "thing to remember"
+ cont "you by!"
+
+ para "Perhaps your phone"
+ line "number will do?"
+
+ para "My training makes"
+ line "it impossible to"
+ cont "chat much, but…"
+ done
+
+KenjiAskNumber2Text:
+ text "My training makes"
+ line "chatting tough,"
+
+ para "but will you take"
+ line "down my number?"
+ done
+
+KenjiNumberAcceptedText:
+ text "I must train"
+ line "harder to become"
+ cont "the mightiest!"
+ done
+
+KenjiNumberDeclinedText:
+ text "If you decide you"
+ line "want my number,"
+ cont "come see me."
+ done
+
+KenjiPhoneFullText:
+ text "Your phone appears"
+ line "to be full."
+
+ para "Come back later!"
+ done
+
+KenjiGiftText:
+ text "I wish to thank"
+ line "you, ", $52, "!"
+
+ para "I've been training"
+ line "all alone…"
+
+ para "I was happy that"
+ line "you cared to call…"
+
+ para "I want you to have"
+ line "this!"
+ done
+
+KenjiPackFullText:
+ text "Your strength will"
+ line "not let you carry"
+
+ para "another thing!"
+ line "I will hold this"
+
+ para "till you lighten"
+ line "your PACK!"
+ done
diff --git a/text/phone/liz_overworld.asm b/text/phone/liz_overworld.asm
new file mode 100644
index 000000000..cd840b5f8
--- /dev/null
+++ b/text/phone/liz_overworld.asm
@@ -0,0 +1,44 @@
+LizAskNumber1Text:
+ text "Oh? You're on a"
+ line "big journey to see"
+ cont "the sights? Neat!"
+
+ para "Let's be friends!"
+ line "Can I have your"
+ cont "phone number?"
+
+ para "I want to hear"
+ line "about everything"
+ cont "you've seen!"
+ done
+
+LizAskNumber2Text:
+ text "Let's be friends!"
+ line "Can I have your"
+ cont "phone number?"
+
+ para "I want to hear"
+ line "about everything"
+ cont "you've seen!"
+ done
+
+LizNumberAcceptedText:
+ text "I'll telephone you"
+ line "if I hear anything"
+ cont "interesting."
+ done
+
+LizNumberDeclinedText:
+ text "Aww… You won't be"
+ line "my friend?"
+ done
+
+LizPhoneFullText:
+ text "Wait! Your phone"
+ line "list is filled up!"
+ done
+
+LizRematchText:
+ text "You're late! Let's"
+ line "get started now!"
+ done
diff --git a/text/phone/parry_overworld.asm b/text/phone/parry_overworld.asm
new file mode 100644
index 000000000..6286aa272
--- /dev/null
+++ b/text/phone/parry_overworld.asm
@@ -0,0 +1,73 @@
+ParryAskNumber1Text:
+ text "Sheesh, the way"
+ line "you attacked! That"
+
+ para "was something! We"
+ line "should meet again!"
+
+ para "How about giving"
+ line "me your number?"
+ done
+
+ParryAskNumber2Text:
+ text "So you want to"
+ line "register my phone"
+
+ para "number for a re-"
+ line "match, huh?"
+ done
+
+ParryNumberAcceptedText:
+ text "I'll call you"
+ line "whenever I feel"
+ cont "like battling!"
+ done
+
+ParryNumberDeclinedText:
+ text "No? That's fine."
+
+ para "A definite no is"
+ line "easy to take!"
+
+ para "I'll be right here"
+ line "when you're ready"
+ cont "for a rematch."
+ done
+
+ParryPhoneFullText:
+ text "Oh? There's no"
+ line "room to register"
+ cont "my phone number."
+ done
+
+ParryRematchText:
+ text "Hey, here comes"
+ line "the kid! Let's go!"
+
+ para "Ready for my usual"
+ line "no-brainer, all-"
+ cont "out offense?"
+ done
+
+ParryPackFullText:
+ text "Your PACK looks"
+ line "stuffed full!"
+
+ para "You can't have"
+ line "this now."
+ done
+
+ParryRematchGiftText:
+ text "Well, you're"
+ line "special all right."
+
+ para "If only I'd begun"
+ line "#MON when I was"
+ cont "a tad younger…"
+
+ para "I want you to work"
+ line "and succeed for"
+
+ para "the both of us."
+ line "So take this, OK?"
+ done
diff --git a/text/phone/ralph_overworld.asm b/text/phone/ralph_overworld.asm
new file mode 100644
index 000000000..6c737cdf1
--- /dev/null
+++ b/text/phone/ralph_overworld.asm
@@ -0,0 +1,58 @@
+RalphAskNumber1Text:
+ text "Don't young people"
+ line "fish anymore?"
+
+ para "I've seen rare"
+ line "#MON while I've"
+ cont "been fishing…"
+
+ para "You young people"
+ line "like that, right?"
+
+ para "Want to trade"
+ line "phone numbers?"
+
+ para "I'll let you know"
+ line "if I see anything."
+ done
+
+RalphAskNumber2Text:
+ text "Hm? So you do want"
+ line "me to phone if I"
+ cont "see rare #MON?"
+ done
+
+RalphNumberAcceptedText:
+ text "Yep, phone if I"
+ line "see rare #MON."
+
+ para "Don't worry, I"
+ line "won't forget!"
+ done
+
+RalphNumberDeclinedText:
+ text "Oh…"
+ line "My own kids won't"
+
+ para "even give me their"
+ line "phone numbers…"
+
+ para "Is that how young"
+ line "people are today?"
+ done
+
+RalphPhoneFullText:
+ text "Your phone's"
+ line "memory is full."
+
+ para "It seems that"
+ line "young people all"
+ cont "have #GEAR."
+ done
+
+RalphRematchText:
+ text "Hey, kid!"
+
+ para "No losing for me"
+ line "this day!"
+ done
diff --git a/text/phone/reena_overworld.asm b/text/phone/reena_overworld.asm
new file mode 100644
index 000000000..04bf42c9a
--- /dev/null
+++ b/text/phone/reena_overworld.asm
@@ -0,0 +1,45 @@
+ReenaAskNumber1Text:
+ text "Not bad…"
+ line "It's something to"
+
+ para "beat me, even by"
+ line "an unlikely fluke…"
+
+ para "I like you! Give"
+ line "me your number!"
+
+ para "You can be my"
+ line "practice partner!"
+ done
+
+ReenaAskNumber2Text:
+ text "Give me your phone"
+ line "number!"
+
+ para "You are going to"
+ line "be my practice"
+ cont "partner!"
+ done
+
+ReenaNumberAcceptedText:
+ text "Don't be too proud"
+ line "about beating me!"
+
+ para "It was a fluke!"
+ done
+
+ReenaNumberDeclinedText:
+ text "I don't believe"
+ line "it! You're going"
+ cont "to regret this!"
+ done
+
+ReenaPhoneFullText:
+ text "What? Your phone"
+ line "list has no room!"
+ done
+
+ReenaRematchText:
+ text "What took you?"
+ line "Start right away!"
+ done
diff --git a/text/phone/tiffany_overworld.asm b/text/phone/tiffany_overworld.asm
new file mode 100644
index 000000000..a03173dfa
--- /dev/null
+++ b/text/phone/tiffany_overworld.asm
@@ -0,0 +1,62 @@
+TiffanyAskNumber1Text:
+ text "Hi! You like"
+ line "CLEFAIRY too?"
+
+ para "They're so very"
+ line "cute, aren't they?"
+
+ para "I think we can be"
+ line "good friends!"
+
+ para "I want to know"
+ line "your phone number!"
+
+ para "Let's talk about"
+ line "CLEFAIRY!"
+ done
+
+TiffanyAskNumber2Text:
+ text "I want to know"
+ line "your phone number!"
+
+ para "Let's talk about"
+ line "CLEFAIRY!"
+ done
+
+TiffanyNumberAcceptedText:
+ text "Isn't my CLEFAIRY"
+ line "super-adorable?"
+ done
+
+TiffanyNumberDeclinedText:
+ text "Aww… Oh well."
+ line "Look for me if you"
+
+ para "want to talk about"
+ line "CLEFAIRY."
+ done
+
+TiffanyPhoneFullText:
+ text "Oh? Your phone"
+ line "registry is full."
+ done
+
+TiffanyRematchText:
+ text "There you are!"
+
+ para "CLEFAIRY, I want"
+ line "you to try hard!"
+ done
+
+TiffanyGiftText:
+ text "You took a long"
+ line "time. See this?"
+
+ para "Isn't it cute?"
+ line "It's a PINK BOW."
+ done
+
+TiffanyPackFullText:
+ text "Uh-oh. Your PACK"
+ line "is crammed full."
+ done
diff --git a/text/phone/todd_overworld.asm b/text/phone/todd_overworld.asm
new file mode 100644
index 000000000..6b4e9dd4c
--- /dev/null
+++ b/text/phone/todd_overworld.asm
@@ -0,0 +1,68 @@
+ToddAskNumber1Text:
+ text "From here, I can"
+ line "see GOLDENROD's"
+
+ para "DEPT.STORE. They"
+ line "have bargain sales"
+
+ para "up on the rooftop"
+ line "every so often."
+
+ para "Could I get your"
+ line "phone number?"
+
+ para "I'll call you when"
+ line "they have a sale."
+ done
+
+ToddAskNumber2Text:
+ text "If you give me"
+ line "your number, I'll"
+
+ para "call you when they"
+ line "have a sale."
+ done
+
+ToddNumberAcceptedText:
+ text "I check GOLDENROD"
+ line "DEPT.STORE every"
+
+ para "day, so I know"
+ line "when there's a"
+ cont "sale."
+ done
+
+ToddNumberDeclinedText:
+ text "Anyway…"
+
+ para "If you're short on"
+ line "money, take down"
+ cont "my number."
+
+ para "I'll call you when"
+ line "there's a sale."
+ done
+
+ToddPhoneFullText:
+ text "Your phone doesn't"
+ line "have enough memory"
+ cont "for more numbers."
+ done
+
+ToddRematchText:
+ text "I waited for you!"
+ line "I even cut back my"
+
+ para "shopping to raise"
+ line "my #MON better!"
+ done
+
+UnusedText_0xa43ca:
+; This is unused; Todd says this during the department store sale,
+; but this is a duplicate of the actual string in the Route 34 scripts.
+ text "Shopping under the"
+ line "sky!"
+
+ para "It feels so nice"
+ line "up on a rooftop."
+ done
diff --git a/text/phone/tully_overworld.asm b/text/phone/tully_overworld.asm
new file mode 100644
index 000000000..48d41ba7c
--- /dev/null
+++ b/text/phone/tully_overworld.asm
@@ -0,0 +1,73 @@
+TullyAskNumber1Text:
+ text "Hey, you're trying"
+ line "to be the ultimate"
+
+ para "trainer too? Then"
+ line "we're comrades!"
+
+ para "If I find any more"
+ line "items by the"
+
+ para "water, I'll give"
+ line "you some."
+
+ para "Just give me your"
+ line "phone number."
+ done
+
+TullyAskNumber2Text:
+ text "If I find any more"
+ line "items by the"
+
+ para "water, I'll give"
+ line "you some."
+
+ para "Just give me your"
+ line "phone number."
+ done
+
+TullyNumberAcceptedText:
+ text "You'll be hearing"
+ line "from me if I find"
+ cont "something good."
+ done
+
+TullyNumberDeclinedText:
+ text "Is that so? Then"
+ line "I'll just have to"
+ cont "use them myself."
+ done
+
+TullyPhoneFullText:
+ text "Your phone list is"
+ line "all filled up."
+
+ para "Come back if you"
+ line "make room for me."
+ done
+
+TullyRematchText:
+ text "I've been doing"
+ line "more than just"
+
+ para "fishing since we"
+ line "last met."
+
+ para "You're in for a"
+ line "big surprise!"
+ done
+
+TullyGiftText:
+ text "Hey, there you"
+ line "are!"
+
+ para "Here's a gift, as"
+ line "promised!"
+ done
+
+TullyPackFullText:
+ text "Your PACK's full?"
+
+ para "Come back later--"
+ line "that'll do it."
+ done
diff --git a/text/phone/vance_overworld.asm b/text/phone/vance_overworld.asm
new file mode 100644
index 000000000..b01907d36
--- /dev/null
+++ b/text/phone/vance_overworld.asm
@@ -0,0 +1,73 @@
+VanceAskNumber1Text:
+ text "You know, you are"
+ line "really strong."
+
+ para "But I don't want"
+ line "to just slink off…"
+
+ para "I know! Could I"
+ line "get your number?"
+
+ para "Let's meet up for"
+ line "more battles!"
+ done
+
+VanceAskNumber2Text:
+ text "I want to battle"
+ line "tough trainers as"
+ cont "often as I can!"
+
+ para "Could I get your"
+ line "number?"
+
+ para "Let's meet up for"
+ line "more battles!"
+ done
+
+VanceNumberAcceptedText:
+ text "Don't forget to"
+ line "come see me when I"
+ cont "challenge you!"
+ done
+
+VanceNumberDeclinedText:
+ text "A bird-user friend"
+ line "isn't a bad thing"
+ cont "to have, I think…"
+
+ para "Won't you"
+ line "reconsider?"
+ done
+
+VancePhoneFullText:
+ text "Your phone's out"
+ line "of memory. Delete"
+ cont "a number for me!"
+ done
+
+VanceRematchText:
+ text "Am I happy to see"
+ line "you! I won't lose!"
+ done
+
+VancePackFullText:
+ text "Oh, too bad. You"
+ line "don't have room."
+
+ para "I'll give it to"
+ line "you next time!"
+ done
+
+VanceRematchGiftText:
+ text "You are really,"
+ line "really strong!"
+
+ para "Thanks for taking"
+ line "me on so often--I"
+
+ para "learned a whole"
+ line "lot from you."
+
+ para "I know! This will"
+ line "do as my thanks!"
+ done
diff --git a/text/phone/wade_overworld.asm b/text/phone/wade_overworld.asm
new file mode 100644
index 000000000..7b0b96009
--- /dev/null
+++ b/text/phone/wade_overworld.asm
@@ -0,0 +1,70 @@
+WadeAskNumber1Text:
+ text "You're awesome!"
+ line "I like you!"
+
+ para "I look for #MON"
+ line "here every day."
+
+ para "When I'm in the"
+ line "grass, I find all"
+ cont "kinds of BERRIES."
+
+ para "If you'd like,"
+ line "I'll share some."
+
+ para "Could I get your"
+ line "phone number?"
+ done
+
+WadeAskNumber2Text:
+ text "When I'm in the"
+ line "grass, I find all"
+ cont "kinds of BERRIES."
+
+ para "If you'd like,"
+ line "I'll share some."
+
+ para "Could I get your"
+ line "phone number?"
+ done
+
+WadeNumberAcceptedText:
+ text "You'll hear from"
+ line "me as soon as I"
+
+ para "find anything that"
+ line "you might like."
+ done
+
+WadeNumberDeclinedText:
+ text "Oh well. Don't be"
+ line "shy if you want to"
+ cont "get my number."
+ done
+
+WadePhoneFullText:
+ text "Your phone list"
+ line "has no room for my"
+ cont "number."
+ done
+
+WadeRematchText:
+ text "I was waiting for"
+ line "you. Let's battle!"
+ done
+
+WadeGiftText:
+ text "Good to see you!"
+ line "See? This is what"
+
+ para "I found."
+ line "It's for you!"
+ done
+
+WadePackFullText:
+ text "Oops, your PACK's"
+ line "full. Too bad."
+
+ para "You should come"
+ line "back for it later."
+ done
diff --git a/text/phone/wilton_overworld.asm b/text/phone/wilton_overworld.asm
new file mode 100644
index 000000000..a6e43ffb4
--- /dev/null
+++ b/text/phone/wilton_overworld.asm
@@ -0,0 +1,61 @@
+WiltonAskNumber1Text:
+ text "Eh, our battle was"
+ line "fun, I'd say…"
+
+ para "When I'm fishing,"
+ line "I sometimes snag"
+
+ para "items that people"
+ line "have dropped."
+
+ para "Do you want them?"
+ line "What's the number?"
+ done
+
+WiltonAskNumber2Text:
+ text "If I snag an item"
+ line "while I'm fishing,"
+
+ para "it's yours. What's"
+ line "your number?"
+ done
+
+WiltonNumberAcceptedText:
+ text "If I snag anything"
+ line "good, I'll be sure"
+ cont "to let you know."
+ done
+
+WiltonNumberDeclinedText:
+ text "All right… Come"
+ line "back if you have a"
+ cont "change of heart."
+ done
+
+WiltonPhoneFullText:
+ text "You can't register"
+ line "another number."
+ done
+
+WiltonRematchText:
+ text "Argh! You startled"
+ line "POLIWAG into"
+ cont "fleeing again!"
+ done
+
+WiltonGiftText:
+ text "So here you are."
+
+ para "See this?"
+ line "I snagged it just"
+
+ para "a little while"
+ line "ago. It's yours."
+ done
+
+WiltonPackFullText:
+ text "Your PACK's full?"
+
+ para "I'll give it to"
+ line "you later."
+ done