Merge pull request #240 from yenatch/text

text macros
This commit is contained in:
Bryan Bishop
2014-03-08 08:21:26 -06:00
604 changed files with 36468 additions and 24139 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,16 @@
; rgbds macros
text EQUS "db $00," ; Start writing text.
next EQUS "db $4e," ; Move a line down.
line EQUS "db $4f," ; Start writing at the bottom line.
para EQUS "db $51," ; Start a new paragraph.
cont EQUS "db $55," ; Scroll to the next line.
done EQUS "db $57" ; End a text box.
prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some other event).
; Pokedex text commands are only used with pokered.
; They are included for compatibility.
page EQUS "db $50," ; Start a new Pokedex page.
dex EQUS "db $e8, $50" ; End a Pokedex entry.
; macros require rst vectors to be defined ; macros require rst vectors to be defined

View File

@@ -99139,101 +99139,121 @@ Function11a8fa: ; 11a8fa
INCBIN "baserom.gbc",$11a909,$11aa13 - $11a909 INCBIN "baserom.gbc",$11a909,$11aa13 - $11a909
UnknownText_0x11aa13: ; 0x11aa13 UnknownText_0x11aa13: ; 0x11aa13
db $0, "SAVE FILE will be", $4f text "SAVE FILE will be"
db "sent.", $57 line "sent."
done
; 0x11aa2c ; 0x11aa2c
UnknownText_0x11aa2c: ; 0x11aa2c UnknownText_0x11aa2c: ; 0x11aa2c
db $0, "Sent SAVE FILE.", $4f text "Sent SAVE FILE."
db "Reading NEWS…", $57 line "Reading NEWS…"
done
; 0x11aa4b ; 0x11aa4b
UnknownText_0x11aa4b: ; 0x11aa4b UnknownText_0x11aa4b: ; 0x11aa4b
db $0, "Reading NEWS…", $57 text "Reading NEWS…"
done
; 0x11aa5a ; 0x11aa5a
UnknownText_0x11aa5a: ; 0x11aa5a UnknownText_0x11aa5a: ; 0x11aa5a
db $0, "Received NEWS!", $57 text "Received NEWS!"
done
; 0x11aa6a ; 0x11aa6a
UnknownText_0x11aa6a: ; 0x11aa6a UnknownText_0x11aa6a: ; 0x11aa6a
db $0, "Quit reading NEWS?", $57 text "Quit reading NEWS?"
done
; 0x11aa7e ; 0x11aa7e
UnknownText_0x11aa7e: ; 0x11aa7e UnknownText_0x11aa7e: ; 0x11aa7e
db $0, "Canceled sending", $4f text "Canceled sending"
db "SAVE FILE.", $57 line "SAVE FILE."
done
; 0x11aa9b ; 0x11aa9b
UnknownText_0x11aa9b: ; 0x11aa9b UnknownText_0x11aa9b: ; 0x11aa9b
db $0, "ODD EGG", $4f text "ODD EGG"
db "was received!", $57 line "was received!"
done
; 0x11aab2 ; 0x11aab2
UnknownText_0x11aab2: ; 0x11aab2 UnknownText_0x11aab2: ; 0x11aab2
db $0, "Registering your", $4f text "Registering your"
db "record…", $57 line "record…"
done
; 0x11aacc ; 0x11aacc
UnknownText_0x11aacc: ; 0x11aacc UnknownText_0x11aacc: ; 0x11aacc
db $0, "One visit per day", $4f text "One visit per day"
db "per BATTLE ROOM!", $57 line "per BATTLE ROOM!"
done
; 0x11aaf0 ; 0x11aaf0
UnknownText_0x11aaf0: ; 0x11aaf0 UnknownText_0x11aaf0: ; 0x11aaf0
db $0, "A party #MON", $4f text "A party #MON"
db "tops this level.", $57 line "tops this level."
done
; 0x11ab0f ; 0x11ab0f
UnknownText_0x11ab0f: ; 0x11ab0f UnknownText_0x11ab0f: ; 0x11ab0f
text_from_ram $cd49 text_from_ram $cd49
db $0, " may go", $4f text " may go"
db "only to BATTLE", $51 line "only to BATTLE"
db "ROOMS that are", $4f
db "Lv.70 or higher.", $57 para "ROOMS that are"
line "Lv.70 or higher."
done
; 0x11ab4a ; 0x11ab4a
UnknownText_0x11ab4a: ; 0x11ab4a UnknownText_0x11ab4a: ; 0x11ab4a
db $0, "Cancel your BATTLE", $4f text "Cancel your BATTLE"
db "ROOM challenge?", $57 line "ROOM challenge?"
done
; 0x11ab6e ; 0x11ab6e
UnknownText_0x11ab6e: ; 0x11ab6e UnknownText_0x11ab6e: ; 0x11ab6e
db $0, "Exit GYM LEADER", $4f text "Exit GYM LEADER"
db "HONOR ROLL?", $57 line "HONOR ROLL?"
done
; 0x11ab8b ; 0x11ab8b
UnknownText_0x11ab8b: ; 0x11ab8b UnknownText_0x11ab8b: ; 0x11ab8b
db $0, "Linking with the", $4f text "Linking with the"
db "CENTER…", $57 line "CENTER…"
done
; 0x11aba5 ; 0x11aba5
UnknownText_0x11aba5: ; 0x11aba5 UnknownText_0x11aba5: ; 0x11aba5
db $0, "What level do you", $4f text "What level do you"
db "want to challenge?", $57 line "want to challenge?"
done
; 0x11abcb ; 0x11abcb
UnknownText_0x11abcb: ; 0x11abcb UnknownText_0x11abcb: ; 0x11abcb
db $0, "Check BATTLE ROOM", $4f text "Check BATTLE ROOM"
db "list by max level?", $57 line "list by max level?"
done
; 0x11abf1 ; 0x11abf1
UnknownText_0x11abf1: ; 0x11abf1 UnknownText_0x11abf1: ; 0x11abf1
db $0, "Enter which", $4f text "Enter which"
db "BATTLE ROOM?", $57 line "BATTLE ROOM?"
done
; 0x11ac0b ; 0x11ac0b
UnknownText_0x11ac0b: ; 0x11ac0b UnknownText_0x11ac0b: ; 0x11ac0b
db $0, "Which BATTLE ROOM?", $57 text "Which BATTLE ROOM?"
done
; 0x11ac1f ; 0x11ac1f
UnknownText_0x11ac1f: ; 0x11ac1f UnknownText_0x11ac1f: ; 0x11ac1f
text_from_ram StringBuffer3 text_from_ram StringBuffer3
db $0, "'s ROOM", $4f text "'s ROOM"
db "@" line "@"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
db $0, "?", $55 text "?"
db "Please wait…", $57 cont "Please wait…"
done
; 0x11ac3e ; 0x11ac3e
Function11ac3e: ; 11ac3e Function11ac3e: ; 11ac3e

View File

@@ -241,187 +241,238 @@ UnknownScript_0x18ed04: ; 0x18ed04
; 0x18ed0b ; 0x18ed0b
UnknownText_0x18ed0b: ; 0x18ed0b UnknownText_0x18ed0b: ; 0x18ed0b
db $0, "I'm BUGSY!", $4f text "I'm BUGSY!"
db "I never lose when", $51 line "I never lose when"
db "it comes to bug", $4f
db "#MON.", $51 para "it comes to bug"
db "My research is", $4f line "#MON."
db "going to make me", $51
db "the authority on", $4f para "My research is"
db "bug #MON!", $51 line "going to make me"
db "Let me demonstrate", $4f
db "what I've learned", $55 para "the authority on"
db "from my studies.", $57 line "bug #MON!"
para "Let me demonstrate"
line "what I've learned"
cont "from my studies."
done
; 0x18edae ; 0x18edae
UnknownText_0x18edae: ; 0x18edae UnknownText_0x18edae: ; 0x18edae
db $0, "Whoa, amazing!", $4f text "Whoa, amazing!"
db "You're an expert", $55 line "You're an expert"
db "on #MON!", $51 cont "on #MON!"
db "My research isn't", $4f
db "complete yet.", $51 para "My research isn't"
db "OK, you win. Take", $4f line "complete yet."
db "this BADGE.", $57
para "OK, you win. Take"
line "this BADGE."
done
; 0x18ee14 ; 0x18ee14
UnknownText_0x18ee14: ; 0x18ee14 UnknownText_0x18ee14: ; 0x18ee14
db $0, $52, " received", $4f text $52, " received"
db "HIVEBADGE.", $57 line "HIVEBADGE."
done
; 0x18ee2b ; 0x18ee2b
UnknownText_0x18ee2b: ; 0x18ee2b UnknownText_0x18ee2b: ; 0x18ee2b
db $0, "Do you know the", $4f text "Do you know the"
db "benefits of HIVE-", $55 line "benefits of HIVE-"
db "BADGE?", $51 cont "BADGE?"
db "If you have it,", $4f
db "#MON up to L30", $51 para "If you have it,"
db "will obey you,", $4f line "#MON up to L30"
db "even traded ones.", $51
db "#MON that know", $4f para "will obey you,"
db "CUT will be able", $51 line "even traded ones."
db "to use it outside", $4f
db "of battle too.", $51 para "#MON that know"
db "Here, I also want", $4f line "CUT will be able"
db "you to have this.", $57
para "to use it outside"
line "of battle too."
para "Here, I also want"
line "you to have this."
done
; 0x18eefa ; 0x18eefa
UnknownText_0x18eefa: ; 0x18eefa UnknownText_0x18eefa: ; 0x18eefa
db $0, "TM49 contains", $4f text "TM49 contains"
db "FURY CUTTER.", $51 line "FURY CUTTER."
db "If you don't miss,", $4f
db "it gets stronger", $55 para "If you don't miss,"
db "every turn.", $51 line "it gets stronger"
db "The longer your", $4f cont "every turn."
db "battle goes, the", $55
db "better it gets.", $51 para "The longer your"
db "Isn't that great?", $4f line "battle goes, the"
db "I discovered it!", $57 cont "better it gets."
para "Isn't that great?"
line "I discovered it!"
done
; 0x18ef98 ; 0x18ef98
UnknownText_0x18ef98: ; 0x18ef98 UnknownText_0x18ef98: ; 0x18ef98
db $0, "Bug #MON are", $4f text "Bug #MON are"
db "deep. There are", $51 line "deep. There are"
db "many mysteries to", $4f
db "be explored.", $51 para "many mysteries to"
db "Study your favor-", $4f line "be explored."
db "ites thoroughly.", $57
para "Study your favor-"
line "ites thoroughly."
done
; 0x18eff8 ; 0x18eff8
Bug_catcherBug_catcher_bennySeenText: ; 0x18eff8 Bug_catcherBug_catcher_bennySeenText: ; 0x18eff8
db $0, "Bug #MON evolve", $4f text "Bug #MON evolve"
db "young. So they get", $51 line "young. So they get"
db "stronger that much", $4f
db "faster.", $57 para "stronger that much"
line "faster."
done
; 0x18f037 ; 0x18f037
Bug_catcherBug_catcher_bennyBeatenText: ; 0x18f037 Bug_catcherBug_catcher_bennyBeatenText: ; 0x18f037
db $0, "Just evolving", $4f text "Just evolving"
db "isn't enough!", $57 line "isn't enough!"
done
; 0x18f053 ; 0x18f053
UnknownText_0x18f053: ; 0x18f053 UnknownText_0x18f053: ; 0x18f053
db $0, "#MON become", $4f text "#MON become"
db "stronger if they", $55 line "stronger if they"
db "evolve. Really!", $57 cont "evolve. Really!"
done
; 0x18f081 ; 0x18f081
Bug_catcherAlSeenText: ; 0x18f081 Bug_catcherAlSeenText: ; 0x18f081
db $0, "Bug #MON are", $4f text "Bug #MON are"
db "cool and tough!", $51 line "cool and tough!"
db "I'll prove it to", $4f
db "you!", $57 para "I'll prove it to"
line "you!"
done
; 0x18f0b4 ; 0x18f0b4
Bug_catcherAlBeatenText: ; 0x18f0b4 Bug_catcherAlBeatenText: ; 0x18f0b4
db $0, "You proved how", $4f text "You proved how"
db "tough you are…", $57 line "tough you are…"
done
; 0x18f0d3 ; 0x18f0d3
UnknownText_0x18f0d3: ; 0x18f0d3 UnknownText_0x18f0d3: ; 0x18f0d3
db $0, "They're so cool,", $4f text "They're so cool,"
db "but most girls", $51 line "but most girls"
db "don't like bug", $4f
db "#MON.", $51 para "don't like bug"
db "I don't know why…", $57 line "#MON."
para "I don't know why…"
done
; 0x18f118 ; 0x18f118
Bug_catcherJoshSeenText: ; 0x18f118 Bug_catcherJoshSeenText: ; 0x18f118
db $0, "You saved all the", $4f text "You saved all the"
db "SLOWPOKE? Whew,", $55 line "SLOWPOKE? Whew,"
db "you're mighty!", $51 cont "you're mighty!"
db "But my grown-up", $4f
db "#MON are pretty", $55 para "But my grown-up"
db "tough too!", $57 line "#MON are pretty"
cont "tough too!"
done
; 0x18f174 ; 0x18f174
Bug_catcherJoshBeatenText: ; 0x18f174 Bug_catcherJoshBeatenText: ; 0x18f174
db $0, "Urrgggh!", $57 text "Urrgggh!"
done
; 0x18f17e ; 0x18f17e
UnknownText_0x18f17e: ; 0x18f17e UnknownText_0x18f17e: ; 0x18f17e
db $0, "I guess I should", $4f text "I guess I should"
db "teach them better", $55 line "teach them better"
db "moves…", $57 cont "moves…"
done
; 0x18f1a9 ; 0x18f1a9
TwinsAmyandmay1SeenText: ; 0x18f1a9 TwinsAmyandmay1SeenText: ; 0x18f1a9
db $0, "AMY: Hi! Are you", $4f text "AMY: Hi! Are you"
db "challenging the", $55 line "challenging the"
db "LEADER? No way!", $57 cont "LEADER? No way!"
done
; 0x18f1db ; 0x18f1db
TwinsAmyandmay1BeatenText: ; 0x18f1db TwinsAmyandmay1BeatenText: ; 0x18f1db
db $0, "AMY & MAY: Oh,", $4f text "AMY & MAY: Oh,"
db "double goodness!", $57 line "double goodness!"
done
; 0x18f1fc ; 0x18f1fc
UnknownText_0x18f1fc: ; 0x18f1fc UnknownText_0x18f1fc: ; 0x18f1fc
db $0, "AMY: You're", $4f text "AMY: You're"
db "really strong!", $57 line "really strong!"
done
; 0x18f217 ; 0x18f217
TwinsAmyandmay2SeenText: ; 0x18f217 TwinsAmyandmay2SeenText: ; 0x18f217
db $0, "MAY: You want to", $4f text "MAY: You want to"
db "see the LEADER?", $55 line "see the LEADER?"
db "We come first!", $57 cont "We come first!"
done
; 0x18f248 ; 0x18f248
TwinsAmyandmay2BeatenText: ; 0x18f248 TwinsAmyandmay2BeatenText: ; 0x18f248
db $0, "AMY & MAY: Oh,", $4f text "AMY & MAY: Oh,"
db "double goodness!", $57 line "double goodness!"
done
; 0x18f269 ; 0x18f269
UnknownText_0x18f269: ; 0x18f269 UnknownText_0x18f269: ; 0x18f269
db $0, "MAY: Our bug #-", $4f text "MAY: Our bug #-"
db "MON lost! Oh, what", $55 line "MON lost! Oh, what"
db "a shame.", $57 cont "a shame."
done
; 0x18f296 ; 0x18f296
AzaleaGymGuyText: ; 0x18f296 AzaleaGymGuyText: ; 0x18f296
db $0, "Yo, challenger!", $51 text "Yo, challenger!"
db "BUGSY's young, but", $4f
db "his knowledge of", $51 para "BUGSY's young, but"
db "bug #MON is for", $4f line "his knowledge of"
db "real.", $51
db "It's going to be", $4f para "bug #MON is for"
db "tough without my", $55 line "real."
db "advice.", $51
db "Let's see… Bug", $4f para "It's going to be"
db "#MON don't like", $55 line "tough without my"
db "fire.", $51 cont "advice."
db "Flying-type moves", $4f
db "are super-effec-", $55 para "Let's see… Bug"
db "tive too.", $57 line "#MON don't like"
cont "fire."
para "Flying-type moves"
line "are super-effec-"
cont "tive too."
done
; 0x18f359 ; 0x18f359
AzaleaGymGuyWinText: ; 0x18f359 AzaleaGymGuyWinText: ; 0x18f359
db $0, "Well done! That", $4f text "Well done! That"
db "was a great clash", $51 line "was a great clash"
db "of talented young", $4f
db "trainers.", $51 para "of talented young"
db "With people like", $4f line "trainers."
db "you, the future of", $55
db "#MON is bright!", $57 para "With people like"
line "you, the future of"
cont "#MON is bright!"
done
; 0x18f3cc ; 0x18f3cc
AzaleaGym_MapEventHeader: ; 0x18f3cc AzaleaGym_MapEventHeader: ; 0x18f3cc

View File

@@ -22,23 +22,28 @@ BugCatcherScript_0x18e04a: ; 0x18e04a
; 0x18e04d ; 0x18e04d
UnknownText_0x18e04d: ; 0x18e04d UnknownText_0x18e04d: ; 0x18e04d
db $0, "There's no GREAT", $4f text "There's no GREAT"
db "BALL here. #", $51 line "BALL here. #"
db "BALLS will have", $4f
db "to do.", $51 para "BALLS will have"
db "I wish KURT would", $4f line "to do."
db "make me some of", $55
db "his custom BALLS.", $57 para "I wish KURT would"
line "make me some of"
cont "his custom BALLS."
done
; 0x18e0b6 ; 0x18e0b6
UnknownText_0x18e0b6: ; 0x18e0b6 UnknownText_0x18e0b6: ; 0x18e0b6
db $0, "A GREAT BALL is", $4f text "A GREAT BALL is"
db "better for catch-", $55 line "better for catch-"
db "ing #MON than a", $55 cont "ing #MON than a"
db "# BALL.", $51 cont "# BALL."
db "But KURT's might", $4f
db "be better some-", $55 para "But KURT's might"
db "times.", $57 line "be better some-"
cont "times."
done
; 0x18e118 ; 0x18e118
AzaleaMart_MapEventHeader: ; 0x18e118 AzaleaMart_MapEventHeader: ; 0x18e118

View File

@@ -30,43 +30,56 @@ PokefanFScript_0x18db31: ; 0x18db31
; 0x18db34 ; 0x18db34
UnknownText_0x18db34: ; 0x18db34 UnknownText_0x18db34: ; 0x18db34
db $0, "Do your #MON", $4f text "Do your #MON"
db "know HM moves?", $51 line "know HM moves?"
db "Those moves can", $4f
db "be used even if", $51 para "Those moves can"
db "your #MON has", $4f line "be used even if"
db "fainted.", $57
para "your #MON has"
line "fainted."
done
; 0x18db88 ; 0x18db88
UnknownText_0x18db88: ; 0x18db88 UnknownText_0x18db88: ; 0x18db88
db $0, "This BILL guy", $4f text "This BILL guy"
db "created the system", $51 line "created the system"
db "for storing", $4f
db "#MON in a PC.", $51 para "for storing"
db "BILL's PC can", $4f line "#MON in a PC."
db "store up to 20", $55
db "#MON per BOX.", $57 para "BILL's PC can"
line "store up to 20"
cont "#MON per BOX."
done
; 0x18dbee ; 0x18dbee
UnknownText_0x18dbee: ; 0x18dbee UnknownText_0x18dbee: ; 0x18dbee
db $0, "BILL's PC can", $4f text "BILL's PC can"
db "store up to 20", $55 line "store up to 20"
db "#MON per BOX.", $57 cont "#MON per BOX."
done
; 0x18dc19 ; 0x18dc19
UnknownText_0x18dc19: ; 0x18dc19 UnknownText_0x18dc19: ; 0x18dc19
db $0, "Do you know about", $4f text "Do you know about"
db "APRICORNS?", $51 line "APRICORNS?"
db "Crack one open,", $4f
db "hollow it out and", $51 para "Crack one open,"
db "fit it with a", $4f line "hollow it out and"
db "special device.", $51
db "Then you can catch", $4f para "fit it with a"
db "#MON with it.", $51 line "special device."
db "Before # BALLS", $4f
db "were invented,", $51 para "Then you can catch"
db "everyone used", $4f line "#MON with it."
db "APRICORNS.", $57
para "Before # BALLS"
line "were invented,"
para "everyone used"
line "APRICORNS."
done
; 0x18dccf ; 0x18dccf
AzaleaPokeCenter1F_MapEventHeader: ; 0x18dccf AzaleaPokeCenter1F_MapEventHeader: ; 0x18dccf

View File

@@ -273,181 +273,234 @@ MovementData_0x198148: ; 0x198148
; 0x19814d ; 0x19814d
UnknownText_0x19814d: ; 0x19814d UnknownText_0x19814d: ; 0x19814d
db $0, "…Tell me some-", $4f text "…Tell me some-"
db "thing.", $51 line "thing."
db "Is it true that", $4f
db "TEAM ROCKET has", $55 para "Is it true that"
db "returned?", $51 line "TEAM ROCKET has"
db "What? You beat", $4f cont "returned?"
db "them? Hah! Quit", $55
db "lying.", $51 para "What? You beat"
db "You're not joking?", $4f line "them? Hah! Quit"
db "Then let's see how", $55 cont "lying."
db "good you are.", $57
para "You're not joking?"
line "Then let's see how"
cont "good you are."
done
; 0x1981e6 ; 0x1981e6
UnknownText_0x1981e6: ; 0x1981e6 UnknownText_0x1981e6: ; 0x1981e6
db $0, "… Humph! Useless", $4f text "… Humph! Useless"
db "#MON!", $51 line "#MON!"
db "Listen, you. You", $4f
db "only won because", $51 para "Listen, you. You"
db "my #MON were", $4f line "only won because"
db "weak.", $57
para "my #MON were"
line "weak."
done
; 0x198233 ; 0x198233
UnknownText_0x198233: ; 0x198233 UnknownText_0x198233: ; 0x198233
db $0, "I hate the weak.", $51 text "I hate the weak."
db "#MON, trainers.", $4f
db "It doesn't matter", $55 para "#MON, trainers."
db "who or what.", $51 line "It doesn't matter"
db "I'm going to be", $4f cont "who or what."
db "strong and wipe", $55
db "out the weak.", $51 para "I'm going to be"
db "That goes for TEAM", $4f line "strong and wipe"
db "ROCKET too.", $51 cont "out the weak."
db "They act big and", $4f
db "tough in a group.", $51 para "That goes for TEAM"
db "But get them", $4f line "ROCKET too."
db "alone, and they're", $55
db "weak.", $51 para "They act big and"
db "I hate them all.", $51 line "tough in a group."
db "You stay out of my", $4f
db "way. A weakling", $51 para "But get them"
db "like you is only a", $4f line "alone, and they're"
db "distraction.", $57 cont "weak."
para "I hate them all."
para "You stay out of my"
line "way. A weakling"
para "like you is only a"
line "distraction."
done
; 0x19835b ; 0x19835b
UnknownText_0x19835b: ; 0x19835b UnknownText_0x19835b: ; 0x19835b
db $0, "…Humph! I knew", $4f text "…Humph! I knew"
db "you were lying.", $57 line "you were lying."
done
; 0x19837b ; 0x19837b
UnknownText_0x19837b: ; 0x19837b UnknownText_0x19837b: ; 0x19837b
db $0, "It's unsafe to go", $4f text "It's unsafe to go"
db "in there, so I'm", $55 line "in there, so I'm"
db "standing guard.", $51 cont "standing guard."
db "Aren't I a good", $4f
db "Samaritan?", $57 para "Aren't I a good"
line "Samaritan?"
done
; 0x1983c7 ; 0x1983c7
UnknownText_0x1983c7: ; 0x1983c7 UnknownText_0x1983c7: ; 0x1983c7
db $0, "Do you know about", $4f text "Do you know about"
db "SLOWPOKETAIL? I", $55 line "SLOWPOKETAIL? I"
db "heard it's tasty!", $51 cont "heard it's tasty!"
db "Aren't you glad I", $4f
db "told you that?", $57 para "Aren't you glad I"
line "told you that?"
done
; 0x19841b ; 0x19841b
UnknownText_0x19841b: ; 0x19841b UnknownText_0x19841b: ; 0x19841b
db $0, "The SLOWPOKE have", $4f text "The SLOWPOKE have"
db "disappeared from", $55 line "disappeared from"
db "town…", $51 cont "town…"
db "I heard their", $4f
db "TAILS are being", $55 para "I heard their"
db "sold somewhere.", $57 line "TAILS are being"
cont "sold somewhere."
done
; 0x198473 ; 0x198473
UnknownText_0x198473: ; 0x198473 UnknownText_0x198473: ; 0x198473
db $0, "The SLOWPOKE have", $4f text "The SLOWPOKE have"
db "returned.", $51 line "returned."
db "Knowing them, they", $4f
db "could've just been", $51 para "Knowing them, they"
db "goofing off some-", $4f line "could've just been"
db "where.", $57
para "goofing off some-"
line "where."
done
; 0x1984ce ; 0x1984ce
UnknownText_0x1984ce: ; 0x1984ce UnknownText_0x1984ce: ; 0x1984ce
db $0, "Did you come to", $4f text "Did you come to"
db "get KURT to make", $55 line "get KURT to make"
db "some BALLS?", $51 cont "some BALLS?"
db "A lot of people do", $4f
db "just that.", $57 para "A lot of people do"
line "just that."
done
; 0x19851a ; 0x19851a
UnknownText_0x19851a: ; 0x19851a UnknownText_0x19851a: ; 0x19851a
db $0, "Cut through AZALEA", $4f text "Cut through AZALEA"
db "and you'll be in", $55 line "and you'll be in"
db "ILEX FOREST.", $51 cont "ILEX FOREST."
db "But these skinny", $4f
db "trees make it", $51 para "But these skinny"
db "impossible to get", $4f line "trees make it"
db "through.", $51
db "The CHARCOAL MAN's", $4f para "impossible to get"
db "#MON can CUT", $55 line "through."
db "down trees.", $57
para "The CHARCOAL MAN's"
line "#MON can CUT"
cont "down trees."
done
; 0x1985b0 ; 0x1985b0
UnknownText_0x1985b0: ; 0x1985b0 UnknownText_0x1985b0: ; 0x1985b0
db $0, "SLOWPOKE: …", $51 text "SLOWPOKE: …"
db $56, " ", $56, " ", $56, $57
para $56, " ", $56, " ", $56
done
; 0x1985c3 ; 0x1985c3
UnknownText_0x1985c3: ; 0x1985c3 UnknownText_0x1985c3: ; 0x1985c3
db $0, $56, " ", $56, "Yawn?", $57 text $56, " ", $56, "Yawn?"
done
; 0x1985cd ; 0x1985cd
UnknownText_0x1985cd: ; 0x1985cd UnknownText_0x1985cd: ; 0x1985cd
db $0, "WOOSTER: Gugyoo…", $57 text "WOOSTER: Gugyoo…"
done
; 0x1985df ; 0x1985df
UnknownText_0x1985df: ; 0x1985df UnknownText_0x1985df: ; 0x1985df
db $0, "ILEX FOREST is", $4f text "ILEX FOREST is"
db "restless!", $51 line "restless!"
db "What is going on?", $57
para "What is going on?"
done
; 0x19860b ; 0x19860b
UnknownText_0x19860b: ; 0x19860b UnknownText_0x19860b: ; 0x19860b
db $0, $52, ", here's", $4f text $52, ", here's"
db "your GS BALL back!", $57 line "your GS BALL back!"
done
; 0x198628 ; 0x198628
UnknownText_0x198628: ; 0x198628 UnknownText_0x198628: ; 0x198628
db $0, "Could you go see", $4f text "Could you go see"
db "why ILEX FOREST is", $55 line "why ILEX FOREST is"
db "so restless?", $57 cont "so restless?"
done
; 0x19865a ; 0x19865a
UnknownText_0x19865a: ; 0x19865a UnknownText_0x19865a: ; 0x19865a
db $0, "AZALEA TOWN", $4f text "AZALEA TOWN"
db "Where People and", $51 line "Where People and"
db "#MON Live in", $4f
db "Happy Harmony", $57 para "#MON Live in"
line "Happy Harmony"
done
; 0x198693 ; 0x198693
UnknownText_0x198693: ; 0x198693 UnknownText_0x198693: ; 0x198693
db $0, "KURT'S HOUSE", $57 text "KURT'S HOUSE"
done
; 0x1986a1 ; 0x1986a1
UnknownText_0x1986a1: ; 0x1986a1 UnknownText_0x1986a1: ; 0x1986a1
db $0, "AZALEA TOWN", $4f text "AZALEA TOWN"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: BUGSY", $51 cont "LEADER: BUGSY"
db "The Walking", $4f
db "Bug #MON", $55 para "The Walking"
db "Encyclopedia", $57 line "Bug #MON"
cont "Encyclopedia"
done
; 0x1986e7 ; 0x1986e7
UnknownText_0x1986e7: ; 0x1986e7 UnknownText_0x1986e7: ; 0x1986e7
db $0, "SLOWPOKE WELL", $51 text "SLOWPOKE WELL"
db "Also known as the", $4f
db "RAINMAKER WELL.", $51 para "Also known as the"
db "Locals believe", $4f line "RAINMAKER WELL."
db "that a SLOWPOKE's", $55
db "yawn summons rain.", $51 para "Locals believe"
db "Records show that", $4f line "that a SLOWPOKE's"
db "a SLOWPOKE's yawn", $51 cont "yawn summons rain."
db "ended a drought", $4f
db "400 years ago.", $57 para "Records show that"
line "a SLOWPOKE's yawn"
para "ended a drought"
line "400 years ago."
done
; 0x19878d ; 0x19878d
UnknownText_0x19878d: ; 0x19878d UnknownText_0x19878d: ; 0x19878d
db $0, "CHARCOAL KILN", $57 text "CHARCOAL KILN"
done
; 0x19879c ; 0x19879c
UnknownText_0x19879c: ; 0x19879c UnknownText_0x19879c: ; 0x19879c
db $0, "ILEX FOREST", $51 text "ILEX FOREST"
db "Enter through the", $4f
db "gate.", $57 para "Enter through the"
line "gate."
done
; 0x1987c1 ; 0x1987c1
AzaleaTown_MapEventHeader: ; 0x1987c1 AzaleaTown_MapEventHeader: ; 0x1987c1

View File

@@ -382,20 +382,24 @@ MovementData_0x9e5a9: ; 0x9e5a9
; 0x9e5ab ; 0x9e5ab
UnknownText_0x9e5ab: ; 0x9e5ab UnknownText_0x9e5ab: ; 0x9e5ab
db $0, "BATTLE TOWER", $4f text "BATTLE TOWER"
db "welcomes you!", $51 line "welcomes you!"
db "I could show you", $4f
db "to a BATTLE ROOM.", $57 para "I could show you"
line "to a BATTLE ROOM."
done
; 0x9e5ea ; 0x9e5ea
UnknownText_0x9e5ea: ; 0x9e5ea UnknownText_0x9e5ea: ; 0x9e5ea
db $0, "Want to go into a", $4f text "Want to go into a"
db "BATTLE ROOM?", $57 line "BATTLE ROOM?"
done
; 0x9e60a ; 0x9e60a
UnknownText_0x9e60a: ; 0x9e60a UnknownText_0x9e60a: ; 0x9e60a
db $0, "Right this way to", $4f text "Right this way to"
db "your BATTLE ROOM.", $57 line "your BATTLE ROOM."
done
; 0x9e62f ; 0x9e62f
UnknownText_0x9e62f: ; 0x9e62f UnknownText_0x9e62f: ; 0x9e62f
@@ -474,8 +478,9 @@ UnknownText_0x9e9eb: ; 0x9e9eb
; 0x9ea1b ; 0x9ea1b
UnknownText_0x9ea1b: ; 0x9ea1b UnknownText_0x9ea1b: ; 0x9ea1b
db $0, "Please confirm on", $4f text "Please confirm on"
db "this monitor.", $57 line "this monitor."
done
; 0x9ea3c ; 0x9ea3c
UnknownText_0x9ea3c: ; 0x9ea3c UnknownText_0x9ea3c: ; 0x9ea3c
@@ -484,8 +489,9 @@ UnknownText_0x9ea3c: ; 0x9ea3c
; 0x9ea49 ; 0x9ea49
UnknownText_0x9ea49: ; 0x9ea49 UnknownText_0x9ea49: ; 0x9ea49
db $0, "Thanks for", $4f text "Thanks for"
db "visiting!", $57 line "visiting!"
done
; 0x9ea5f ; 0x9ea5f
UnknownText_0x9ea5f: ; 0x9ea5f UnknownText_0x9ea5f: ; 0x9ea5f
@@ -511,10 +517,12 @@ UnknownText_0x9eaef: ; 0x9eaef
; 0x9eb45 ; 0x9eb45
UnknownText_0x9eb45: ; 0x9eb45 UnknownText_0x9eb45: ; 0x9eb45
db $0, "Would you like to", $4f text "Would you like to"
db "register your", $51 line "register your"
db "record with the", $4f
db "CENTER?", $57 para "record with the"
line "CENTER?"
done
; 0x9eb7e ; 0x9eb7e
UnknownText_0x9eb7e: ; 0x9eb7e UnknownText_0x9eb7e: ; 0x9eb7e
@@ -528,230 +536,292 @@ UnknownText_0x9eb7e: ; 0x9eb7e
; 0x9eb94 ; 0x9eb94
UnknownText_0x9eb94: ; 0x9eb94 UnknownText_0x9eb94: ; 0x9eb94
db $0, "Oops, your PACK is", $4f text "Oops, your PACK is"
db "stuffed full.", $51 line "stuffed full."
db "Please make room", $4f
db "and come back.", $57 para "Please make room"
line "and come back."
done
; 0x9ebd6 ; 0x9ebd6
UnknownText_0x9ebd6: ; 0x9ebd6 UnknownText_0x9ebd6: ; 0x9ebd6
db $0, "Your registration", $4f text "Your registration"
db "is complete.", $51 line "is complete."
db "Please come again!", $57
para "Please come again!"
done
; 0x9ec09 ; 0x9ec09
UnknownText_0x9ec09: ; 0x9ec09 UnknownText_0x9ec09: ; 0x9ec09
db $0, "We hope to serve", $4f text "We hope to serve"
db "you again.", $57 line "you again."
done
; 0x9ec26 ; 0x9ec26
UnknownText_0x9ec26: ; 0x9ec26 UnknownText_0x9ec26: ; 0x9ec26
db $0, "Please step this", $4f text "Please step this"
db "way.", $57 line "way."
done
; 0x9ec3d ; 0x9ec3d
UnknownText_0x9ec3d: ; 0x9ec3d UnknownText_0x9ec3d: ; 0x9ec3d
db $0, "Would you like to", $4f text "Would you like to"
db "hear about the", $55 line "hear about the"
db "BATTLE TOWER?", $57 cont "BATTLE TOWER?"
done
; 0x9ec6d ; 0x9ec6d
UnknownText_0x9ec6d: ; 0x9ec6d UnknownText_0x9ec6d: ; 0x9ec6d
db $0, "Your record from", $4f text "Your record from"
db "the previous", $51 line "the previous"
db "BATTLE ROOM can't", $4f
db "be registered. OK?", $57 para "BATTLE ROOM can't"
line "be registered. OK?"
done
; 0x9ecb0 ; 0x9ecb0
UnknownText_0x9ecb0: ; 0x9ecb0 UnknownText_0x9ecb0: ; 0x9ecb0
db $0, "Your record from", $4f text "Your record from"
db "the previous", $51 line "the previous"
db "BATTLE ROOM can't", $4f
db "be registered.", $51 para "BATTLE ROOM can't"
db "Also, the existing", $4f line "be registered."
db "record will be", $55
db "deleted. OK?", $57 para "Also, the existing"
line "record will be"
cont "deleted. OK?"
done
; 0x9ed1e ; 0x9ed1e
UnknownText_0x9ed1e: ; 0x9ed1e UnknownText_0x9ed1e: ; 0x9ed1e
db $0, "Check the LEADER", $4f text "Check the LEADER"
db "HONOR ROLL?", $57 line "HONOR ROLL?"
done
; 0x9ed3c ; 0x9ed3c
UnknownText_0x9ed3c: ; 0x9ed3c UnknownText_0x9ed3c: ; 0x9ed3c
db $0, "BATTLE TOWER rules", $4f text "BATTLE TOWER rules"
db "are written here.", $51 line "are written here."
db "Read the rules?", $57
para "Read the rules?"
done
; 0x9ed72 ; 0x9ed72
UnknownText_0x9ed72: ; 0x9ed72 UnknownText_0x9ed72: ; 0x9ed72
db $0, "Three #MON may", $4f text "Three #MON may"
db "enter battles.", $51 line "enter battles."
db "All three must be", $4f
db "different.", $51 para "All three must be"
db "The items they", $4f line "different."
db "hold must also be", $55
db "different.", $51 para "The items they"
db "Certain #MON", $4f line "hold must also be"
db "may also have", $51 cont "different."
db "level restrictions", $4f
db "placed on them.", $57 para "Certain #MON"
line "may also have"
para "level restrictions"
line "placed on them."
done
; 0x9ee18 ; 0x9ee18
UnknownText_0x9ee18: ; 0x9ee18 UnknownText_0x9ee18: ; 0x9ee18
db $0, "Excuse me!", $4f text "Excuse me!"
db "You didn't SAVE", $51 line "You didn't SAVE"
db "before exiting", $4f
db "the BATTLE ROOM.", $51 para "before exiting"
db "I'm awfully sorry,", $4f line "the BATTLE ROOM."
db "but your challenge", $51
db "will be declared", $4f para "I'm awfully sorry,"
db "invalid.", $57 line "but your challenge"
para "will be declared"
line "invalid."
done
; 0x9ee92 ; 0x9ee92
UnknownText_0x9ee92: ; 0x9ee92 UnknownText_0x9ee92: ; 0x9ee92
db $0, "Your #MON will", $4f text "Your #MON will"
db "be healed to full", $55 line "be healed to full"
db "health.", $57 cont "health."
done
; 0x9eebc ; 0x9eebc
UnknownText_0x9eebc: ; 0x9eebc UnknownText_0x9eebc: ; 0x9eebc
db $0, "Next up, opponent", $4f text "Next up, opponent"
db "no.@" line "no.@"
text_from_ram $d099 text_from_ram $d099
db $0, ". Ready?", $57 text ". Ready?"
done
; 0x9eee0 ; 0x9eee0
UnknownText_0x9eee0: ; 0x9eee0 UnknownText_0x9eee0: ; 0x9eee0
db $0, "Your session will", $4f text "Your session will"
db "be SAVED before", $51 line "be SAVED before"
db "connecting with", $4f
db "the CENTER.", $57 para "connecting with"
line "the CENTER."
done
; 0x9ef1f ; 0x9ef1f
UnknownText_0x9ef1f: ; 0x9ef1f UnknownText_0x9ef1f: ; 0x9ef1f
db $0, "Before entering", $4f text "Before entering"
db "the BATTLE ROOM,", $51 line "the BATTLE ROOM,"
db "your progress will", $4f
db "be saved.", $57 para "your progress will"
line "be saved."
done
; 0x9ef5e ; 0x9ef5e
UnknownText_0x9ef5e: ; 0x9ef5e UnknownText_0x9ef5e: ; 0x9ef5e
db $0, "SAVE and end the", $4f text "SAVE and end the"
db "session?", $57 line "session?"
done
; 0x9ef79 ; 0x9ef79
UnknownText_0x9ef79: ; 0x9ef79 UnknownText_0x9ef79: ; 0x9ef79
db $0, "Your record will", $4f text "Your record will"
db "be SAVED before", $51 line "be SAVED before"
db "you go back into", $4f
db "the previous ROOM.", $57 para "you go back into"
line "the previous ROOM."
done
; 0x9efbf ; 0x9efbf
UnknownText_0x9efbf: ; 0x9efbf UnknownText_0x9efbf: ; 0x9efbf
db $0, "Cancel your BATTLE", $4f text "Cancel your BATTLE"
db "ROOM challenge?", $57 line "ROOM challenge?"
done
; 0x9efe3 ; 0x9efe3
UnknownText_0x9efe3: ; 0x9efe3 UnknownText_0x9efe3: ; 0x9efe3
db $0, "We have your", $4f text "We have your"
db "previous record on", $51 line "previous record on"
db "file. Would you", $4f
db "like to register", $55 para "file. Would you"
db "it at the CENTER?", $57 line "like to register"
cont "it at the CENTER?"
done
; 0x9f037 ; 0x9f037
UnknownText_0x9f037: ; 0x9f037 UnknownText_0x9f037: ; 0x9f037
db $0, "We've been waiting", $4f text "We've been waiting"
db "for you. This way", $51 line "for you. This way"
db "to a BATTLE ROOM,", $4f
db "please.", $57 para "to a BATTLE ROOM,"
line "please."
done
; 0x9f076 ; 0x9f076
UnknownText_0x9f076: ; 0x9f076 UnknownText_0x9f076: ; 0x9f076
db $0, "You may enter only", $4f text "You may enter only"
db "five BATTLE ROOMS", $55 line "five BATTLE ROOMS"
db "each day.", $51 cont "each day."
db "Please come back", $4f
db "tomorrow.", $57 para "Please come back"
line "tomorrow."
done
; 0x9f0c1 ; 0x9f0c1
UnknownText_0x9f0c1: ; 0x9f0c1 UnknownText_0x9f0c1: ; 0x9f0c1
db $0, "Sorry, but it's", $4f text "Sorry, but it's"
db "not possible to", $51 line "not possible to"
db "register your", $4f
db "current record at", $51 para "register your"
db "the CENTER because", $4f line "current record at"
db "too much time has", $51
db "elapsed since the", $4f para "the CENTER because"
db "start of your", $55 line "too much time has"
db "challenge.", $57
para "elapsed since the"
line "start of your"
cont "challenge."
done
; 0x9f151 ; 0x9f151
; a dupe? ; a dupe?
UnknownText_0x9f151: ; 0x9f151 UnknownText_0x9f151: ; 0x9f151
db $0, "Sorry, but it's", $4f text "Sorry, but it's"
db "not possible to", $51 line "not possible to"
db "register your most", $4f
db "recent record at", $51 para "register your most"
db "the CENTER because", $4f line "recent record at"
db "too much time has", $51
db "elapsed since the", $4f para "the CENTER because"
db "start of your", $55 line "too much time has"
db "challenge.", $57
para "elapsed since the"
line "start of your"
cont "challenge."
done
; 0x9f1e5 ; 0x9f1e5
UnknownText_0x9f1e5: ; 0x9f1e5 UnknownText_0x9f1e5: ; 0x9f1e5
db $0, "One or more of", $4f text "One or more of"
db "your #MON's", $55 line "your #MON's"
db "levels exceeds @" cont "levels exceeds @"
deciram ScriptVar, $13 deciram ScriptVar, $13
db $0, ".", $57 text "."
done
; 0x9f217 ; 0x9f217
UnknownText_0x9f217: ; 0x9f217 UnknownText_0x9f217: ; 0x9f217
text_from_ram $cd49 text_from_ram $cd49
db $0, " may not", $4f text " may not"
db "enter a BATTLE", $55 line "enter a BATTLE"
db "ROOM under L70.", $51 cont "ROOM under L70."
db "This BATTLE ROOM", $4f
db "is for L@" para "This BATTLE ROOM"
line "is for L@"
deciram ScriptVar, $13 deciram ScriptVar, $13
db $0, ".", $57 text "."
done
; 0x9f264 ; 0x9f264
UnknownText_0x9f264: ; 0x9f264 UnknownText_0x9f264: ; 0x9f264
db $0, "Destroyed by the", $4f text "Destroyed by the"
db "first opponent in", $51 line "first opponent in"
db "no time at all…", $4f
db "I'm no good…", $57 para "no time at all…"
line "I'm no good…"
done
; 0x9f2a4 ; 0x9f2a4
UnknownText_0x9f2a4: ; 0x9f2a4 UnknownText_0x9f2a4: ; 0x9f2a4
db $0, "There are lots of", $4f text "There are lots of"
db "BATTLE ROOMS, but", $51 line "BATTLE ROOMS, but"
db "I'm going to win", $4f
db "them all!", $57 para "I'm going to win"
line "them all!"
done
; 0x9f2e3 ; 0x9f2e3
UnknownText_0x9f2e3: ; 0x9f2e3 UnknownText_0x9f2e3: ; 0x9f2e3
db $0, "It's a grueling", $4f text "It's a grueling"
db "task, not being", $51 line "task, not being"
db "able to use items", $4f
db "in battle.", $51 para "able to use items"
db "Making your", $4f line "in battle."
db "#MON hold items", $51
db "is the key to", $4f para "Making your"
db "winning battles.", $57 line "#MON hold items"
para "is the key to"
line "winning battles."
done
; 0x9f35b ; 0x9f35b
UnknownText_0x9f35b: ; 0x9f35b UnknownText_0x9f35b: ; 0x9f35b
db $0, "I'm trying to see", $4f text "I'm trying to see"
db "how far I can go", $51 line "how far I can go"
db "using just bug", $4f
db "#MON.", $51 para "using just bug"
db "Don't let there be", $4f line "#MON."
db "any fire #MON…", $57
para "Don't let there be"
line "any fire #MON…"
done
; 0x9f3b4 ; 0x9f3b4
BattleTower1F_MapEventHeader: ; 0x9f3b4 BattleTower1F_MapEventHeader: ; 0x9f3b4

View File

@@ -142,8 +142,9 @@ UnknownScript_0x9f4f7: ; 0x9f4f7
UnknownText_0x9f50b: ; 0x9f50b UnknownText_0x9f50b: ; 0x9f50b
db $0, "You'll be returned", $4f text "You'll be returned"
db "after you SAVE.", $57 line "after you SAVE."
done
; 0x9f52e ; 0x9f52e

View File

@@ -38,84 +38,108 @@ MapBattleTowerOutsideSignpost0Script: ; 0x9f868
; 0x9f86b ; 0x9f86b
UnknownText_0x9f86b: ; 0x9f86b UnknownText_0x9f86b: ; 0x9f86b
db $0, "Wow, the BATTLE", $4f text "Wow, the BATTLE"
db "TOWER is huge! My", $51 line "TOWER is huge! My"
db "neck is tired from", $4f
db "looking up at it.", $57 para "neck is tired from"
line "looking up at it."
done
; 0x9f8b3 ; 0x9f8b3
UnknownText_0x9f8b3: ; 0x9f8b3 UnknownText_0x9f8b3: ; 0x9f8b3
db $0, "Wow, the BATTLE", $4f text "Wow, the BATTLE"
db "TOWER is huge!", $51 line "TOWER is huge!"
db "Since there are a", $4f
db "whole bunch of", $51 para "Since there are a"
db "trainers inside,", $4f line "whole bunch of"
db "there must also be", $51
db "a wide variety of", $4f para "trainers inside,"
db "#MON.", $57 line "there must also be"
para "a wide variety of"
line "#MON."
done
; 0x9f930 ; 0x9f930
UnknownText_0x9f930: ; 0x9f930 UnknownText_0x9f930: ; 0x9f930
db $0, "Wow, the BATTLE", $4f text "Wow, the BATTLE"
db "TOWER is huge!", $51 line "TOWER is huge!"
db "There must be many", $4f
db "kinds of #MON", $55 para "There must be many"
db "in there!", $57 line "kinds of #MON"
cont "in there!"
done
; 0x9f97b ; 0x9f97b
UnknownText_0x9f97b: ; 0x9f97b UnknownText_0x9f97b: ; 0x9f97b
db $0, "What on earth do", $4f text "What on earth do"
db "they do here?", $51 line "they do here?"
db "If the name says", $4f
db "anything, I guess", $51 para "If the name says"
db "it must be for", $4f line "anything, I guess"
db "#MON battles.", $57
para "it must be for"
line "#MON battles."
done
; 0x9f9db ; 0x9f9db
UnknownText_0x9f9db: ; 0x9f9db UnknownText_0x9f9db: ; 0x9f9db
db $0, "You can use only", $4f text "You can use only"
db "three #MON.", $51 line "three #MON."
db "It's so hard to", $4f
db "decide which three", $51 para "It's so hard to"
db "should go into", $4f line "decide which three"
db "battle…", $57
para "should go into"
line "battle…"
done
; 0x9fa32 ; 0x9fa32
UnknownText_0x9fa32: ; 0x9fa32 UnknownText_0x9fa32: ; 0x9fa32
db $0, "Ehehehe…", $4f text "Ehehehe…"
db "I sneaked out of", $55 line "I sneaked out of"
db "work to come here.", $51 cont "work to come here."
db "I'm never giving", $4f
db "up until I become", $55 para "I'm never giving"
db "a LEADER!", $57 line "up until I become"
cont "a LEADER!"
done
; 0x9fa8c ; 0x9fa8c
UnknownText_0x9fa8c: ; 0x9fa8c UnknownText_0x9fa8c: ; 0x9fa8c
db $0, "Hehehe, I snuck", $4f text "Hehehe, I snuck"
db "out from work.", $51 line "out from work."
db "I can't bail out", $4f
db "until I've won!", $51 para "I can't bail out"
db "I have to win it", $4f line "until I've won!"
db "all. That I must!", $57
para "I have to win it"
line "all. That I must!"
done
; 0x9faee ; 0x9faee
UnknownText_0x9faee: ; 0x9faee UnknownText_0x9faee: ; 0x9faee
db $0, "BATTLE TOWER", $57 text "BATTLE TOWER"
done
; 0x9fafc ; 0x9fafc
UnknownText_0x9fafc: ; 0x9fafc UnknownText_0x9fafc: ; 0x9fafc
db $0, "BATTLE TOWER", $51 text "BATTLE TOWER"
db "Take the Ultimate", $4f
db "Trainer Challenge!", $57 para "Take the Ultimate"
line "Trainer Challenge!"
done
; 0x9fb2f ; 0x9fb2f
UnknownText_0x9fb2f: ; 0x9fb2f UnknownText_0x9fb2f: ; 0x9fb2f
db $0, "The BATTLE TOWER's", $4f text "The BATTLE TOWER's"
db "doors are closed…", $57 line "doors are closed…"
done
; 0x9fb54 ; 0x9fb54
UnknownText_0x9fb54: ; 0x9fb54 UnknownText_0x9fb54: ; 0x9fb54
db $0, "It's open!", $57 text "It's open!"
done
; 0x9fb5f ; 0x9fb5f
BattleTowerOutside_MapEventHeader: ; 0x9fb5f BattleTowerOutside_MapEventHeader: ; 0x9fb5f

View File

@@ -229,126 +229,160 @@ UnknownScript_0x1896cc: ; 0x1896cc
; 0x1896ce ; 0x1896ce
UnknownText_0x1896ce: ; 0x1896ce UnknownText_0x1896ce: ; 0x1896ce
db $0, "Hm? You know BILL?", $4f text "Hm? You know BILL?"
db "He's my grandson.", $51 line "He's my grandson."
db "He's in JOHTO. He", $4f
db "does something", $51 para "He's in JOHTO. He"
db "with PCs, so I'm", $4f line "does something"
db "house-sitting.", $57
para "with PCs, so I'm"
line "house-sitting."
done
; 0x189732 ; 0x189732
UnknownText_0x189732: ; 0x189732 UnknownText_0x189732: ; 0x189732
db $0, "If you have that", $4f text "If you have that"
db "#MON, may I see", $55 line "#MON, may I see"
db "it, please?", $57 cont "it, please?"
done
; 0x189760 ; 0x189760
UnknownText_0x189760: ; 0x189760 UnknownText_0x189760: ; 0x189760
db $0, "You will show me?", $4f text "You will show me?"
db "How good of you!", $57 line "How good of you!"
done
; 0x189784 ; 0x189784
UnknownText_0x189784: ; 0x189784 UnknownText_0x189784: ; 0x189784
db $0, "You don't have it?", $4f text "You don't have it?"
db "That's too bad…", $57 line "That's too bad…"
done
; 0x1897a6 ; 0x1897a6
UnknownText_0x1897a6: ; 0x1897a6 UnknownText_0x1897a6: ; 0x1897a6
db $0, "Ah, so that is", $4f text "Ah, so that is"
db "@" line "@"
text_from_ram $d099 text_from_ram $d099
db $0, "?", $51 text "?"
db "Isn't it cute!", $4f
db "That's so kind of", $55 para "Isn't it cute!"
db "you.", $57 line "That's so kind of"
cont "you."
done
; 0x1897e1 ; 0x1897e1
UnknownText_0x1897e1: ; 0x1897e1 UnknownText_0x1897e1: ; 0x1897e1
db $0, "Thanks!", $51 text "Thanks!"
db "This is a token of", $4f
db "my appreciation.", $57 para "This is a token of"
line "my appreciation."
done
; 0x18980e ; 0x18980e
UnknownText_0x18980e: ; 0x18980e UnknownText_0x18980e: ; 0x18980e
db $0, "Come visit again", $4f text "Come visit again"
db "sometime.", $57 line "sometime."
done
; 0x18982a ; 0x18982a
UnknownText_0x18982a: ; 0x18982a UnknownText_0x18982a: ; 0x18982a
db $0, "Thanks for showing", $4f text "Thanks for showing"
db "me so many cute", $55 line "me so many cute"
db "#MON.", $51 cont "#MON."
db "I really enjoyed", $4f
db "myself. I'm glad", $51 para "I really enjoyed"
db "I've lived such a", $4f line "myself. I'm glad"
db "long life.", $57
para "I've lived such a"
line "long life."
done
; 0x189891 ; 0x189891
UnknownText_0x189891: ; 0x189891 UnknownText_0x189891: ; 0x189891
db $0, "Hm?", $51 text "Hm?"
db "That's not the", $4f
db "#MON that I was", $55 para "That's not the"
db "told about.", $57 line "#MON that I was"
cont "told about."
done
; 0x1898c0 ; 0x1898c0
UnknownText_0x1898c0: ; 0x1898c0 UnknownText_0x1898c0: ; 0x1898c0
db $0, "My grandson BILL", $4f text "My grandson BILL"
db "told me about a", $51 line "told me about a"
db "#MON that has a", $4f
db "long tongue.", $57 para "#MON that has a"
line "long tongue."
done
; 0x1898ff ; 0x1898ff
UnknownText_0x1898ff: ; 0x1898ff UnknownText_0x1898ff: ; 0x1898ff
db $0, "Ah, my grandson", $4f text "Ah, my grandson"
db "mentioned a round,", $51 line "mentioned a round,"
db "green #MON that", $4f
db "has leaves growing", $55 para "green #MON that"
db "on its head.", $57 line "has leaves growing"
cont "on its head."
done
; 0x189953 ; 0x189953
UnknownText_0x189953: ; 0x189953 UnknownText_0x189953: ; 0x189953
db $0, "Do you know of a", $4f text "Do you know of a"
db "sea #MON that", $51 line "sea #MON that"
db "has a red sphere", $4f
db "in its body?", $51 para "has a red sphere"
db "You know, the one", $4f line "in its body?"
db "that's shaped like", $55
db "a star?", $51 para "You know, the one"
db "I heard that it", $4f line "that's shaped like"
db "appears at night.", $51 cont "a star?"
db "I would surely", $4f
db "like to see it.", $57 para "I heard that it"
line "appears at night."
para "I would surely"
line "like to see it."
done
; 0x1899fe ; 0x1899fe
UnknownText_0x1899fe: ; 0x1899fe UnknownText_0x1899fe: ; 0x1899fe
db $0, "BILL told me about", $4f text "BILL told me about"
db "a #MON that is", $51 line "a #MON that is"
db "very loyal to its", $4f
db "trainer.", $51 para "very loyal to its"
db "It's supposed to", $4f line "trainer."
db "ROAR well.", $57
para "It's supposed to"
line "ROAR well."
done
; 0x189a57 ; 0x189a57
UnknownText_0x189a57: ; 0x189a57 UnknownText_0x189a57: ; 0x189a57
db $0, "I heard about a", $4f text "I heard about a"
db "cute #MON that", $55 line "cute #MON that"
db "has six tails.", $51 cont "has six tails."
db "I would love to", $4f
db "hug a cute #MON", $55 para "I would love to"
db "like that.", $57 line "hug a cute #MON"
cont "like that."
done
; 0x189ab1 ; 0x189ab1
UnknownText_0x189ab1: ; 0x189ab1 UnknownText_0x189ab1: ; 0x189ab1
db $0, "Do you know that", $4f text "Do you know that"
db "hugely popular", $55 line "hugely popular"
db "#MON?", $51 cont "#MON?"
db "The #MON that", $4f
db "has a yellow body", $55 para "The #MON that"
db "and red cheeks.", $51 line "has a yellow body"
db "I would love to", $4f cont "and red cheeks."
db "see what it looks", $51
db "like before it", $4f para "I would love to"
db "evolves.", $57 line "see what it looks"
para "like before it"
line "evolves."
done
; 0x189b42 ; 0x189b42
BillsHouse_MapEventHeader: ; 0x189b42 BillsHouse_MapEventHeader: ; 0x189b42

View File

@@ -162,148 +162,191 @@ MapBlackthornCitySignpost5Script: ; 0x1a4777
; 0x1a477a ; 0x1a477a
UnknownText_0x1a477a: ; 0x1a477a UnknownText_0x1a477a: ; 0x1a477a
db $0, "I am sorry.", $51 text "I am sorry."
db "CLAIR, our GYM", $4f
db "LEADER, entered", $51 para "CLAIR, our GYM"
db "the DRAGON'S DEN", $4f line "LEADER, entered"
db "behind the GYM.", $51
db "I have no idea", $4f para "the DRAGON'S DEN"
db "when our LEADER", $55 line "behind the GYM."
db "will return.", $57
para "I have no idea"
line "when our LEADER"
cont "will return."
done
; 0x1a47f3 ; 0x1a47f3
UnknownText_0x1a47f3: ; 0x1a47f3 UnknownText_0x1a47f3: ; 0x1a47f3
db $0, "CLAIR, our GYM", $4f text "CLAIR, our GYM"
db "LEADER, is waiting", $55 line "LEADER, is waiting"
db "for you.", $51 cont "for you."
db "However, it would", $4f
db "be impossible for", $51 para "However, it would"
db "a run-of-the-mill", $4f line "be impossible for"
db "trainer to win.", $57
para "a run-of-the-mill"
line "trainer to win."
done
; 0x1a4865 ; 0x1a4865
UnknownText_0x1a4865: ; 0x1a4865 UnknownText_0x1a4865: ; 0x1a4865
db $0, "You defeated", $4f text "You defeated"
db "CLAIR?", $51 line "CLAIR?"
db "That's amazing!", $51
db "I've never heard", $4f para "That's amazing!"
db "of her losing to", $51
db "anyone other than", $4f para "I've never heard"
db "LANCE.", $57 line "of her losing to"
para "anyone other than"
line "LANCE."
done
; 0x1a48c3 ; 0x1a48c3
UnknownText_0x1a48c3: ; 0x1a48c3 UnknownText_0x1a48c3: ; 0x1a48c3
db $0, "No. Only chosen", $4f text "No. Only chosen"
db "trainers may train", $51 line "trainers may train"
db "here.", $4f
db "Please leave.", $57 para "here."
line "Please leave."
done
; 0x1a48fb ; 0x1a48fb
UnknownText_0x1a48fb: ; 0x1a48fb UnknownText_0x1a48fb: ; 0x1a48fb
db $0, "If CLAIR allows", $4f text "If CLAIR allows"
db "it, her grand-", $55 line "it, her grand-"
db "father--our MASTER", $55 cont "father--our MASTER"
db "--will also.", $51 cont "--will also."
db "You may enter.", $57
para "You may enter."
done
; 0x1a494a ; 0x1a494a
UnknownText_0x1a494a: ; 0x1a494a UnknownText_0x1a494a: ; 0x1a494a
db $0, "My radio's busted?", $4f text "My radio's busted?"
db "Lately, I only get", $55 line "Lately, I only get"
db "this weird signal.", $57 cont "this weird signal."
done
; 0x1a4983 ; 0x1a4983
UnknownText_0x1a4983: ; 0x1a4983 UnknownText_0x1a4983: ; 0x1a4983
db $0, "Arooo! Voices in", $4f text "Arooo! Voices in"
db "my head!", $51 line "my head!"
db "Huh? I'm listening", $4f
db "to my radio!", $57 para "Huh? I'm listening"
line "to my radio!"
done
; 0x1a49bd ; 0x1a49bd
UnknownText_0x1a49bd: ; 0x1a49bd UnknownText_0x1a49bd: ; 0x1a49bd
db $0, "Are you going to", $4f text "Are you going to"
db "make your #MON", $55 line "make your #MON"
db "forget some moves?", $57 cont "forget some moves?"
done
; 0x1a49f1 ; 0x1a49f1
UnknownText_0x1a49f1: ; 0x1a49f1 UnknownText_0x1a49f1: ; 0x1a49f1
db $0, "Dragon masters all", $4f text "Dragon masters all"
db "come from the city", $55 line "come from the city"
db "of BLACKTHORN.", $57 cont "of BLACKTHORN."
done
; 0x1a4a27 ; 0x1a4a27
UnknownText_0x1a4a27: ; 0x1a4a27 UnknownText_0x1a4a27: ; 0x1a4a27
db $0, "SANTOS: …", $51 text "SANTOS: …"
db "It's Saturday…", $51
db "I'm SANTOS of", $4f para "It's Saturday…"
db "Saturday…", $57
para "I'm SANTOS of"
line "Saturday…"
done
; 0x1a4a57 ; 0x1a4a57
UnknownText_0x1a4a57: ; 0x1a4a57 UnknownText_0x1a4a57: ; 0x1a4a57
db $0, "You can have this…", $57 text "You can have this…"
done
; 0x1a4a6b ; 0x1a4a6b
UnknownText_0x1a4a6b: ; 0x1a4a6b UnknownText_0x1a4a6b: ; 0x1a4a6b
db $0, "SANTOS: …", $51 text "SANTOS: …"
db "SPELL TAG…", $51
db "Ghost-type moves", $4f para "SPELL TAG…"
db "get stronger…", $51
db "It will frighten", $4f para "Ghost-type moves"
db "you…", $57 line "get stronger…"
para "It will frighten"
line "you…"
done
; 0x1a4ab6 ; 0x1a4ab6
UnknownText_0x1a4ab6: ; 0x1a4ab6 UnknownText_0x1a4ab6: ; 0x1a4ab6
db $0, "SANTOS: …", $51 text "SANTOS: …"
db "See you again on", $4f
db "another Saturday…", $51 para "See you again on"
db "I won't have any", $4f line "another Saturday…"
db "more gifts…", $57
para "I won't have any"
line "more gifts…"
done
; 0x1a4b00 ; 0x1a4b00
UnknownText_0x1a4b00: ; 0x1a4b00 UnknownText_0x1a4b00: ; 0x1a4b00
db $0, "SANTOS: Today's", $4f text "SANTOS: Today's"
db "not Saturday…", $57 line "not Saturday…"
done
; 0x1a4b1e ; 0x1a4b1e
UnknownText_0x1a4b1e: ; 0x1a4b1e UnknownText_0x1a4b1e: ; 0x1a4b1e
db $0, "Wow, you came", $4f text "Wow, you came"
db "through the ICE", $55 line "through the ICE"
db "PATH?", $51 cont "PATH?"
db "You must be a real", $4f
db "hotshot trainer!", $57 para "You must be a real"
line "hotshot trainer!"
done
; 0x1a4b67 ; 0x1a4b67
UnknownText_0x1a4b67: ; 0x1a4b67 UnknownText_0x1a4b67: ; 0x1a4b67
db $0, "BLACKTHORN CITY", $51 text "BLACKTHORN CITY"
db "A Quiet Mountain", $4f
db "Retreat", $57 para "A Quiet Mountain"
line "Retreat"
done
; 0x1a4b91 ; 0x1a4b91
UnknownText_0x1a4b91: ; 0x1a4b91 UnknownText_0x1a4b91: ; 0x1a4b91
db $0, "BLACKTHORN CITY", $4f text "BLACKTHORN CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: CLAIR", $51 cont "LEADER: CLAIR"
db "The Blessed User", $4f
db "of Dragon #MON", $57 para "The Blessed User"
line "of Dragon #MON"
done
; 0x1a4bd9 ; 0x1a4bd9
UnknownText_0x1a4bd9: ; 0x1a4bd9 UnknownText_0x1a4bd9: ; 0x1a4bd9
db $0, "MOVE DELETER'S", $4f text "MOVE DELETER'S"
db "HOUSE", $57 line "HOUSE"
done
; 0x1a4bef ; 0x1a4bef
UnknownText_0x1a4bef: ; 0x1a4bef UnknownText_0x1a4bef: ; 0x1a4bef
db $0, "DRAGON'S DEN", $4f text "DRAGON'S DEN"
db "AHEAD", $57 line "AHEAD"
done
; 0x1a4c03 ; 0x1a4c03
UnknownText_0x1a4c03: ; 0x1a4c03 UnknownText_0x1a4c03: ; 0x1a4c03
db $0, "TRAINER TIPS", $51 text "TRAINER TIPS"
db "A #MON holding", $4f
db "a MIRACLEBERRY", $51 para "A #MON holding"
db "will cure itself", $4f line "a MIRACLEBERRY"
db "of any status", $55
db "problem.", $57 para "will cure itself"
line "of any status"
cont "problem."
done
; 0x1a4c57 ; 0x1a4c57
BlackthornCity_MapEventHeader: ; 0x1a4c57 BlackthornCity_MapEventHeader: ; 0x1a4c57

View File

@@ -24,19 +24,24 @@ UnknownText_0x195956: ; 0x195956
db $0, "ズ", $03, $00 db $0, "ズ", $03, $00
UnknownText_0x19595c: ; 0x19595c UnknownText_0x19595c: ; 0x19595c
db $0, "A clan of trainers", $4f text "A clan of trainers"
db "who can freely", $51 line "who can freely"
db "command dragons", $4f
db "live right here in", $55 para "command dragons"
db "BLACKTHORN.", $51 line "live right here in"
db "As a result, there", $4f cont "BLACKTHORN."
db "are many legends", $51
db "about dragons in", $4f para "As a result, there"
db "this town.", $57 line "are many legends"
para "about dragons in"
line "this town."
done
; 0x1959ee ; 0x1959ee
UnknownText_0x1959ee: ; 0x1959ee UnknownText_0x1959ee: ; 0x1959ee
db $0, "DRATINI: Draa!", $57 text "DRATINI: Draa!"
done
; 0x1959fe ; 0x1959fe
BlackthornDragonSpeechHouse_MapEventHeader: ; 0x1959fe BlackthornDragonSpeechHouse_MapEventHeader: ; 0x1959fe

View File

@@ -211,197 +211,260 @@ UnknownScript_0x194ef3: ; 0x194ef3
; 0x194efa ; 0x194efa
UnknownText_0x194efa: ; 0x194efa UnknownText_0x194efa: ; 0x194efa
db $0, "I am CLAIR.", $51 text "I am CLAIR."
db "The world's best", $4f
db "dragon master.", $51 para "The world's best"
db "I can hold my own", $4f line "dragon master."
db "against even the", $51
db "#MON LEAGUE's", $4f para "I can hold my own"
db "ELITE FOUR.", $51 line "against even the"
db "Do you still want", $4f
db "to take me on?", $51 para "#MON LEAGUE's"
db "…Fine.", $4f line "ELITE FOUR."
db "Let's do it!", $51
db "As a GYM LEADER,", $4f para "Do you still want"
db "I will use my full", $51 line "to take me on?"
db "power against any", $4f
db "opponent!", $57 para "…Fine."
line "Let's do it!"
para "As a GYM LEADER,"
line "I will use my full"
para "power against any"
line "opponent!"
done
; 0x194fd6 ; 0x194fd6
UnknownText_0x194fd6: ; 0x194fd6 UnknownText_0x194fd6: ; 0x194fd6
db $0, "I lost?", $51 text "I lost?"
db "I don't believe", $4f
db "it. There must be", $55 para "I don't believe"
db "some mistake…", $57 line "it. There must be"
cont "some mistake…"
done
; 0x19500e ; 0x19500e
UnknownText_0x19500e: ; 0x19500e UnknownText_0x19500e: ; 0x19500e
db $0, "I won't admit", $4f text "I won't admit"
db "this.", $51 line "this."
db "I may have lost,", $4f
db "but you're still", $51 para "I may have lost,"
db "not ready for the", $4f line "but you're still"
db "#MON LEAGUE.", $51
db "I know. You should", $4f para "not ready for the"
db "take the dragon", $55 line "#MON LEAGUE."
db "user challenge.", $51
db "Behind this GYM is", $4f para "I know. You should"
db "a place called", $55 line "take the dragon"
db "DRAGON'S DEN.", $51 cont "user challenge."
db "There is a small", $4f
db "shrine at its", $51 para "Behind this GYM is"
db "center.", $4f line "a place called"
db "Go there.", $51 cont "DRAGON'S DEN."
db "If you can prove", $4f
db "that you've lost", $51 para "There is a small"
db "your lazy ideals,", $4f line "shrine at its"
db "I will recognize", $51
db "you as a trainer", $4f para "center."
db "worthy of a GYM", $55 line "Go there."
db "BADGE!", $57
para "If you can prove"
line "that you've lost"
para "your lazy ideals,"
line "I will recognize"
para "you as a trainer"
line "worthy of a GYM"
cont "BADGE!"
done
; 0x195162 ; 0x195162
UnknownText_0x195162: ; 0x195162 UnknownText_0x195162: ; 0x195162
db $0, "What's the matter?", $51 text "What's the matter?"
db "Is it too much to", $4f
db "expect of you?", $57 para "Is it too much to"
line "expect of you?"
done
; 0x195196 ; 0x195196
UnknownText_0x195196: ; 0x195196 UnknownText_0x195196: ; 0x195196
db $0, "You've kept me", $4f text "You've kept me"
db "waiting!", $51 line "waiting!"
db "Here! Take this!", $57
para "Here! Take this!"
done
; 0x1951bf ; 0x1951bf
UnknownText_0x1951bf: ; 0x1951bf UnknownText_0x1951bf: ; 0x1951bf
db $0, $52, " received", $4f text $52, " received"
db "TM24.", $57 line "TM24."
done
; 0x1951d1 ; 0x1951d1
UnknownText_0x1951d1: ; 0x1951d1 UnknownText_0x1951d1: ; 0x1951d1
db $0, "That contains", $4f text "That contains"
db "DRAGONBREATH.", $51 line "DRAGONBREATH."
db "No, it doesn't", $4f
db "have anything to", $55 para "No, it doesn't"
db "do with my breath.", $51 line "have anything to"
db "If you don't want", $4f cont "do with my breath."
db "it, you don't have", $55
db "to take it.", $57 para "If you don't want"
line "it, you don't have"
cont "to take it."
done
; 0x19524f ; 0x19524f
UnknownText_0x19524f: ; 0x19524f UnknownText_0x19524f: ; 0x19524f
db $0, "What is this? You", $4f text "What is this? You"
db "don't have room?", $57 line "don't have room?"
done
; 0x195272 ; 0x195272
UnknownText_0x195272: ; 0x195272 UnknownText_0x195272: ; 0x195272
db $0, "What's the matter?", $51 text "What's the matter?"
db "Aren't you headed", $4f
db "to the #MON", $55 para "Aren't you headed"
db "LEAGUE?", $51 line "to the #MON"
db "Don't you know", $4f cont "LEAGUE?"
db "where it is?", $51
db "From here, go to", $4f para "Don't you know"
db "NEW BARK TOWN.", $51 line "where it is?"
db "Then SURF east.", $4f
db "The route there is", $55 para "From here, go to"
db "very tough.", $51 line "NEW BARK TOWN."
db "Don't you dare", $4f
db "lose at the #-", $55 para "Then SURF east."
db "MON LEAGUE!", $51 line "The route there is"
db "If you do, I'll", $4f cont "very tough."
db "feel even worse", $51
db "about having lost", $4f para "Don't you dare"
db "to you!", $51 line "lose at the #-"
db "Give it every-", $4f cont "MON LEAGUE!"
db "thing you've got.", $57
para "If you do, I'll"
line "feel even worse"
para "about having lost"
line "to you!"
para "Give it every-"
line "thing you've got."
done
; 0x195396 ; 0x195396
CooltrainermPaulSeenText: ; 0x195396 CooltrainermPaulSeenText: ; 0x195396
db $0, "Your first battle", $4f text "Your first battle"
db "against dragons?", $51 line "against dragons?"
db "I'll show you how", $4f
db "tough they are!", $57 para "I'll show you how"
line "tough they are!"
done
; 0x1953db ; 0x1953db
CooltrainermPaulBeatenText: ; 0x1953db CooltrainermPaulBeatenText: ; 0x1953db
db $0, "My dragon #MON", $4f text "My dragon #MON"
db "lost?", $57 line "lost?"
done
; 0x1953f1 ; 0x1953f1
UnknownText_0x1953f1: ; 0x1953f1 UnknownText_0x1953f1: ; 0x1953f1
db $0, "LANCE told you", $4f text "LANCE told you"
db "that he'd like to", $51 line "that he'd like to"
db "see you again?", $4f
db "Not a chance!", $57 para "see you again?"
line "Not a chance!"
done
; 0x19542f ; 0x19542f
CooltrainermMikeSeenText: ; 0x19542f CooltrainermMikeSeenText: ; 0x19542f
db $0, "My chance of", $4f text "My chance of"
db "losing? Not even", $55 line "losing? Not even"
db "one percent!", $57 cont "one percent!"
done
; 0x19545b ; 0x19545b
CooltrainermMikeBeatenText: ; 0x19545b CooltrainermMikeBeatenText: ; 0x19545b
db $0, "That's odd.", $57 text "That's odd."
done
; 0x195467 ; 0x195467
UnknownText_0x195467: ; 0x195467 UnknownText_0x195467: ; 0x195467
db $0, "I know my short-", $4f text "I know my short-"
db "comings now.", $51 line "comings now."
db "Thanks for showing", $4f
db "me!", $57 para "Thanks for showing"
line "me!"
done
; 0x19549d ; 0x19549d
CooltrainerfLolaSeenText: ; 0x19549d CooltrainerfLolaSeenText: ; 0x19549d
db $0, "Dragons are sacred", $4f text "Dragons are sacred"
db "#MON.", $51 line "#MON."
db "They are full of", $4f
db "life energy.", $51 para "They are full of"
db "If you're not", $4f line "life energy."
db "serious, you won't", $51
db "be able to beat", $4f para "If you're not"
db "them.", $57 line "serious, you won't"
para "be able to beat"
line "them."
done
; 0x19550a ; 0x19550a
CooltrainerfLolaBeatenText: ; 0x19550a CooltrainerfLolaBeatenText: ; 0x19550a
db $0, "Way to go!", $57 text "Way to go!"
done
; 0x195516 ; 0x195516
UnknownText_0x195516: ; 0x195516 UnknownText_0x195516: ; 0x195516
db $0, "Dragons are weak", $4f text "Dragons are weak"
db "against dragon-", $55 line "against dragon-"
db "type moves.", $57 cont "type moves."
done
; 0x195544 ; 0x195544
BlackthornGymGuyText: ; 0x195544 BlackthornGymGuyText: ; 0x195544
db $0, "Yo! CHAMP in", $4f text "Yo! CHAMP in"
db "making!", $51 line "making!"
db "It's been a long", $4f
db "journey, but we", $51 para "It's been a long"
db "are almost done!", $4f line "journey, but we"
db "Count on me!", $51
db "CLAIR uses the", $4f para "are almost done!"
db "mythical and sac-", $55 line "Count on me!"
db "red dragon-type", $55
db "#MON.", $51 para "CLAIR uses the"
db "You can't damage", $4f line "mythical and sac-"
db "them very easily.", $51 cont "red dragon-type"
db "But you know,", $4f cont "#MON."
db "they're supposed", $51
db "to be weak against", $4f para "You can't damage"
db "ice-type moves.", $57 line "them very easily."
para "But you know,"
line "they're supposed"
para "to be weak against"
line "ice-type moves."
done
; 0x195632 ; 0x195632
BlackthornGymGuyWinText: ; 0x195632 BlackthornGymGuyWinText: ; 0x195632
db $0, "You were great to", $4f text "You were great to"
db "beat CLAIR!", $51 line "beat CLAIR!"
db "All that's left is", $4f
db "the #MON LEAGUE", $55 para "All that's left is"
db "challenge.", $51 line "the #MON LEAGUE"
db "You're on the way", $4f cont "challenge."
db "to becoming the", $55
db "#MON CHAMPION!", $57 para "You're on the way"
line "to becoming the"
cont "#MON CHAMPION!"
done
; 0x1956ae ; 0x1956ae
BlackthornGym1F_MapEventHeader: ; 0x1956ae BlackthornGym1F_MapEventHeader: ; 0x1956ae

View File

@@ -128,45 +128,55 @@ CooltrainerfFranScript: ; 0x195781
; 0x195789 ; 0x195789
CooltrainermCodySeenText: ; 0x195789 CooltrainermCodySeenText: ; 0x195789
db $0, "It's not as if we", $4f text "It's not as if we"
db "all use dragon-", $55 line "all use dragon-"
db "type #MON.", $57 cont "type #MON."
done
; 0x1957b6 ; 0x1957b6
CooltrainermCodyBeatenText: ; 0x1957b6 CooltrainermCodyBeatenText: ; 0x1957b6
db $0, "Rats! If only I", $4f text "Rats! If only I"
db "had a dragon!", $57 line "had a dragon!"
done
; 0x1957d5 ; 0x1957d5
UnknownText_0x1957d5: ; 0x1957d5 UnknownText_0x1957d5: ; 0x1957d5
db $0, "Members of our", $4f text "Members of our"
db "dragon-user clan", $51 line "dragon-user clan"
db "can use dragon", $4f
db "#MON only after", $51 para "can use dragon"
db "our MASTER allows", $4f line "#MON only after"
db "it.", $57
para "our MASTER allows"
line "it."
done
; 0x19582b ; 0x19582b
CooltrainerfFranSeenText: ; 0x19582b CooltrainerfFranSeenText: ; 0x19582b
db $0, "I can't allow a", $4f text "I can't allow a"
db "nameless trainer", $55 line "nameless trainer"
db "past me!", $51 cont "past me!"
db "CLAIR would be", $4f
db "livid if I did!", $57 para "CLAIR would be"
line "livid if I did!"
done
; 0x195874 ; 0x195874
CooltrainerfFranBeatenText: ; 0x195874 CooltrainerfFranBeatenText: ; 0x195874
db $0, "Awww… I lost…", $57 text "Awww… I lost…"
done
; 0x195883 ; 0x195883
UnknownText_0x195883: ; 0x195883 UnknownText_0x195883: ; 0x195883
db $0, "Uh-oh… CLAIR is", $4f text "Uh-oh… CLAIR is"
db "going to be mad…", $57 line "going to be mad…"
done
; 0x1958a5 ; 0x1958a5
UnknownText_0x1958a5: ; 0x1958a5 UnknownText_0x1958a5: ; 0x1958a5
db $0, "The boulder fell", $4f text "The boulder fell"
db "through!", $57 line "through!"
done
; 0x1958c0 ; 0x1958c0
BlackthornGym2F_MapEventHeader: ; 0x1958c0 BlackthornGym2F_MapEventHeader: ; 0x1958c0

View File

@@ -22,23 +22,29 @@ BlackBeltScript_0x195a67: ; 0x195a67
; 0x195a6a ; 0x195a6a
UnknownText_0x195a6a: ; 0x195a6a UnknownText_0x195a6a: ; 0x195a6a
db $0, "You can't buy MAX", $4f text "You can't buy MAX"
db "REVIVE, but it", $51 line "REVIVE, but it"
db "fully restores a", $4f
db "fainted #MON.", $51 para "fully restores a"
db "Beware--it won't", $4f line "fainted #MON."
db "restore PP, the", $51
db "POWER POINTS", $4f para "Beware--it won't"
db "needed for moves.", $57 line "restore PP, the"
para "POWER POINTS"
line "needed for moves."
done
; 0x195ae9 ; 0x195ae9
UnknownText_0x195ae9: ; 0x195ae9 UnknownText_0x195ae9: ; 0x195ae9
db $0, "MAX REPEL keeps", $4f text "MAX REPEL keeps"
db "weak #MON away", $55 line "weak #MON away"
db "from you.", $51 cont "from you."
db "It's the longest", $4f
db "lasting of the", $55 para "It's the longest"
db "REPEL sprays.", $57 line "lasting of the"
cont "REPEL sprays."
done
; 0x195b40 ; 0x195b40
BlackthornMart_MapEventHeader: ; 0x195b40 BlackthornMart_MapEventHeader: ; 0x195b40

View File

@@ -23,24 +23,31 @@ CooltrainerMScript_0x195b82: ; 0x195b82
; 0x195b85 ; 0x195b85
UnknownText_0x195b85: ; 0x195b85 UnknownText_0x195b85: ; 0x195b85
db $0, "Deep inside far-", $4f text "Deep inside far-"
db "off INDIGO PLATEAU", $51 line "off INDIGO PLATEAU"
db "is the #MON", $4f
db "LEAGUE.", $51 para "is the #MON"
db "I hear the best", $4f line "LEAGUE."
db "trainers gather", $51
db "there from around", $4f para "I hear the best"
db "the country.", $57 line "trainers gather"
para "there from around"
line "the country."
done
; 0x195bfd ; 0x195bfd
UnknownText_0x195bfd: ; 0x195bfd UnknownText_0x195bfd: ; 0x195bfd
db $0, "There was this", $4f text "There was this"
db "move I just had", $51 line "move I just had"
db "to teach my #-", $4f
db "MON.", $51 para "to teach my #-"
db "So I got the MOVE", $4f line "MON."
db "DELETER to make it", $55
db "forget an HM move.", $57 para "So I got the MOVE"
line "DELETER to make it"
cont "forget an HM move."
done
; 0x195c69 ; 0x195c69
BlackthornPokeCenter1F_MapEventHeader: ; 0x195c69 BlackthornPokeCenter1F_MapEventHeader: ; 0x195c69

View File

@@ -69,72 +69,91 @@ UnknownScript_0x19b12a: ; 0x19b12a
; 0x19b130 ; 0x19b130
UnknownText_0x19b130: ; 0x19b130 UnknownText_0x19b130: ; 0x19b130
db $0, "DAISY: Hi! My kid", $4f text "DAISY: Hi! My kid"
db "brother is the GYM", $51 line "brother is the GYM"
db "LEADER in VIRIDIAN", $4f
db "CITY.", $51 para "LEADER in VIRIDIAN"
db "But he goes out", $4f line "CITY."
db "of town so often,", $51
db "it causes problems", $4f para "But he goes out"
db "for the trainers.", $57 line "of town so often,"
para "it causes problems"
line "for the trainers."
done
; 0x19b1b6 ; 0x19b1b6
UnknownText_0x19b1b6: ; 0x19b1b6 UnknownText_0x19b1b6: ; 0x19b1b6
db $0, "DAISY: Hi! Good", $4f text "DAISY: Hi! Good"
db "timing. I'm about", $55 line "timing. I'm about"
db "to have some tea.", $51 cont "to have some tea."
db "Would you like to", $4f
db "join me?", $51 para "Would you like to"
db "Oh, your #MON", $4f line "join me?"
db "are a bit dirty.", $51
db "Would you like me", $4f para "Oh, your #MON"
db "to groom one?", $57 line "are a bit dirty."
para "Would you like me"
line "to groom one?"
done
; 0x19b244 ; 0x19b244
UnknownText_0x19b244: ; 0x19b244 UnknownText_0x19b244: ; 0x19b244
db $0, "DAISY: Which one", $4f text "DAISY: Which one"
db "should I groom?", $57 line "should I groom?"
done
; 0x19b266 ; 0x19b266
UnknownText_0x19b266: ; 0x19b266 UnknownText_0x19b266: ; 0x19b266
db $0, "DAISY: OK, I'll", $4f text "DAISY: OK, I'll"
db "get it looking", $55 line "get it looking"
db "nice in no time.", $57 cont "nice in no time."
done
; 0x19b296 ; 0x19b296
UnknownText_0x19b296: ; 0x19b296 UnknownText_0x19b296: ; 0x19b296
text_from_ram $d099 text_from_ram $d099
db $0, " looks", $4f text " looks"
db "content.", $57 line "content."
done
; 0x19b2aa ; 0x19b2aa
UnknownText_0x19b2aa: ; 0x19b2aa UnknownText_0x19b2aa: ; 0x19b2aa
db $0, "DAISY: There you", $4f text "DAISY: There you"
db "go! All done.", $51 line "go! All done."
db "See? Doesn't it", $4f
db "look nice?", $51 para "See? Doesn't it"
db "It's such a cute", $4f line "look nice?"
db "#MON.", $57
para "It's such a cute"
line "#MON."
done
; 0x19b2fa ; 0x19b2fa
UnknownText_0x19b2fa: ; 0x19b2fa UnknownText_0x19b2fa: ; 0x19b2fa
db $0, "DAISY: I always", $4f text "DAISY: I always"
db "have tea around", $51 line "have tea around"
db "this time. Come", $4f
db "join me.", $57 para "this time. Come"
line "join me."
done
; 0x19b334 ; 0x19b334
UnknownText_0x19b334: ; 0x19b334 UnknownText_0x19b334: ; 0x19b334
db $0, "DAISY: You don't", $4f text "DAISY: You don't"
db "want to have one", $51 line "want to have one"
db "groomed? OK, we'll", $4f
db "just have tea.", $57 para "groomed? OK, we'll"
line "just have tea."
done
; 0x19b377 ; 0x19b377
UnknownText_0x19b377: ; 0x19b377 UnknownText_0x19b377: ; 0x19b377
db $0, "DAISY: Oh, sorry.", $4f text "DAISY: Oh, sorry."
db "I honestly can't", $55 line "I honestly can't"
db "groom an EGG.", $57 cont "groom an EGG."
done
; 0x19b3a8 ; 0x19b3a8
BluesHouse_MapEventHeader: ; 0x19b3a8 BluesHouse_MapEventHeader: ; 0x19b3a8

View File

@@ -91,38 +91,50 @@ MovementData_0x1809f9: ; 0x1809f9
; 0x1809fe ; 0x1809fe
UnknownText_0x1809fe: ; 0x1809fe UnknownText_0x1809fe: ; 0x1809fe
db $0, "I am BRUNO of the", $4f text "I am BRUNO of the"
db "ELITE FOUR.", $51 line "ELITE FOUR."
db "I always train to", $4f
db "the extreme be-", $55 para "I always train to"
db "cause I believe in", $55 line "the extreme be-"
db "our potential.", $51 cont "cause I believe in"
db "That is how we", $4f cont "our potential."
db "became strong.", $51
db "Can you withstand", $4f para "That is how we"
db "our power?", $51 line "became strong."
db "Hm? I see no fear", $4f
db "in you. You look", $51 para "Can you withstand"
db "determined. Per-", $4f line "our power?"
db "fect for battle!", $51
db "Ready, ", $52, "?", $4f para "Hm? I see no fear"
db "You will bow down", $51 line "in you. You look"
db "to our overwhelm-", $4f
db "ing power!", $51 para "determined. Per-"
db "Hoo hah!", $57 line "fect for battle!"
para "Ready, ", $52, "?"
line "You will bow down"
para "to our overwhelm-"
line "ing power!"
para "Hoo hah!"
done
; 0x180b23 ; 0x180b23
UnknownText_0x180b23: ; 0x180b23 UnknownText_0x180b23: ; 0x180b23
db $0, "Why? How could we", $4f text "Why? How could we"
db "lose?", $57 line "lose?"
done
; 0x180b3c ; 0x180b3c
UnknownText_0x180b3c: ; 0x180b3c UnknownText_0x180b3c: ; 0x180b3c
db $0, "Having lost, I", $4f text "Having lost, I"
db "have no right to", $55 line "have no right to"
db "say anything…", $51 cont "say anything…"
db "Go face your next", $4f
db "challenge!", $57 para "Go face your next"
line "challenge!"
done
; 0x180b88 ; 0x180b88
BrunosRoom_MapEventHeader: ; 0x180b88 BrunosRoom_MapEventHeader: ; 0x180b88

Some files were not shown because too many files have changed in this diff Show More