shithub: pokecrystal

Download patch

ref: 47938939fe299d9ce3d2d167a1af42096d71a8fe
parent: 91e474b19fc62200b53e6c956791693fe9672e8e
author: IIMarckus <iimarckus@gmail.com>
date: Tue Jun 23 07:40:48 EDT 2015

Give Buena's phone scripts more appropriate filenames.

--- /dev/null
+++ b/engine/buena_phone_scripts.asm
@@ -1,0 +1,168 @@
+UnknownScript_0xa0b14:
+	checkflag ENGINE_BIKE_SHOP_CALL_ENABLED
+	iftrue UnknownScript_0xa0b73
+	checkcode $a
+	if_greater_than $11, UnknownScript_0xa0b4b
+	scall UnknownScript_0xa0b32
+	jump UnknownScript_0xa0c0e
+
+UnknownScript_0xa0b26:
+	checkflag ENGINE_BIKE_SHOP_CALL_ENABLED
+	iftrue UnknownScript_0xa0b73
+	scall UnknownScript_0xa0b4f
+	jump UnknownScript_0xa0b77
+
+UnknownScript_0xa0b32:
+	checktime $1
+	iftrue UnknownScript_0xa0b41
+	checktime $2
+	iftrue UnknownScript_0xa0b46
+	writetext UnknownText_0xa0d42
+	keeptextopen
+	end
+
+UnknownScript_0xa0b41:
+	writetext UnknownText_0xa0c28
+	keeptextopen
+	end
+
+UnknownScript_0xa0b46:
+	writetext UnknownText_0xa0c72
+	keeptextopen
+	end
+
+UnknownScript_0xa0b4b:
+	writetext UnknownText_0xa0caf
+	end
+
+UnknownScript_0xa0b4f:
+	checkcode $a
+	if_greater_than $11, UnknownScript_0xa0b6e
+	checktime $1
+	iftrue UnknownScript_0xa0b64
+	checktime $2
+	iftrue UnknownScript_0xa0b69
+	writetext UnknownText_0xa0e29
+	keeptextopen
+	end
+
+UnknownScript_0xa0b64:
+	writetext UnknownText_0xa0d96
+	keeptextopen
+	end
+
+UnknownScript_0xa0b69:
+	writetext UnknownText_0xa0dcf
+	keeptextopen
+	end
+
+UnknownScript_0xa0b6e:
+	writetext UnknownText_0xa0e01
+	keeptextopen
+	end
+
+UnknownScript_0xa0b73:
+	writetext UnknownText_0xa0e5e
+	end
+
+UnknownScript_0xa0b77:
+	checkevent $0044
+	iftrue UnknownScript_0xa0b82
+	random $b
+	jump UnknownScript_0xa0b84
+
+UnknownScript_0xa0b82:
+	random $e
+
+UnknownScript_0xa0b84:
+	if_equal $0, UnknownScript_0xa0bbc
+	if_equal $1, UnknownScript_0xa0bc2
+	if_equal $2, UnknownScript_0xa0bc8
+	if_equal $3, UnknownScript_0xa0bce
+	if_equal $4, UnknownScript_0xa0bd4
+	if_equal $5, UnknownScript_0xa0bda
+	if_equal $6, UnknownScript_0xa0be0
+	if_equal $7, UnknownScript_0xa0be6
+	if_equal $8, UnknownScript_0xa0bec
+	if_equal $9, UnknownScript_0xa0bf2
+	if_equal $a, UnknownScript_0xa0bf8
+	if_equal $b, UnknownScript_0xa0bfe
+	if_equal $c, UnknownScript_0xa0c04
+	if_equal $d, UnknownScript_0xa0c0a
+
+UnknownScript_0xa0bbc:
+	writetext UnknownText_0xa0efb
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bc2:
+	writetext UnknownText_0xa0fcf
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bc8:
+	writetext UnknownText_0xa109d
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bce:
+	writetext UnknownText_0xa1143
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bd4:
+	writetext UnknownText_0xa1244
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bda:
+	writetext UnknownText_0xa1318
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0be0:
+	writetext UnknownText_0xa13d8
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0be6:
+	writetext UnknownText_0xa1488
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bec:
+	writetext UnknownText_0xa15de
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bf2:
+	writetext UnknownText_0xa1717
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bf8:
+	writetext UnknownText_0xa183d
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0bfe:
+	writetext UnknownText_0xa19b1
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0c04:
+	writetext UnknownText_0xa1ac0
+	jump UnknownScript_0xa0c0d
+
+UnknownScript_0xa0c0a:
+	writetext UnknownText_0xa1bed
+
+UnknownScript_0xa0c0d:
+	end
+
+UnknownScript_0xa0c0e:
+	random $3
+	if_equal $0, UnknownScript_0xa0c1c
+	if_equal $1, UnknownScript_0xa0c20
+	if_equal $2, UnknownScript_0xa0c24
+
+UnknownScript_0xa0c1c:
+	writetext UnknownText_0xa1c88
+	end
+
+UnknownScript_0xa0c20:
+	writetext UnknownText_0xa1d5f
+	end
+
+UnknownScript_0xa0c24:
+	writetext UnknownText_0xa1e2f
+	end
+; a0c28
--- a/engine/buena_scripts.asm
+++ /dev/null
@@ -1,168 +1,0 @@
-UnknownScript_0xa0b14:
-	checkflag ENGINE_BIKE_SHOP_CALL_ENABLED
-	iftrue UnknownScript_0xa0b73
-	checkcode $a
-	if_greater_than $11, UnknownScript_0xa0b4b
-	scall UnknownScript_0xa0b32
-	jump UnknownScript_0xa0c0e
-
-UnknownScript_0xa0b26:
-	checkflag ENGINE_BIKE_SHOP_CALL_ENABLED
-	iftrue UnknownScript_0xa0b73
-	scall UnknownScript_0xa0b4f
-	jump UnknownScript_0xa0b77
-
-UnknownScript_0xa0b32:
-	checktime $1
-	iftrue UnknownScript_0xa0b41
-	checktime $2
-	iftrue UnknownScript_0xa0b46
-	writetext UnknownText_0xa0d42
-	keeptextopen
-	end
-
-UnknownScript_0xa0b41:
-	writetext UnknownText_0xa0c28
-	keeptextopen
-	end
-
-UnknownScript_0xa0b46:
-	writetext UnknownText_0xa0c72
-	keeptextopen
-	end
-
-UnknownScript_0xa0b4b:
-	writetext UnknownText_0xa0caf
-	end
-
-UnknownScript_0xa0b4f:
-	checkcode $a
-	if_greater_than $11, UnknownScript_0xa0b6e
-	checktime $1
-	iftrue UnknownScript_0xa0b64
-	checktime $2
-	iftrue UnknownScript_0xa0b69
-	writetext UnknownText_0xa0e29
-	keeptextopen
-	end
-
-UnknownScript_0xa0b64:
-	writetext UnknownText_0xa0d96
-	keeptextopen
-	end
-
-UnknownScript_0xa0b69:
-	writetext UnknownText_0xa0dcf
-	keeptextopen
-	end
-
-UnknownScript_0xa0b6e:
-	writetext UnknownText_0xa0e01
-	keeptextopen
-	end
-
-UnknownScript_0xa0b73:
-	writetext UnknownText_0xa0e5e
-	end
-
-UnknownScript_0xa0b77:
-	checkevent $0044
-	iftrue UnknownScript_0xa0b82
-	random $b
-	jump UnknownScript_0xa0b84
-
-UnknownScript_0xa0b82:
-	random $e
-
-UnknownScript_0xa0b84:
-	if_equal $0, UnknownScript_0xa0bbc
-	if_equal $1, UnknownScript_0xa0bc2
-	if_equal $2, UnknownScript_0xa0bc8
-	if_equal $3, UnknownScript_0xa0bce
-	if_equal $4, UnknownScript_0xa0bd4
-	if_equal $5, UnknownScript_0xa0bda
-	if_equal $6, UnknownScript_0xa0be0
-	if_equal $7, UnknownScript_0xa0be6
-	if_equal $8, UnknownScript_0xa0bec
-	if_equal $9, UnknownScript_0xa0bf2
-	if_equal $a, UnknownScript_0xa0bf8
-	if_equal $b, UnknownScript_0xa0bfe
-	if_equal $c, UnknownScript_0xa0c04
-	if_equal $d, UnknownScript_0xa0c0a
-
-UnknownScript_0xa0bbc:
-	writetext UnknownText_0xa0efb
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bc2:
-	writetext UnknownText_0xa0fcf
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bc8:
-	writetext UnknownText_0xa109d
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bce:
-	writetext UnknownText_0xa1143
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bd4:
-	writetext UnknownText_0xa1244
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bda:
-	writetext UnknownText_0xa1318
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0be0:
-	writetext UnknownText_0xa13d8
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0be6:
-	writetext UnknownText_0xa1488
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bec:
-	writetext UnknownText_0xa15de
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bf2:
-	writetext UnknownText_0xa1717
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bf8:
-	writetext UnknownText_0xa183d
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0bfe:
-	writetext UnknownText_0xa19b1
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0c04:
-	writetext UnknownText_0xa1ac0
-	jump UnknownScript_0xa0c0d
-
-UnknownScript_0xa0c0a:
-	writetext UnknownText_0xa1bed
-
-UnknownScript_0xa0c0d:
-	end
-
-UnknownScript_0xa0c0e:
-	random $3
-	if_equal $0, UnknownScript_0xa0c1c
-	if_equal $1, UnknownScript_0xa0c20
-	if_equal $2, UnknownScript_0xa0c24
-
-UnknownScript_0xa0c1c:
-	writetext UnknownText_0xa1c88
-	end
-
-UnknownScript_0xa0c20:
-	writetext UnknownText_0xa1d5f
-	end
-
-UnknownScript_0xa0c24:
-	writetext UnknownText_0xa1e2f
-	end
-; a0c28
--- a/main.asm
+++ b/main.asm
@@ -75836,8 +75836,8 @@
 SECTION "bank28", ROMX, BANK[$28]
 
 INCLUDE "engine/more_phone_scripts.asm"
-INCLUDE "engine/buena_scripts.asm"
-INCLUDE "text/buena.asm"
+INCLUDE "engine/buena_phone_scripts.asm"
+INCLUDE "text/phone/buena.asm"
 
 
 SECTION "bank29", ROMX, BANK[$29]
--- a/text/buena.asm
+++ /dev/null
@@ -1,551 +1,0 @@
-UnknownText_0xa0c28: ; 0xa0c28
-	text "Hi, this is BUENA…"
-
-	para "Oh! Good morning,"
-	line $14, "!"
-
-	para "I'm kind of foggy"
-	line "in the morning…"
-	done
-; 0xa0c72
-
-UnknownText_0xa0c72: ; 0xa0c72
-	text "Hi, this is BUENA…"
-	line "Oh! Hi, ", $14, "!"
-
-	para "Do you tune into"
-	line "BUENA's show?"
-	done
-; 0xa0caf
-
-UnknownText_0xa0caf: ; 0xa0caf
-	text "This is BUENA."
-	line "I can't come to"
-
-	para "the phone right"
-	line "now."
-
-	para "If you want to"
-	line "chat, tune into"
-
-	para "BUENA's PASSWORD"
-	line "on the radio and"
-
-	para "give me a call"
-	line "after midnight!"
-	done
-; 0xa0d42
-
-UnknownText_0xa0d42: ; 0xa0d42
-	text "Hi, this is BUENA…"
-	line "Oh! Hi, ", $14, "!"
-
-	para "I just got off"
-	line "work. "
-
-	para "Let me tell you,"
-	line "I'm exhausted!"
-	done
-; 0xa0d96
-
-UnknownText_0xa0d96: ; 0xa0d96
-	text $14, "!"
-	line "Hi, it's BUENA!"
-
-	para "I got up early, so"
-	line "I decided to call!"
-	done
-; 0xa0dcf
-
-UnknownText_0xa0dcf: ; 0xa0dcf
-	text $14, "!"
-	line "Hi, it's BUENA!"
-
-	para "I needed someone"
-	line "to chat with!"
-	done
-; 0xa0e01
-
-UnknownText_0xa0e01: ; 0xa0e01
-	text $14, "!"
-	line "Hi, it's BUENA!"
-
-	para "I'm just on my"
-	line "break."
-	done
-; 0xa0e29
-
-UnknownText_0xa0e29: ; 0xa0e29
-	text $14, "!"
-	line "Hi, it's BUENA!"
-
-	para "I couldn't sleep,"
-	line "so I called you."
-	done
-; 0xa0e5e
-
-UnknownText_0xa0e5e: ; 0xa0e5e
-	text "Oh. Hi, ", $14, "!"
-
-	para "You are how?"
-
-	para "Aiyee! This isn't"
-	line "the time for me to"
-
-	para "be cracking silly"
-	line "gag greetings!"
-
-	para "The RADIO TOWER is"
-	line "in deep trouble!"
-
-	para $14, ", you'd"
-	line "better be careful!"
-	done
-; 0xa0efb
-
-UnknownText_0xa0efb: ; 0xa0efb
-	text "The other day, I"
-	line "went out to eat"
-
-	para "with DJ BEN!"
-	line "Isn't it great?"
-
-	para "Not only that, he"
-	line "said the music on"
-
-	para "my program is"
-	line "cool!"
-
-	para "Oh, wow! Like,"
-	line "what should I do?"
-
-	para "…Oops, I have to"
-	line "get ready for my"
-
-	para "show! I'll catch"
-	line "you later!"
-	done
-; 0xa0fcf
-
-UnknownText_0xa0fcf: ; 0xa0fcf
-	text "You know the"
-	line "receptionist at"
-	cont "the RADIO TOWER?"
-
-	para "'Welcome,' is all"
-	line "she ever says."
-
-	para "But she's really"
-	line "the chattiest"
-
-	para "person at the"
-	line "RADIO TOWER."
-
-	para "So she must be"
-	line "holding back."
-
-	para "Isn't that fun to"
-	line "know?"
-
-	para "Catch you later!"
-	done
-; 0xa109d
-
-UnknownText_0xa109d: ; 0xa109d
-	text "Tell me, ", $14, "."
-	line "Have you ever won"
-
-	para "a prize on the"
-	line "LUCKY NUMBER SHOW?"
-
-	para "REED moans that"
-	line "he's never won, so"
-
-	para "he vows to keep"
-	line "the show on the"
-	cont "air till he does."
-
-	para "Let's chat again!"
-	done
-; 0xa1143
-
-UnknownText_0xa1143: ; 0xa1143
-	text "You know, last"
-	line "night…"
-
-	para "I was so stressed"
-	line "out from work, I"
-
-	para "ate a ton of junk"
-	line "food!"
-
-	para "MARY and I have"
-	line "this deal about"
-	cont "losing weight…"
-
-	para "This won't do…"
-
-	para "Huh? What's the"
-	line "weight?"
-
-	para "This has to be a"
-	line "total secret!"
-
-	para "MARY weighs…"
-
-	para "Aiyee! M-MARY!"
-
-	para "Uh… Um… I… Sorry,"
-	line "wrong number!"
-	done
-; 0xa1244
-
-UnknownText_0xa1244: ; 0xa1244
-	text "Yesterday, PROF."
-	line "OAK was in the"
-
-	para "studio to tape his"
-	line "show."
-
-	para "So I went over and"
-	line "introduced myself."
-
-	para "Get this--he tunes"
-	line "in to my program!"
-
-	para "Oh! Here comes"
-	line "PROF.OAK again!"
-
-	para "I'm going to chat"
-	line "him up again!"
-
-	para "Catch you later!"
-	done
-; 0xa1318
-
-UnknownText_0xa1318: ; 0xa1318
-	text "…Cough, cough!"
-
-	para "Uhm sorry uh got"
-	line "uh code dite now."
-
-	para "Buh uma pro so uh"
-	line "hav to cover id ub"
-
-	para "so no un notice"
-	line "while uhm on air."
-
-	para "Uh fidz muh voice"
-	line "now."
-
-	para "I'll catch you on"
-	line "the fly. This has"
-	cont "been BUENA!"
-	done
-; 0xa13d8
-
-UnknownText_0xa13d8: ; 0xa13d8
-	text "Hey, ", $14, "."
-	line "You won that RADIO"
-
-	para "CARD by beating"
-	line "the quiz at the"
-
-	para "reception desk,"
-	line "didn't you?"
-
-	para "Guess what? I made"
-	line "up the questions!"
-
-	para "…Were they too"
-	line "easy for you?"
-
-	para "Well, let's chat"
-	line "again!"
-	done
-; 0xa1488
-
-UnknownText_0xa1488: ; 0xa1488
-	text "I'm elated that"
-	line "more people are"
-
-	para "taking part in my"
-	line "PASSWORD show."
-
-	para "But when PIKACHU"
-	line "was the password,"
-
-	para "it was uh… whew…"
-	line "overwhelming."
-
-	para "FAN CLUB people"
-	line "came in out in"
-
-	para "droves, shouting"
-	line "'PIKACHU!' over"
-
-	para "and over. I mean,"
-	line "they were loud."
-
-	para "Anyone tuning in"
-	line "around then must"
-
-	para "have been shocked"
-	line "by the racket!"
-
-	para "Anyway, back to"
-	line "work for me!"
-
-	para "Let's chat again!"
-	done
-; 0xa15de
-
-UnknownText_0xa15de: ; 0xa15de
-	text "Guess what?"
-	line "The RADIO TOWER's"
-
-	para "DIRECTOR is a big"
-	line "fan of TV!"
-
-	para "A while ago, a"
-	line "fashion show on TV"
-
-	para "said that black"
-	line "suits were in."
-
-	para "Now all he wears"
-	line "are black suits."
-
-	para "But it's a secret"
-	line "that our DIRECTOR"
-
-	para "is a TV fan, so if"
-	line "you see him, don't"
-
-	para "you dare mention"
-	line "it!"
-
-	para "Oh! The DIRECTOR"
-	line "will be here soon!"
-
-	para "Later! Tune into"
-	line "my show!"
-	done
-; 0xa1717
-
-UnknownText_0xa1717: ; 0xa1717
-	text $14, ", tell me."
-
-	para "When do you relax"
-	line "the most?"
-
-	para "For me, it has to"
-	line "be in the studio"
-
-	para "right after my"
-	line "show, enjoying a"
-
-	para "nice cup of tea."
-	line "It's so pleasant"
-
-	para "that it gradually"
-	line "makes me drowsy…"
-
-	para $56, " ", $56, " ", $56
-
-	para $56, " ", $56, " ", $56, "Zzz"
-
-	para "Oops, I drifted"
-	line "off just thinking"
-
-	para "about it! How, uh…"
-	line "embarrassing!"
-
-	para "Please forget this"
-	line "happened! Later!"
-	done
-; 0xa183d
-
-UnknownText_0xa183d: ; 0xa183d
-	text $14, ", what was"
-	line "the first #MON"
-	cont "you ever caught?"
-
-	para "…Oh, really?"
-
-	para "I've seen lots of"
-	line "#MON around,"
-
-	para "but I've never"
-	line "caught one."
-
-	para "I should give it a"
-	line "try sometime."
-
-	para "Did you know that"
-	line "the first #MON"
-
-	para "MARY caught was a"
-	line "DROWZEE?"
-
-	para "Isn't that so out"
-	line "of character?"
-
-	para "But MARY's DROWZEE"
-	line "kept making her"
-
-	para "fall asleep on the"
-	line "job, so she traded"
-
-	para "with a fan for a"
-	line "MEOWTH."
-
-	para "Let's chat about"
-	line "#MON again!"
-
-	para "Bye-bye!"
-	done
-; 0xa19b1
-
-UnknownText_0xa19b1: ; 0xa19b1
-	text "Guess what? All of"
-	line "us from the RADIO"
-
-	para "TOWER are going on"
-	line "a company vacation"
-
-	para "to the RADIO TOWER"
-	line "in LAVENDER."
-
-	para "We're wasting our"
-	line "vacation on a trip"
-
-	para "to another RADIO"
-	line "TOWER?"
-
-	para "I'd much rather go"
-	line "to the beach!"
-
-	para $14, ", I hope"
-	line "you have enough"
-
-	para "fun for both of us"
-	line "on your journey!"
-
-	para "Bye-bye!"
-	done
-; 0xa1ac0
-
-UnknownText_0xa1ac0: ; 0xa1ac0
-	text "Did you know…?"
-
-	para "BEN and FERN talk"
-	line "on the phone for"
-
-	para "hours about what"
-	line "#MON music they"
-
-	para "should play on"
-	line "different days of"
-	cont "the week."
-
-	para "One time, FERN's"
-	line "rapping style kind"
-
-	para "of rubbed off on"
-	line "BEN weirdly."
-
-	para "So we ended up"
-	line "enduring BEN's"
-
-	para "silly, chilly, a"
-	line "willy-nilly jive-"
-	cont "talking shtick for"
-	cont "a while."
-
-	para "Let's chat again!"
-	done
-; 0xa1bed
-
-UnknownText_0xa1bed: ; 0xa1bed
-	text "I'm going shopping"
-	line "with MARY and LILY"
-	cont "soon."
-
-	para "It'll be great if"
-	line "GOLDENROD DEPT."
-
-	para "STORE has a sale"
-	line "on when we go…"
-
-	para $14, ", maybe we"
-	line "can hook up too!"
-
-	para "Catch you later!"
-	done
-; 0xa1c88
-
-UnknownText_0xa1c88: ; 0xa1c88
-	text "I'm thinking of"
-	line "going to the GAME"
-
-	para "CORNER tomorrow."
-	line "It's been a while."
-
-	para "You see, I have my"
-	line "favorite machine…"
-
-	para "It pays out a lot,"
-	line "I kid you not!"
-
-	para "Huh? Nuh-uh, it's"
-	line "my secret!"
-
-	para "You have to find"
-	line "it yourself!"
-
-	para "Catch you later!"
-	done
-; 0xa1d5f
-
-UnknownText_0xa1d5f: ; 0xa1d5f
-	text "Hey, ", $14, ". You"
-	line "use your #GEAR"
-
-	para "to listen to the"
-	line "radio, right?"
-
-	para "I heard that you"
-	line "can even display"
-
-	para "town maps with"
-	line "#GEAR."
-
-	para "I have a bad sense"
-	line "of direction, so"
-
-	para "#GEAR would be"
-	line "handy…"
-
-	para "Anyway, thanks for"
-	line "calling! Later!"
-	done
-; 0xa1e2f
-
-UnknownText_0xa1e2f: ; 0xa1e2f
-	text "Is it sunny"
-	line "outside today?"
-
-	para "When you're cooped"
-	line "up in the RADIO"
-
-	para "TOWER as much as I"
-	line "am, you lose touch"
-
-	para "with the outside."
-	line "It can be boring."
-
-	para "Please call again!"
-	done
-; 0xa1eca
-
--- /dev/null
+++ b/text/phone/buena.asm
@@ -1,0 +1,551 @@
+UnknownText_0xa0c28: ; 0xa0c28
+	text "Hi, this is BUENA…"
+
+	para "Oh! Good morning,"
+	line $14, "!"
+
+	para "I'm kind of foggy"
+	line "in the morning…"
+	done
+; 0xa0c72
+
+UnknownText_0xa0c72: ; 0xa0c72
+	text "Hi, this is BUENA…"
+	line "Oh! Hi, ", $14, "!"
+
+	para "Do you tune into"
+	line "BUENA's show?"
+	done
+; 0xa0caf
+
+UnknownText_0xa0caf: ; 0xa0caf
+	text "This is BUENA."
+	line "I can't come to"
+
+	para "the phone right"
+	line "now."
+
+	para "If you want to"
+	line "chat, tune into"
+
+	para "BUENA's PASSWORD"
+	line "on the radio and"
+
+	para "give me a call"
+	line "after midnight!"
+	done
+; 0xa0d42
+
+UnknownText_0xa0d42: ; 0xa0d42
+	text "Hi, this is BUENA…"
+	line "Oh! Hi, ", $14, "!"
+
+	para "I just got off"
+	line "work. "
+
+	para "Let me tell you,"
+	line "I'm exhausted!"
+	done
+; 0xa0d96
+
+UnknownText_0xa0d96: ; 0xa0d96
+	text $14, "!"
+	line "Hi, it's BUENA!"
+
+	para "I got up early, so"
+	line "I decided to call!"
+	done
+; 0xa0dcf
+
+UnknownText_0xa0dcf: ; 0xa0dcf
+	text $14, "!"
+	line "Hi, it's BUENA!"
+
+	para "I needed someone"
+	line "to chat with!"
+	done
+; 0xa0e01
+
+UnknownText_0xa0e01: ; 0xa0e01
+	text $14, "!"
+	line "Hi, it's BUENA!"
+
+	para "I'm just on my"
+	line "break."
+	done
+; 0xa0e29
+
+UnknownText_0xa0e29: ; 0xa0e29
+	text $14, "!"
+	line "Hi, it's BUENA!"
+
+	para "I couldn't sleep,"
+	line "so I called you."
+	done
+; 0xa0e5e
+
+UnknownText_0xa0e5e: ; 0xa0e5e
+	text "Oh. Hi, ", $14, "!"
+
+	para "You are how?"
+
+	para "Aiyee! This isn't"
+	line "the time for me to"
+
+	para "be cracking silly"
+	line "gag greetings!"
+
+	para "The RADIO TOWER is"
+	line "in deep trouble!"
+
+	para $14, ", you'd"
+	line "better be careful!"
+	done
+; 0xa0efb
+
+UnknownText_0xa0efb: ; 0xa0efb
+	text "The other day, I"
+	line "went out to eat"
+
+	para "with DJ BEN!"
+	line "Isn't it great?"
+
+	para "Not only that, he"
+	line "said the music on"
+
+	para "my program is"
+	line "cool!"
+
+	para "Oh, wow! Like,"
+	line "what should I do?"
+
+	para "…Oops, I have to"
+	line "get ready for my"
+
+	para "show! I'll catch"
+	line "you later!"
+	done
+; 0xa0fcf
+
+UnknownText_0xa0fcf: ; 0xa0fcf
+	text "You know the"
+	line "receptionist at"
+	cont "the RADIO TOWER?"
+
+	para "'Welcome,' is all"
+	line "she ever says."
+
+	para "But she's really"
+	line "the chattiest"
+
+	para "person at the"
+	line "RADIO TOWER."
+
+	para "So she must be"
+	line "holding back."
+
+	para "Isn't that fun to"
+	line "know?"
+
+	para "Catch you later!"
+	done
+; 0xa109d
+
+UnknownText_0xa109d: ; 0xa109d
+	text "Tell me, ", $14, "."
+	line "Have you ever won"
+
+	para "a prize on the"
+	line "LUCKY NUMBER SHOW?"
+
+	para "REED moans that"
+	line "he's never won, so"
+
+	para "he vows to keep"
+	line "the show on the"
+	cont "air till he does."
+
+	para "Let's chat again!"
+	done
+; 0xa1143
+
+UnknownText_0xa1143: ; 0xa1143
+	text "You know, last"
+	line "night…"
+
+	para "I was so stressed"
+	line "out from work, I"
+
+	para "ate a ton of junk"
+	line "food!"
+
+	para "MARY and I have"
+	line "this deal about"
+	cont "losing weight…"
+
+	para "This won't do…"
+
+	para "Huh? What's the"
+	line "weight?"
+
+	para "This has to be a"
+	line "total secret!"
+
+	para "MARY weighs…"
+
+	para "Aiyee! M-MARY!"
+
+	para "Uh… Um… I… Sorry,"
+	line "wrong number!"
+	done
+; 0xa1244
+
+UnknownText_0xa1244: ; 0xa1244
+	text "Yesterday, PROF."
+	line "OAK was in the"
+
+	para "studio to tape his"
+	line "show."
+
+	para "So I went over and"
+	line "introduced myself."
+
+	para "Get this--he tunes"
+	line "in to my program!"
+
+	para "Oh! Here comes"
+	line "PROF.OAK again!"
+
+	para "I'm going to chat"
+	line "him up again!"
+
+	para "Catch you later!"
+	done
+; 0xa1318
+
+UnknownText_0xa1318: ; 0xa1318
+	text "…Cough, cough!"
+
+	para "Uhm sorry uh got"
+	line "uh code dite now."
+
+	para "Buh uma pro so uh"
+	line "hav to cover id ub"
+
+	para "so no un notice"
+	line "while uhm on air."
+
+	para "Uh fidz muh voice"
+	line "now."
+
+	para "I'll catch you on"
+	line "the fly. This has"
+	cont "been BUENA!"
+	done
+; 0xa13d8
+
+UnknownText_0xa13d8: ; 0xa13d8
+	text "Hey, ", $14, "."
+	line "You won that RADIO"
+
+	para "CARD by beating"
+	line "the quiz at the"
+
+	para "reception desk,"
+	line "didn't you?"
+
+	para "Guess what? I made"
+	line "up the questions!"
+
+	para "…Were they too"
+	line "easy for you?"
+
+	para "Well, let's chat"
+	line "again!"
+	done
+; 0xa1488
+
+UnknownText_0xa1488: ; 0xa1488
+	text "I'm elated that"
+	line "more people are"
+
+	para "taking part in my"
+	line "PASSWORD show."
+
+	para "But when PIKACHU"
+	line "was the password,"
+
+	para "it was uh… whew…"
+	line "overwhelming."
+
+	para "FAN CLUB people"
+	line "came in out in"
+
+	para "droves, shouting"
+	line "'PIKACHU!' over"
+
+	para "and over. I mean,"
+	line "they were loud."
+
+	para "Anyone tuning in"
+	line "around then must"
+
+	para "have been shocked"
+	line "by the racket!"
+
+	para "Anyway, back to"
+	line "work for me!"
+
+	para "Let's chat again!"
+	done
+; 0xa15de
+
+UnknownText_0xa15de: ; 0xa15de
+	text "Guess what?"
+	line "The RADIO TOWER's"
+
+	para "DIRECTOR is a big"
+	line "fan of TV!"
+
+	para "A while ago, a"
+	line "fashion show on TV"
+
+	para "said that black"
+	line "suits were in."
+
+	para "Now all he wears"
+	line "are black suits."
+
+	para "But it's a secret"
+	line "that our DIRECTOR"
+
+	para "is a TV fan, so if"
+	line "you see him, don't"
+
+	para "you dare mention"
+	line "it!"
+
+	para "Oh! The DIRECTOR"
+	line "will be here soon!"
+
+	para "Later! Tune into"
+	line "my show!"
+	done
+; 0xa1717
+
+UnknownText_0xa1717: ; 0xa1717
+	text $14, ", tell me."
+
+	para "When do you relax"
+	line "the most?"
+
+	para "For me, it has to"
+	line "be in the studio"
+
+	para "right after my"
+	line "show, enjoying a"
+
+	para "nice cup of tea."
+	line "It's so pleasant"
+
+	para "that it gradually"
+	line "makes me drowsy…"
+
+	para $56, " ", $56, " ", $56
+
+	para $56, " ", $56, " ", $56, "Zzz"
+
+	para "Oops, I drifted"
+	line "off just thinking"
+
+	para "about it! How, uh…"
+	line "embarrassing!"
+
+	para "Please forget this"
+	line "happened! Later!"
+	done
+; 0xa183d
+
+UnknownText_0xa183d: ; 0xa183d
+	text $14, ", what was"
+	line "the first #MON"
+	cont "you ever caught?"
+
+	para "…Oh, really?"
+
+	para "I've seen lots of"
+	line "#MON around,"
+
+	para "but I've never"
+	line "caught one."
+
+	para "I should give it a"
+	line "try sometime."
+
+	para "Did you know that"
+	line "the first #MON"
+
+	para "MARY caught was a"
+	line "DROWZEE?"
+
+	para "Isn't that so out"
+	line "of character?"
+
+	para "But MARY's DROWZEE"
+	line "kept making her"
+
+	para "fall asleep on the"
+	line "job, so she traded"
+
+	para "with a fan for a"
+	line "MEOWTH."
+
+	para "Let's chat about"
+	line "#MON again!"
+
+	para "Bye-bye!"
+	done
+; 0xa19b1
+
+UnknownText_0xa19b1: ; 0xa19b1
+	text "Guess what? All of"
+	line "us from the RADIO"
+
+	para "TOWER are going on"
+	line "a company vacation"
+
+	para "to the RADIO TOWER"
+	line "in LAVENDER."
+
+	para "We're wasting our"
+	line "vacation on a trip"
+
+	para "to another RADIO"
+	line "TOWER?"
+
+	para "I'd much rather go"
+	line "to the beach!"
+
+	para $14, ", I hope"
+	line "you have enough"
+
+	para "fun for both of us"
+	line "on your journey!"
+
+	para "Bye-bye!"
+	done
+; 0xa1ac0
+
+UnknownText_0xa1ac0: ; 0xa1ac0
+	text "Did you know…?"
+
+	para "BEN and FERN talk"
+	line "on the phone for"
+
+	para "hours about what"
+	line "#MON music they"
+
+	para "should play on"
+	line "different days of"
+	cont "the week."
+
+	para "One time, FERN's"
+	line "rapping style kind"
+
+	para "of rubbed off on"
+	line "BEN weirdly."
+
+	para "So we ended up"
+	line "enduring BEN's"
+
+	para "silly, chilly, a"
+	line "willy-nilly jive-"
+	cont "talking shtick for"
+	cont "a while."
+
+	para "Let's chat again!"
+	done
+; 0xa1bed
+
+UnknownText_0xa1bed: ; 0xa1bed
+	text "I'm going shopping"
+	line "with MARY and LILY"
+	cont "soon."
+
+	para "It'll be great if"
+	line "GOLDENROD DEPT."
+
+	para "STORE has a sale"
+	line "on when we go…"
+
+	para $14, ", maybe we"
+	line "can hook up too!"
+
+	para "Catch you later!"
+	done
+; 0xa1c88
+
+UnknownText_0xa1c88: ; 0xa1c88
+	text "I'm thinking of"
+	line "going to the GAME"
+
+	para "CORNER tomorrow."
+	line "It's been a while."
+
+	para "You see, I have my"
+	line "favorite machine…"
+
+	para "It pays out a lot,"
+	line "I kid you not!"
+
+	para "Huh? Nuh-uh, it's"
+	line "my secret!"
+
+	para "You have to find"
+	line "it yourself!"
+
+	para "Catch you later!"
+	done
+; 0xa1d5f
+
+UnknownText_0xa1d5f: ; 0xa1d5f
+	text "Hey, ", $14, ". You"
+	line "use your #GEAR"
+
+	para "to listen to the"
+	line "radio, right?"
+
+	para "I heard that you"
+	line "can even display"
+
+	para "town maps with"
+	line "#GEAR."
+
+	para "I have a bad sense"
+	line "of direction, so"
+
+	para "#GEAR would be"
+	line "handy…"
+
+	para "Anyway, thanks for"
+	line "calling! Later!"
+	done
+; 0xa1e2f
+
+UnknownText_0xa1e2f: ; 0xa1e2f
+	text "Is it sunny"
+	line "outside today?"
+
+	para "When you're cooped"
+	line "up in the RADIO"
+
+	para "TOWER as much as I"
+	line "am, you lose touch"
+
+	para "with the outside."
+	line "It can be boring."
+
+	para "Please call again!"
+	done
+; 0xa1eca
+