From 1ac5a723929168cfd7d208e1e8f0809fd9e699ad Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 15 Jan 2013 18:03:45 -0500 Subject: [PATCH] bank 6c text --- main.asm | 978 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 965 insertions(+), 13 deletions(-) diff --git a/main.asm b/main.asm index a36677dcc..3596b39cf 100644 --- a/main.asm +++ b/main.asm @@ -84933,11 +84933,13 @@ PokeCenterNurseScript: ; bc09c ; Different text if we're in the com center checkbit1 $032a iftrue .morn_comcenter - 3writetext $6c, $4000 ; Good morning! Welcome to ... +; Good morning! Welcome to ... + 3writetext BANK(UnknownText_0x1b0000), UnknownText_0x1b0000 keeptextopen 2jump .heal .morn_comcenter - 3writetext $6c, $408a ; Good morning! This is the ... +; Good morning! This is the ... + 3writetext BANK(UnknownText_0x1b008a), UnknownText_0x1b008a keeptextopen 2jump .heal @@ -84945,11 +84947,13 @@ PokeCenterNurseScript: ; bc09c ; Different text if we're in the com center checkbit1 $032a iftrue .day_comcenter - 3writetext $6c, $402b ; Hello! Welcome to ... +; Hello! Welcome to ... + 3writetext BANK(UnknownText_0x1b002b), UnknownText_0x1b002b keeptextopen 2jump .heal .day_comcenter - 3writetext $6c, $40d6 ; Hello! This is the ... +; Hello! This is the ... + 3writetext BANK(UnknownText_0x1b00d6), UnknownText_0x1b00d6 keeptextopen 2jump .heal @@ -84957,11 +84961,13 @@ PokeCenterNurseScript: ; bc09c ; Different text if we're in the com center checkbit1 $032a iftrue .nite_comcenter - 3writetext $6c, $404f ; Good evening! You're out late. ... +; Good evening! You're out late. ... + 3writetext BANK(UnknownText_0x1b004f), UnknownText_0x1b004f keeptextopen 2jump .heal .nite_comcenter - 3writetext $6c, $411b ; Good to see you working so late. ... +; Good to see you working so late. ... + 3writetext BANK(UnknownText_0x1b011b), UnknownText_0x1b011b keeptextopen 2jump .heal @@ -84969,11 +84975,11 @@ PokeCenterNurseScript: ; bc09c ; If we come back, don't welcome us to the com center again clearbit1 $032a ; Ask if you want to heal - 3writetext $6c, $417a + 3writetext BANK(UnknownText_0x1b017a), UnknownText_0x1b017a yesorno iffalse .end ; Go ahead and heal - 3writetext $6c, $41bd + 3writetext BANK(UnknownText_0x1b01bd), UnknownText_0x1b01bd pause 20 special $009d ; Turn to the machine @@ -84997,10 +85003,12 @@ PokeCenterNurseScript: ; bc09c special $004e ; SPECIAL_CHECKPOKERUS iftrue .pokerus .done - 3writetext $6c, $41d7 ; Thank you for waiting. ... +; Thank you for waiting. ... + 3writetext BANK(UnknownText_0x1b01d7), UnknownText_0x1b01d7 pause 20 .end - 3writetext $6c, $420b ; We hope to see you again. +; We hope to see you again. + 3writetext BANK(UnknownText_0x1b020b), UnknownText_0x1b020b ; Curtsy spriteface $fe, $1 pause 10 @@ -85017,12 +85025,14 @@ PokeCenterNurseScript: ; bc09c ; this text is never actually seen checkbit1 $032a iftrue .pokerus_comcenter - 3writetext $6c, $4241 ; Your Pokemon appear to be infected +; Your Pokemon appear to be infected ... + 3writetext BANK(UnknownText_0x1b0241), UnknownText_0x1b0241 closetext loadmovesprites 2jump .endpokerus .pokerus_comcenter - 3writetext $6c, $42d6 ; Your Pokemon appear to be infected +; Your Pokemon appear to be infected ... + 3writetext BANK(UnknownText_0x1b02d6), UnknownText_0x1b02d6 closetext loadmovesprites .endpokerus @@ -131722,7 +131732,949 @@ Route28FamousSpeechHouse_MapEventHeader: ; 0x1ae762 SECTION "bank6C",DATA,BANK[$6C] -INCBIN "baserom.gbc",$1b0000,$1b2042 - $1b0000 +UnknownText_0x1b0000: ; 0x1b0000 + db $0, "Good morning!", $4f + db "Welcome to our", $55 + db "#MON CENTER.", $57 +; 0x1b002b + +UnknownText_0x1b002b: ; 0x1b002b + db $0, "Hello!", $4f + db "Welcome to our", $55 + db "#MON CENTER.", $57 +; 0x1b004f + +UnknownText_0x1b004f: ; 0x1b004f + db $0, "Good evening!", $4f + db "You're out late.", $51 + db "Welcome to our", $4f + db "#MON CENTER.", $57 +; 0x1b008a + +UnknownText_0x1b008a: ; 0x1b008a + db $0, "Good morning!", $51 + db "This is the #-", $4f + db "MON COMMUNICATION", $51 + db "CENTER--or the", $4f + db "#COM CENTER.", $57 +; 0x1b00d6 + +UnknownText_0x1b00d6: ; 0x1b00d6 + db $0, "Hello!", $51 + db "This is the #-", $4f + db "MON COMMUNICATION", $51 + db "CENTER--or the", $4f + db "#COM CENTER.", $57 +; 0x1b011b + +UnknownText_0x1b011b: ; 0x1b011b + db $0, "Good to see you", $4f + db "working so late.", $51 + db "This is the #-", $4f + db "MON COMMUNICATION", $51 + db "CENTER--or the", $4f + db "#COM CENTER.", $57 +; 0x1b017a + +UnknownText_0x1b017a: ; 0x1b017a + db $0, "We can heal your", $4f + db "#MON to perfect", $55 + db "health.", $51 + db "Shall we heal your", $4f + db "#MON?", $57 +; 0x1b01bd + +UnknownText_0x1b01bd: ; 0x1b01bd + db $0, "OK, may I see your", $4f + db "#MON?", $57 +; 0x1b01d7 + +UnknownText_0x1b01d7: ; 0x1b01d7 + db $0, "Thank you for", $4f + db "waiting.", $51 + db "Your #MON are", $4f + db "fully healed.", $57 +; 0x1b020b + +UnknownText_0x1b020b: ; 0x1b020b + db $0, "We hope to see you", $4f + db "again.", $57 +; 0x1b0226 + +UnknownText_0x1b0226: ; 0x1b0226 + db $0, "We hope to see you", $4f + db "again.", $57 +; 0x1b0241 + +UnknownText_0x1b0241: ; 0x1b0241 + db $0, "Your #MON", $4f + db "appear to be", $51 + db "infected by tiny", $4f + db "life forms.", $51 + db "Your #MON are", $4f + db "healthy and seem", $55 + db "to be fine.", $51 + db "But we can't tell", $4f + db "you anything more", $51 + db "at a #MON", $4f + db "CENTER.", $57 +; 0x1b02d6 + +UnknownText_0x1b02d6: ; 0x1b02d6 + db $0, "Your #MON", $4f + db "appear to be", $51 + db "infected by tiny", $4f + db "life forms.", $51 + db "Your #MON are", $4f + db "healthy and seem", $55 + db "to be fine.", $51 + db "But we can't tell", $4f + db "you anything more.", $57 +; 0x1b035a + +UnknownText_0x1b035a: ; 0x1b035a + db $0, "It's full of", $4f + db "difficult books.", $57 +; 0x1b0378 + +UnknownText_0x1b0378: ; 0x1b0378 + db $0, "A whole collection", $4f + db "of #MON picture", $55 + db "books!", $57 +; 0x1b03a3 + +UnknownText_0x1b03a3: ; 0x1b03a3 + db $0, "#MON magazines…", $4f + db "#MON PAL,", $51 + db "#MON HANDBOOK,", $4f + db "#MON GRAPH…", $57 +; 0x1b03d9 + +UnknownText_0x1b03d9: ; 0x1b03d9 + db $0, "TEAM ROCKET OATH", $51 + db "Steal #MON for", $4f + db "profit!", $51 + db "Exploit #MON", $4f + db "for profit!", $51 + db "All #MON exist", $4f + db "for the glory of", $55 + db "TEAM ROCKET!", $57 +; 0x1b0448 + +UnknownText_0x1b0448: ; 0x1b0448 + db $0, "What is this?", $51 + db "Oh, it's an", $4f + db "incense burner!", $57 +; 0x1b0472 + +UnknownText_0x1b0472: ; 0x1b0472 + db $0, "Lots of #MON", $4f + db "merchandise!", $57 +; 0x1b048d + +UnknownText_0x1b048d: ; 0x1b048d + db $0, "It's the TOWN MAP.", $57 +; 0x1b04a0 + +UnknownText_0x1b04a0: ; 0x1b04a0 + db $0, "My reflection!", $4f + db "Lookin' good!", $57 +; 0x1b04be + +UnknownText_0x1b04be: ; 0x1b04be + db $0, "It's a TV.", $57 +; 0x1b04c9 + +UnknownText_0x1b04c9: ; 0x1b04c9 + db $0, "#MON JOURNAL", $4f + db "HOME PAGE…", $51 + db "It hasn't been", $4f + db "updated…", $57 +; 0x1b04f9 + +UnknownText_0x1b04f9: ; 0x1b04f9 + db $0, "#MON RADIO!", $51 + db "Call in with your", $4f + db "requests now!", $57 +; 0x1b0526 + +UnknownText_0x1b0526: ; 0x1b0526 + db $0, "There's nothing in", $4f + db "here…", $57 +; 0x1b053f + +UnknownText_0x1b053f: ; 0x1b053f + db $0, "A #MON may be", $4f + db "able to move this.", $57 +; 0x1b0561 + +UnknownText_0x1b0561: ; 0x1b0561 + db $0, "Maybe a #MON", $4f + db "can break this.", $57 +; 0x1b057f + +UnknownText_0x1b057f: ; 0x1b057f + db $0, "Heal Your #MON!", $4f + db "#MON CENTER", $57 +; 0x1b059c + +UnknownText_0x1b059c: ; 0x1b059c + db $0, "For All Your", $4f + db "#MON Needs", $51 + db "#MON MART", $57 +; 0x1b05bf + +UnknownText_0x1b05bf: ; 0x1b05bf + db $0, "We will now judge", $4f + db "the #MON you've", $55 + db "caught.", $51 + db $56, $4f + db $56, $51 + db "We have chosen the", $4f + db "winners!", $51 + db "Are you ready for", $4f + db "this?", $57 +; 0x1b0621 + +UnknownText_0x1b0621: ; 0x1b0621 + db $0, $52, ", the No.@" + text_from_ram $d099 + db $0, $4f + db "finisher, wins", $55 + db "@" + text_from_ram $d0ac + db $0, "!", $57 +; 0x1b0648 + +UnknownText_0x1b0648: ; 0x1b0648 + db $0, $52, " received", $4f + db "@" + text_from_ram $d0ac + db $0, ".", $57 +; 0x1b065b + +UnknownText_0x1b065b: ; 0x1b065b + db $0, "Please join us for", $4f + db "the next Contest!", $57 +; 0x1b0681 + +UnknownText_0x1b0681: ; 0x1b0681 + db $0, "Everyone else gets", $4f + db "a BERRY as a con-", $55 + db "solation prize!", $57 +; 0x1b06b7 + +UnknownText_0x1b06b7: ; 0x1b06b7 + db $0, "We hope you do", $4f + db "better next time.", $57 +; 0x1b06d9 + +UnknownText_0x1b06d9: ; 0x1b06d9 + db $0, "We'll return the", $4f + db "#MON we kept", $51 + db "for you.", $4f + db "Here you go!", $57 +; 0x1b070d + +UnknownText_0x1b070d: ; 0x1b070d + db $0, "Your party's full,", $4f + db "so the #MON was", $51 + db "sent to your BOX", $4f + db "in BILL's PC.", $57 +; 0x1b074e + +UnknownText_0x1b074e: ; 0x1b074e + text_from_ram $d099 + db $0, $4f + db "#MON GYM", $57 +; 0x1b075c + +UnknownText_0x1b075c: ; 0x1b075c + db $0, "LEADER: @" + text_from_ram $d0ac + db $0, $51 + db "WINNING TRAINERS:", $4f + db $52, $57 +; 0x1b077f + +UnknownText_0x1b077f: ; 0x1b077f + db $0, "Welcome to the", $4f + db "GAME CORNER.", $57 +; 0x1b079c + +UnknownText_0x1b079c: ; 0x1b079c + db $0, "Do you need game", $4f + db "coins?", $51 + db "Oh, you don't have", $4f + db "a COIN CASE for", $55 + db "your coins.", $57 +; 0x1b07e3 + +UnknownText_0x1b07e3: ; 0x1b07e3 + db $0, "Do you need some", $4f + db "game coins?", $51 + db "It costs ¥1000 for", $4f + db "50 coins. Do you", $55 + db "want some?", $57 +; 0x1b0830 + +UnknownText_0x1b0830: ; 0x1b0830 + db $0, "Thank you!", $4f + db "Here are 50 coins.", $57 +; 0x1b084f + +UnknownText_0x1b084f: ; 0x1b084f + db $0, "Thank you! Here", $4f + db "are 500 coins.", $57 +; 0x1b086f + +UnknownText_0x1b086f: ; 0x1b086f + db $0, "You don't have", $4f + db "enough money.", $57 +; 0x1b088c + +UnknownText_0x1b088c: ; 0x1b088c + db $0, "Whoops! Your COIN", $4f + db "CASE is full.", $57 +; 0x1b08ad + +UnknownText_0x1b08ad: ; 0x1b08ad + db $0, "No coins for you?", $4f + db "Come again!", $57 +; 0x1b08cc + +UnknownText_0x1b08cc: ; 0x1b08cc + db $0, "Oh? Your PACK is", $4f + db "full.", $51 + db "We'll keep this", $4f + db "for you today, so", $51 + db "come back when you", $4f + db "make room for it.", $57 +; 0x1b092a + +UnknownText_0x1b092a: ; 0x1b092a + db $0, "Wow! You and your", $4f + db "#MON are really", $55 + db "close!", $57 +; 0x1b0954 + +UnknownText_0x1b0954: ; 0x1b0954 + db $0, "#MON get more", $4f + db "friendly if you", $51 + db "spend time with", $4f + db "them.", $57 +; 0x1b0989 + +UnknownText_0x1b0989: ; 0x1b0989 + db $0, "You haven't tamed", $4f + db "your #MON.", $51 + db "If you aren't", $4f + db "nice, it'll pout.", $57 +; 0x1b09c4 + +UnknownText_0x1b09c4: ; 0x1b09c4 + db $0, $52, " registered", $4f + db "@" + text_from_ram $d099 + db $0, "'s number.", $57 +; 0x1b09e1 + +UnknownText_0x1b09e1: ; 0x1b09e1 + db $0, $52, " registered", $4f + db "@" + text_from_ram $d099 + db $0, "'s number.", $57 +; 0x1b09fe + +UnknownText_0x1b09fe: ; 0x1b09fe + db $0, "Your knowledge is", $4f + db "impressive!", $51 + db "I like that!", $51 + db "Want to trade", $4f + db "battle tips?", $51 + db "I'll phone if I", $4f + db "get good info.", $51 + db "Would you tell me", $4f + db "your number?", $57 +; 0x1b0a82 + +UnknownText_0x1b0a82: ; 0x1b0a82 + db $0, "Want to trade", $4f + db "battle tips?", $51 + db "I'll phone if I", $4f + db "get good info.", $51 + db "Would you tell me", $4f + db "your number?", $57 +; 0x1b0adb + +UnknownText_0x1b0adb: ; 0x1b0adb + db $0, "I'll call you if I", $4f + db "hear anything!", $57 +; 0x1b0afd + +UnknownText_0x1b0afd: ; 0x1b0afd + db $0, "Oh, OK. Too bad…", $51 + db "Well, if you ever", $4f + db "want my number,", $55 + db "come see me, OK?", $57 +; 0x1b0b42 + +UnknownText_0x1b0b42: ; 0x1b0b42 + db $0, "Oh?", $4f + db "Your phone's full.", $51 + db "It can't register", $4f + db "my number.", $57 +; 0x1b0b75 + +UnknownText_0x1b0b75: ; 0x1b0b75 + db $0, "Hi, I was waiting", $4f + db "for you to show!", $51 + db "Let's get started", $4f + db "right away!", $57 +; 0x1b0bb6 + +UnknownText_0x1b0bb6: ; 0x1b0bb6 + db $0, "Your MARILL is so", $4f + db "cute and adorable!", $51 + db "You love #MON", $4f + db "just like I do!", $51 + db "Want to trade", $4f + db "phone numbers?", $51 + db "Let's chat! It'll", $4f + db "be so much fun!", $57 +; 0x1b0c37 + +UnknownText_0x1b0c37: ; 0x1b0c37 + db $0, "Your MARILL is so", $4f + db "cute and adorable!", $51 + db "We should chat, it", $4f + db "will be fun.", $51 + db "Can I have your", $4f + db "phone number?", $57 +; 0x1b0c9b + +UnknownText_0x1b0c9b: ; 0x1b0c9b + db $0, "To be honest, I", $4f + db "want a MARILL.", $51 + db "But I make do with", $4f + db "my cute SNUBBULL.", $57 +; 0x1b0ce0 + +UnknownText_0x1b0ce0: ; 0x1b0ce0 + db $0, "Oh… That's", $4f + db "disappointing…", $51 + db "Goodbye, MARILL…", $57 +; 0x1b0d0b + +UnknownText_0x1b0d0b: ; 0x1b0d0b + db $0, "Oh? Your phone's", $4f + db "memory is full.", $57 +; 0x1b0d2c + +UnknownText_0x1b0d2c: ; 0x1b0d2c + db $0, "Oh? ", $52, "? ", $4f + db "I waited here for", $51 + db "you. I brought you", $4f + db "a little gift.", $57 +; 0x1b0d69 + +UnknownText_0x1b0d69: ; 0x1b0d69 + db $0, "Oh?", $4f + db "You have no room.", $51 + db "Please come back", $4f + db "for it later.", $57 +; 0x1b0d9f + +UnknownText_0x1b0d9f: ; 0x1b0d9f + db $0, "Cool! That's the", $4f + db "first time I've", $55 + db "lost in a while!", $51 + db "Hey, give me your", $4f + db "phone number.", $51 + db "You'd be fun to", $4f + db "battle, so I'll", $51 + db "call you when I", $4f + db "get stronger!", $57 +; 0x1b0e2c + +UnknownText_0x1b0e2c: ; 0x1b0e2c + db $0, "Hey, give me your", $4f + db "phone number.", $51 + db "You'd be fun to", $4f + db "battle, so I'll", $51 + db "call you when I", $4f + db "get stronger!", $57 +; 0x1b0e89 + +UnknownText_0x1b0e89: ; 0x1b0e89 + db $0, "Hey, let's battle", $4f + db "again!", $57 +; 0x1b0ea2 + +UnknownText_0x1b0ea2: ; 0x1b0ea2 + db $0, "Looks like you're", $4f + db "a wimp…", $57 +; 0x1b0ebc + +UnknownText_0x1b0ebc: ; 0x1b0ebc + db $0, "Hey! Your phone's", $4f + db "already full!", $57 +; 0x1b0edc + +UnknownText_0x1b0edc: ; 0x1b0edc + db $0, "Hey! I'm tired of", $4f + db "waiting for you!", $57 +; 0x1b0eff + +UnknownText_0x1b0eff: ; 0x1b0eff + db $0, "Oh… Your PACK's", $4f + db "full. I'll give it", $55 + db "to you later.", $57 +; 0x1b0f2f + +UnknownText_0x1b0f2f: ; 0x1b0f2f + db $0, "Man! You're as", $4f + db "tough as ever!", $51 + db "I've battled you", $4f + db "over and over, but", $51 + db $52, ", I haven't", $4f + db "won once.", $51 + db "I bought tons of", $4f + db "items to toughen", $51 + db "up my #MON, but", $4f + db "to no avail…", $51 + db "Items alone aren't", $4f + db "the answer.", $51 + db "That must be what", $4f + db "it is…", $51 + db "Here, take this,", $4f + db $52, ".", $51 + db "I won't be needing", $4f + db "it anymore…", $57 +; 0x1b102e + +UnknownText_0x1b102e: ; 0x1b102e + db $0, "Wow, you're tough.", $4f + db "I haven't battled", $51 + db "that seriously in", $4f + db "a long time.", $51 + db "Could I get your", $4f + db "phone number?", $51 + db "I'd like to battle", $4f + db "again when I heal", $51 + db "@" + text_from_ram $d0ac + db $0, " and the", $4f + db "rest of my team.", $57 +; 0x1b10d3 + +UnknownText_0x1b10d3: ; 0x1b10d3 + db $0, "Could I get your", $4f + db "phone number?", $51 + db "I'd like to battle", $4f + db "again when I heal", $51 + db "@" + text_from_ram $d0ac + db $0, " and the", $4f + db "rest of my team.", $57 +; 0x1b1136 + +UnknownText_0x1b1136: ; 0x1b1136 + db $0, "How should I beat", $4f + db "you? I'm tormented", $51 + db "by those thoughts", $4f + db "all the time…", $57 +; 0x1b117b + +UnknownText_0x1b117b: ; 0x1b117b + db $0, "OK… I understand…", $4f + db "But if you change", $51 + db "your mind, give me", $4f + db "a shout anytime.", $57 +; 0x1b11c4 + +UnknownText_0x1b11c4: ; 0x1b11c4 + db $0, "Your phone's", $4f + db "memory is full.", $51 + db "You can't register", $4f + db "my number.", $57 +; 0x1b11fe + +UnknownText_0x1b11fe: ; 0x1b11fe + db $0, "Hi! I've been", $4f + db "waiting for you!", $51 + db "This time, I'm", $4f + db "going to win!", $57 +; 0x1b1239 + +UnknownText_0x1b1239: ; 0x1b1239 + db $0, "It's been a while", $4f + db "since I lost…", $51 + db "You're very good", $4f + db "at battling.", $51 + db "We should battle", $4f + db "again sometime.", $51 + db "By challenging a", $4f + db "tough trainer like", $51 + db "you, I think I can", $4f + db "get better too.", $51 + db "So how about it?", $51 + db "Would you give me", $4f + db "your phone number?", $57 +; 0x1b1314 + +UnknownText_0x1b1314: ; 0x1b1314 + db $0, "By challenging a", $4f + db "tough trainer like", $51 + db "you, I think I can", $4f + db "get better too.", $51 + db "So how about it?", $51 + db "Would you give me", $4f + db "your phone number?", $57 +; 0x1b1392 + +UnknownText_0x1b1392: ; 0x1b1392 + db $0, "Let's battle again", $4f + db "sometime!", $57 +; 0x1b13af + +UnknownText_0x1b13af: ; 0x1b13af + db $0, "That's too bad…", $51 + db "Let me know if you", $4f + db "change your mind.", $57 +; 0x1b13e4 + +UnknownText_0x1b13e4: ; 0x1b13e4 + db $0, "Oh no. Your phone", $4f + db "is out of memory.", $57 +; 0x1b1409 + +UnknownText_0x1b1409: ; 0x1b1409 + db $0, "You sure kept me", $4f + db "waiting! Let's go!", $57 +; 0x1b142d + +UnknownText_0x1b142d: ; 0x1b142d + db $0, "If my @" + text_from_ram $d0ac + db $0, $4f + db "sees anything", $51 + db "pretty, it goes", $4f + db "and gets it.", $51 + db "Do you like pretty", $4f + db "things?", $51 + db "I could share if", $4f + db "it gets some more.", $51 + db "What's your phone", $4f + db "number? I'll call.", $51 + db "Don't expect a", $4f + db "whole lot, OK?", $57 +; 0x1b14e4 + +UnknownText_0x1b14e4: ; 0x1b14e4 + db $0, "Do you like pretty", $4f + db "things?", $51 + db "I could share if", $4f + db "FARFETCH'D goes", $55 + db "and gets more.", $51 + db "What's your phone", $4f + db "number? I'll call.", $57 +; 0x1b1553 + +UnknownText_0x1b1553: ; 0x1b1553 + db $0, "I'll call you as", $4f + db "soon as I get", $55 + db "something pretty.", $57 +; 0x1b1584 + +UnknownText_0x1b1584: ; 0x1b1584 + db $0, "You sure? Well,", $4f + db "tell me if you", $55 + db "change your mind.", $57 +; 0x1b15b6 + +UnknownText_0x1b15b6: ; 0x1b15b6 + db $0, "Huh? Your phone", $4f + db "list is full.", $57 +; 0x1b15d5 + +UnknownText_0x1b15d5: ; 0x1b15d5 + db $0, "Tweet! Tweeeet!", $51 + db "Kept me waiting!", $4f + db "Go, FARFETCH'D!", $57 +; 0x1b1607 + +UnknownText_0x1b1607: ; 0x1b1607 + db $0, "Kept me waiting!", $4f + db "Look, this is it!", $51 + db "See? Isn't it some", $4f + db "kind of pretty?", $57 +; 0x1b164d + +UnknownText_0x1b164d: ; 0x1b164d + db $0, "Huh? You don't", $4f + db "have anywhere to", $51 + db "put this. Better", $4f + db "come back for it.", $57 +; 0x1b1690 + +UnknownText_0x1b1690: ; 0x1b1690 + db $0, "Not bad…", $4f + db "It's something to", $51 + db "beat me, even by", $4f + db "an unlikely fluke…", $51 + db "I like you! Give", $4f + db "me your number!", $51 + db "You can be my", $4f + db "practice partner!", $57 +; 0x1b1710 + +UnknownText_0x1b1710: ; 0x1b1710 + db $0, "Give me your phone", $4f + db "number!", $51 + db "You are going to", $4f + db "be my practice", $55 + db "partner!", $57 +; 0x1b1755 + +UnknownText_0x1b1755: ; 0x1b1755 + db $0, "Don't be too proud", $4f + db "about beating me!", $51 + db "It was a fluke!", $57 +; 0x1b178a + +UnknownText_0x1b178a: ; 0x1b178a + db $0, "I don't believe", $4f + db "it! You're going", $55 + db "to regret this!", $57 +; 0x1b17ba + +UnknownText_0x1b17ba: ; 0x1b17ba + db $0, "What? Your phone", $4f + db "list has no room!", $57 +; 0x1b17de + +UnknownText_0x1b17de: ; 0x1b17de + db $0, "What took you?", $4f + db "Start right away!", $57 +; 0x1b1800 + +UnknownText_0x1b1800: ; 0x1b1800 + db $0, "Listen, can I get", $4f + db "your phone number?", $51 + db "I'll ring you for", $4f + db "some battles.", $51 + db "I'm a rookie too, ", $4f + db "so I think it'd be", $55 + db "a good motivator.", $57 +; 0x1b187b + +UnknownText_0x1b187b: ; 0x1b187b + db $0, "Can I get your", $4f + db "phone number?", $51 + db "I don't want to", $4f + db "lose against you!", $51 + db "We have to battle", $4f + db "again, OK?", $57 +; 0x1b18d7 + +UnknownText_0x1b18d7: ; 0x1b18d7 + db $0, "I'll ring you", $4f + db "whenever I get the", $55 + db "urge to battle!", $57 +; 0x1b1908 + +UnknownText_0x1b1908: ; 0x1b1908 + db $0, "Oh, all right…", $51 + db "But I won't lose", $4f + db "to you again!", $57 +; 0x1b1936 + +UnknownText_0x1b1936: ; 0x1b1936 + db $0, "Huh, what? Your", $4f + db "phone's full.", $57 +; 0x1b1954 + +UnknownText_0x1b1954: ; 0x1b1954 + db $0, "I've been waiting!", $4f + db "Let's battle now!", $57 +; 0x1b1978 + +UnknownText_0x1b1978: ; 0x1b1978 + db $0, "Hey, wait! Your", $4f + db "PACK is stuffed!", $51 + db "Well, we'll leave", $4f + db "it till next time.", $57 +; 0x1b19be + +UnknownText_0x1b19be: ; 0x1b19be + db $0, "And yet another", $4f + db "loss…", $51 + db "No doubt about", $4f + db "it--you're tough.", $51 + db "Being beaten this", $4f + db "often actually", $55 + db "feels good now!", $51 + db "Here, take this. ", $4f + db "Use it to get even", $51 + db "tougher. That will", $4f + db "toughen me up too!", $57 +; 0x1b1a71 + +UnknownText_0x1b1a71: ; 0x1b1a71 + db $0, "You're awesome!", $4f + db "I like you!", $51 + db "I look for #MON", $4f + db "here every day.", $51 + db "When I'm in the", $4f + db "grass, I find all", $55 + db "kinds of BERRIES.", $51 + db "If you'd like,", $4f + db "I'll share some.", $51 + db "Could I get your", $4f + db "phone number?", $57 +; 0x1b1b1d + +UnknownText_0x1b1b1d: ; 0x1b1b1d + db $0, "When I'm in the", $4f + db "grass, I find all", $55 + db "kinds of BERRIES.", $51 + db "If you'd like,", $4f + db "I'll share some.", $51 + db "Could I get your", $4f + db "phone number?", $57 +; 0x1b1b8e + +UnknownText_0x1b1b8e: ; 0x1b1b8e + db $0, "You'll hear from", $4f + db "me as soon as I", $51 + db "find anything that", $4f + db "you might like.", $57 +; 0x1b1bd2 + +UnknownText_0x1b1bd2: ; 0x1b1bd2 + db $0, "Oh well. Don't be", $4f + db "shy if you want to", $55 + db "get my number.", $57 +; 0x1b1c06 + +UnknownText_0x1b1c06: ; 0x1b1c06 + db $0, "Your phone list", $4f + db "has no room for my", $55 + db "number.", $57 +; 0x1b1c32 + +UnknownText_0x1b1c32: ; 0x1b1c32 + db $0, "I was waiting for", $4f + db "you. Let's battle!", $57 +; 0x1b1c57 + +UnknownText_0x1b1c57: ; 0x1b1c57 + db $0, "Good to see you!", $4f + db "See? This is what", $51 + db "I found.", $4f + db "It's for you!", $57 +; 0x1b1c91 + +UnknownText_0x1b1c91: ; 0x1b1c91 + db $0, "Oops, your PACK's", $4f + db "full. Too bad.", $51 + db "You should come", $4f + db "back for it later.", $57 +; 0x1b1cd5 + +UnknownText_0x1b1cd5: ; 0x1b1cd5 + db $0, "Don't young people", $4f + db "fish anymore?", $51 + db "I've seen rare", $4f + db "#MON while I've", $55 + db "been fishing…", $51 + db "You young people", $4f + db "like that, right?", $51 + db "Want to trade", $4f + db "phone numbers?", $51 + db "I'll let you know", $4f + db "if I see anything.", $57 +; 0x1b1d85 + +UnknownText_0x1b1d85: ; 0x1b1d85 + db $0, "Hm? So you do want", $4f + db "me to phone if I", $55 + db "see rare #MON?", $57 +; 0x1b1db9 + +UnknownText_0x1b1db9: ; 0x1b1db9 + db $0, "Yep, phone if I", $4f + db "see rare #MON.", $51 + db "Don't worry, I", $4f + db "won't forget!", $57 +; 0x1b1df4 + +UnknownText_0x1b1df4: ; 0x1b1df4 + db $0, "Oh…", $4f + db "My own kids won't", $51 + db "even give me their", $4f + db "phone numbers…", $51 + db "Is that how young", $4f + db "people are today?", $57 +; 0x1b1e50 + +UnknownText_0x1b1e50: ; 0x1b1e50 + db $0, "Your phone's", $4f + db "memory is full.", $51 + db "It seems that", $4f + db "young people all", $55 + db "have #GEAR.", $57 +; 0x1b1e98 + +UnknownText_0x1b1e98: ; 0x1b1e98 + db $0, "Hey, kid!", $51 + db "No losing for me", $4f + db "this day!", $57 +; 0x1b1ebe + +UnknownText_0x1b1ebe: ; 0x1b1ebe + db $0, "Oh? You're on a", $4f + db "big journey to see", $55 + db "the sights? Neat!", $51 + db "Let's be friends!", $4f + db "Can I have your", $55 + db "phone number?", $51 + db "I want to hear", $4f + db "about everything", $55 + db "you've seen!", $57 +; 0x1b1f4e + +UnknownText_0x1b1f4e: ; 0x1b1f4e + db $0, "Let's be friends!", $4f + db "Can I have your", $55 + db "phone number?", $51 + db "I want to hear", $4f + db "about everything", $55 + db "you've seen!", $57 +; 0x1b1faa + +UnknownText_0x1b1faa: ; 0x1b1faa + db $0, "I'll telephone you", $4f + db "if I hear anything", $55 + db "interesting.", $57 +; 0x1b1fdd + +UnknownText_0x1b1fdd: ; 0x1b1fdd + db $0, "Aww… You won't be", $4f + db "my friend?", $57 +; 0x1b1ffa + +UnknownText_0x1b1ffa: ; 0x1b1ffa + db $0, "Wait! Your phone", $4f + db "list is filled up!", $57 +; 0x1b201f + +UnknownText_0x1b201f: ; 0x1b201f + db $0, "You're late! Let's", $4f + db "get started now!", $57 +; 0x1b2042 + SilverCaveOutside_MapScriptHeader: ; 0x1b2042 ; trigger count