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

View File

@@ -182,93 +182,129 @@ MovementData_0x185cd3: ; 0x185cd3
; 0x185cd9 ; 0x185cd9
UnknownText_0x185cd9: ; 0x185cd9 UnknownText_0x185cd9: ; 0x185cd9
db $0, $56, " ", $56, " ", $56, $51 text $56, " ", $56, " ", $56
db "…Oh, it's you.", $51
db "I came looking for", $4f para "…Oh, it's you."
db "some legendary", $51
db "#MON that they", $4f para "I came looking for"
db "say roosts here.", $51 line "some legendary"
db "But there's", $4f
db "nothing here!", $51 para "#MON that they"
db "Nothing after all", $4f line "say roosts here."
db "the trouble of", $51
db "coming to this", $4f para "But there's"
db "dump? No way!", $51 line "nothing here!"
db "It's all your", $4f
db "fault!", $57 para "Nothing after all"
line "the trouble of"
para "coming to this"
line "dump? No way!"
para "It's all your"
line "fault!"
done
; 0x185d9b ; 0x185d9b
UnknownText_0x185d9b: ; 0x185d9b UnknownText_0x185d9b: ; 0x185d9b
db $0, "…Humph!", $51 text "…Humph!"
db "This is why I hate", $4f
db "battling wimps.", $51 para "This is why I hate"
db "There's no", $4f line "battling wimps."
db "challenge in it.", $57
para "There's no"
line "challenge in it."
done
; 0x185de2 ; 0x185de2
UnknownText_0x185de2: ; 0x185de2 UnknownText_0x185de2: ; 0x185de2
db $0, "…Aw, whatever.", $51 text "…Aw, whatever."
db "You would never be", $4f
db "able to catch a", $51 para "You would never be"
db "legendary #MON", $4f line "able to catch a"
db "anyway.", $57
para "legendary #MON"
line "anyway."
done
; 0x185e2c ; 0x185e2c
UnknownText_0x185e2c: ; 0x185e2c UnknownText_0x185e2c: ; 0x185e2c
db $0, "…Humph!", $51 text "…Humph!"
db "This is why I hate", $4f
db "battling wimps.", $51 para "This is why I hate"
db "It's just a waste", $4f line "battling wimps."
db "of my time.", $57
para "It's just a waste"
line "of my time."
done
; 0x185e75 ; 0x185e75
UnknownText_0x185e75: ; 0x185e75 UnknownText_0x185e75: ; 0x185e75
db $0, "Humph!", $51 text "Humph!"
db "What are you doing", $4f
db "falling into a", $51 para "What are you doing"
db "hole? Some genius", $4f line "falling into a"
db "you are!", $51
db "Serves you right!", $57 para "hole? Some genius"
line "you are!"
para "Serves you right!"
done
; 0x185ecc ; 0x185ecc
UnknownText_0x185ecc: ; 0x185ecc UnknownText_0x185ecc: ; 0x185ecc
db $0, "EUSINE: My name's", $4f text "EUSINE: My name's"
db "EUSINE.", $51 line "EUSINE."
db "I'm on the trail", $4f
db "of a #MON named", $55 para "I'm on the trail"
db "SUICUNE.", $51 line "of a #MON named"
db "And you are…?", $51 cont "SUICUNE."
db $52, "? Glad to", $4f
db "meet you!", $51 para "And you are…?"
db "I heard rumors", $4f
db "that SUICUNE is in", $51 para $52, "? Glad to"
db "this BURNED TOWER,", $4f line "meet you!"
db "so I came to look.", $51
db "But where exactly", $4f para "I heard rumors"
db "could it be?", $57 line "that SUICUNE is in"
para "this BURNED TOWER,"
line "so I came to look."
para "But where exactly"
line "could it be?"
done
; 0x185f99 ; 0x185f99
UnknownText_0x185f99: ; 0x185f99 UnknownText_0x185f99: ; 0x185f99
db $0, "EUSINE: I heard", $4f text "EUSINE: I heard"
db "that SUICUNE is in", $51 line "that SUICUNE is in"
db "this BURNED TOWER,", $4f
db "so I came to look.", $51 para "this BURNED TOWER,"
db "But where exactly", $4f line "so I came to look."
db "could it be?", $57
para "But where exactly"
line "could it be?"
done
; 0x186002 ; 0x186002
UnknownText_0x186002: ; 0x186002 UnknownText_0x186002: ; 0x186002
db $0, "MORTY: ECRUTEAK's", $4f text "MORTY: ECRUTEAK's"
db "GYM LEADER has to", $51 line "GYM LEADER has to"
db "study what are", $4f
db "said to be the", $51 para "study what are"
db "legendary #MON", $4f line "said to be the"
db "--SUICUNE, ENTEI", $55
db "and RAIKOU.", $51 para "legendary #MON"
db "EUSINE is here, so", $4f line "--SUICUNE, ENTEI"
db "I've decided to", $51 cont "and RAIKOU."
db "investigate the", $4f
db "TOWER with him.", $57 para "EUSINE is here, so"
line "I've decided to"
para "investigate the"
line "TOWER with him."
done
; 0x1860b2 ; 0x1860b2
BurnedTower1F_MapEventHeader: ; 0x1860b2 BurnedTower1F_MapEventHeader: ; 0x1860b2

View File

@@ -204,32 +204,47 @@ MovementData_0x186263: ; 0x186263
; 0x18626a ; 0x18626a
UnknownText_0x18626a: ; 0x18626a UnknownText_0x18626a: ; 0x18626a
db $0, "EUSINE: I dug a", $4f text "EUSINE: I dug a"
db "hole here, too…", $51 line "hole here, too…"
db "I was shocked!", $51
db "SUICUNE raced by", $4f para "I was shocked!"
db "like a blur, right", $51
db "in front of my", $4f para "SUICUNE raced by"
db "eyes!", $51 line "like a blur, right"
db "For ten years I", $4f
db "chased SUICUNE,", $51 para "in front of my"
db "and I finally got", $4f line "eyes!"
db "to see it.", $51
db "I'm all choked up!", $51 para "For ten years I"
db $52, ", I owe", $4f line "chased SUICUNE,"
db "this all to you!", $51
db "Thank you!", $51 para "and I finally got"
db "I heard that the", $4f line "to see it."
db "legendary #MON", $51
db "of ECRUTEAK test", $4f para "I'm all choked up!"
db "chosen humans by", $51
db "allowing them to", $4f para $52, ", I owe"
db "get close.", $51 line "this all to you!"
db "I'm going to track", $4f
db "SUICUNE.", $51 para "Thank you!"
db $52, ", let's", $4f
db "meet again!", $51 para "I heard that the"
db "Farewell!", $57 line "legendary #MON"
para "of ECRUTEAK test"
line "chosen humans by"
para "allowing them to"
line "get close."
para "I'm going to track"
line "SUICUNE."
para $52, ", let's"
line "meet again!"
para "Farewell!"
done
; 0x1863de ; 0x1863de
BurnedTowerB1F_MapEventHeader: ; 0x1863de BurnedTowerB1F_MapEventHeader: ; 0x1863de

View File

@@ -123,84 +123,106 @@ UnknownScript_0x730db: ; 0x730db
; 0x730de ; 0x730de
UnknownText_0x730de: ; 0x730de UnknownText_0x730de: ; 0x730de
db $0, "Hi!", $51 text "Hi!"
db "We're holding an", $4f
db "eatathon contest.", $51 para "We're holding an"
db "We can't serve you", $4f line "eatathon contest."
db "right now. Sorry.", $57
para "We can't serve you"
line "right now. Sorry."
done
; 0x73129 ; 0x73129
UnknownText_0x73129: ; 0x73129 UnknownText_0x73129: ; 0x73129
db $0, "…Snarfle, chew…", $57 text "…Snarfle, chew…"
done
; 0x7313a ; 0x7313a
UnknownText_0x7313a: ; 0x7313a UnknownText_0x7313a: ; 0x7313a
db $0, "Don't talk to me!", $51 text "Don't talk to me!"
db "You'll break my", $4f
db "concentration!", $57 para "You'll break my"
line "concentration!"
done
; 0x7316a ; 0x7316a
UnknownText_0x7316a: ; 0x7316a UnknownText_0x7316a: ; 0x7316a
db $0, "…Gulp… Chew…", $57 text "…Gulp… Chew…"
done
; 0x73178 ; 0x73178
UnknownText_0x73178: ; 0x73178 UnknownText_0x73178: ; 0x73178
db $0, "I take quantity", $4f text "I take quantity"
db "over quality!", $51 line "over quality!"
db "I'm happy when I'm", $4f
db "full!", $57 para "I'm happy when I'm"
line "full!"
done
; 0x731ae ; 0x731ae
UnknownText_0x731ae: ; 0x731ae UnknownText_0x731ae: ; 0x731ae
db $0, "Munch, munch…", $57 text "Munch, munch…"
done
; 0x731bd ; 0x731bd
UnknownText_0x731bd: ; 0x731bd UnknownText_0x731bd: ; 0x731bd
db $0, "The food is good", $4f text "The food is good"
db "here, but GOLDEN-", $55 line "here, but GOLDEN-"
db "ROD has the best", $55 cont "ROD has the best"
db "food anywhere.", $57 cont "food anywhere."
done
; 0x73201 ; 0x73201
UnknownText_0x73201: ; 0x73201 UnknownText_0x73201: ; 0x73201
db $0, "Crunch… Crunch…", $57 text "Crunch… Crunch…"
done
; 0x73212 ; 0x73212
UnknownText_0x73212: ; 0x73212 UnknownText_0x73212: ; 0x73212
db $0, "Nobody here will", $4f text "Nobody here will"
db "give you a COIN", $51 line "give you a COIN"
db "CASE. You should", $4f
db "look in JOHTO.", $57 para "CASE. You should"
line "look in JOHTO."
done
; 0x73254 ; 0x73254
UnknownText_0x73254: ; 0x73254 UnknownText_0x73254: ; 0x73254
db $0, "Crunch… Crunch…", $51 text "Crunch… Crunch…"
db "I can keep eating!", $57
para "I can keep eating!"
done
; 0x73278 ; 0x73278
UnknownText_0x73278: ; 0x73278 UnknownText_0x73278: ; 0x73278
db $0, "More, CHEF!", $57 text "More, CHEF!"
done
; 0x73285 ; 0x73285
UnknownText_0x73285: ; 0x73285 UnknownText_0x73285: ; 0x73285
db $0, "Eatathon Contest!", $4f text "Eatathon Contest!"
db "No time limit!", $51 line "No time limit!"
db "A battle without", $4f
db "end! The biggest", $51 para "A battle without"
db "muncher gets it", $4f line "end! The biggest"
db "all for free!", $57
para "muncher gets it"
line "all for free!"
done
; 0x732e7 ; 0x732e7
UnknownText_0x732e7: ; 0x732e7 UnknownText_0x732e7: ; 0x732e7
db $0, $52, " found", $4f text $52, " found"
db "@" line "@"
text_from_ram $d099 text_from_ram $d099
db $0, "!", $57 text "!"
done
; 0x732f7 ; 0x732f7
UnknownText_0x732f7: ; 0x732f7 UnknownText_0x732f7: ; 0x732f7
db $0, "But ", $52, " can't", $4f text "But ", $52, " can't"
db "hold another item…", $57 line "hold another item…"
done
; 0x73316 ; 0x73316
CeladonCafe_MapEventHeader: ; 0x73316 CeladonCafe_MapEventHeader: ; 0x73316

View File

@@ -91,137 +91,176 @@ MapCeladonCitySignpostItem7: ; 0x1a9f7a
; 0x1a9f7d ; 0x1a9f7d
UnknownText_0x1a9f7d: ; 0x1a9f7d UnknownText_0x1a9f7d: ; 0x1a9f7d
db $0, "This POLIWRATH is", $4f text "This POLIWRATH is"
db "my partner.", $51 line "my partner."
db "I wonder if it'll", $4f
db "ever evolve into a", $55 para "I wonder if it'll"
db "frog #MON.", $57 line "ever evolve into a"
cont "frog #MON."
done
; 0x1a9fcb ; 0x1a9fcb
UnknownText_0x1a9fcb: ; 0x1a9fcb UnknownText_0x1a9fcb: ; 0x1a9fcb
db $0, "POLIWRATH: Croak!", $57 text "POLIWRATH: Croak!"
done
; 0x1a9fde ; 0x1a9fde
UnknownText_0x1a9fde: ; 0x1a9fde UnknownText_0x1a9fde: ; 0x1a9fde
db $0, "I lost at the slot", $4f text "I lost at the slot"
db "machines again…", $51 line "machines again…"
db "We girls also play", $4f
db "the slots now.", $51 para "We girls also play"
db "You should check", $4f line "the slots now."
db "them out too.", $57
para "You should check"
line "them out too."
done
; 0x1aa043 ; 0x1aa043
UnknownText_0x1aa043: ; 0x1aa043 UnknownText_0x1aa043: ; 0x1aa043
db $0, "GRIMER have been", $4f text "GRIMER have been"
db "appearing lately.", $51 line "appearing lately."
db "See that pond out", $4f
db "in front of the", $51 para "See that pond out"
db "house? GRIMER live", $4f line "in front of the"
db "there now.", $51
db "Where did they", $4f para "house? GRIMER live"
db "come from? This is", $55 line "there now."
db "a serious problem…", $57
para "Where did they"
line "come from? This is"
cont "a serious problem…"
done
; 0x1aa0dc ; 0x1aa0dc
UnknownText_0x1aa0dc: ; 0x1aa0dc UnknownText_0x1aa0dc: ; 0x1aa0dc
db $0, "Nihihi! This GYM", $4f text "Nihihi! This GYM"
db "is great! Only", $51 line "is great! Only"
db "girls are allowed", $4f
db "here!", $57 para "girls are allowed"
line "here!"
done
; 0x1aa115 ; 0x1aa115
UnknownText_0x1aa115: ; 0x1aa115 UnknownText_0x1aa115: ; 0x1aa115
db $0, "Want to know a", $4f text "Want to know a"
db "secret?", $51 line "secret?"
db "CELADON MANSION", $4f
db "has a hidden back", $55 para "CELADON MANSION"
db "door.", $57 line "has a hidden back"
cont "door."
done
; 0x1aa155 ; 0x1aa155
UnknownText_0x1aa155: ; 0x1aa155 UnknownText_0x1aa155: ; 0x1aa155
db $0, "They're holding an", $4f text "They're holding an"
db "eating contest at", $55 line "eating contest at"
db "the restaurant.", $51 cont "the restaurant."
db "Just watching them", $4f
db "go at it makes me", $55 para "Just watching them"
db "feel bloated…", $57 line "go at it makes me"
cont "feel bloated…"
done
; 0x1aa1bd ; 0x1aa1bd
UnknownText_0x1aa1bd: ; 0x1aa1bd UnknownText_0x1aa1bd: ; 0x1aa1bd
db $0, "CELADON DEPT.STORE", $4f text "CELADON DEPT.STORE"
db "has the biggest", $51 line "has the biggest"
db "and best selection", $4f
db "of merchandise.", $51 para "and best selection"
db "If you can't get", $4f line "of merchandise."
db "it there, you", $51
db "can't get it any-", $4f para "If you can't get"
db "where.", $51 line "it there, you"
db "Gee… I sound like", $4f
db "a sales clerk.", $57 para "can't get it any-"
line "where."
para "Gee… I sound like"
line "a sales clerk."
done
; 0x1aa25b ; 0x1aa25b
; possibly unused ; possibly unused
UnknownText_0x1aa25b: ; 0x1aa25b UnknownText_0x1aa25b: ; 0x1aa25b
db $0, "I love being", $4f text "I love being"
db "surrounded by tall", $55 line "surrounded by tall"
db "buildings!", $51 cont "buildings!"
db "Isn't it true that", $4f
db "GOLDENROD #MON", $51 para "Isn't it true that"
db "CENTER was made", $4f line "GOLDENROD #MON"
db "much, much bigger?", $51
db "That is so neat!", $4f para "CENTER was made"
db "I wish we had a", $51 line "much, much bigger?"
db "place like that in", $4f
db "KANTO…", $57 para "That is so neat!"
line "I wish we had a"
para "place like that in"
line "KANTO…"
done
; 0x1aa306 ; 0x1aa306
UnknownText_0x1aa306: ; 0x1aa306 UnknownText_0x1aa306: ; 0x1aa306
db $0, "Looking at the", $4f text "Looking at the"
db "ground while I was", $51 line "ground while I was"
db "walking made me", $4f
db "dizzy.", $57 para "walking made me"
line "dizzy."
done
; 0x1aa340 ; 0x1aa340
UnknownText_0x1aa340: ; 0x1aa340 UnknownText_0x1aa340: ; 0x1aa340
db $0, "CELADON CITY", $51 text "CELADON CITY"
db "The City of", $4f
db "Rainbow Dreams", $57 para "The City of"
line "Rainbow Dreams"
done
; 0x1aa369 ; 0x1aa369
UnknownText_0x1aa369: ; 0x1aa369 UnknownText_0x1aa369: ; 0x1aa369
db $0, "CELADON CITY", $4f text "CELADON CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: ERIKA", $51 cont "LEADER: ERIKA"
db "The Nature-Loving", $4f
db "Princess", $57 para "The Nature-Loving"
line "Princess"
done
; 0x1aa3a9 ; 0x1aa3a9
UnknownText_0x1aa3a9: ; 0x1aa3a9 UnknownText_0x1aa3a9: ; 0x1aa3a9
db $0, "Find What You", $4f text "Find What You"
db "Need at CELADON", $55 line "Need at CELADON"
db "DEPT.STORE!", $57 cont "DEPT.STORE!"
done
; 0x1aa3d4 ; 0x1aa3d4
UnknownText_0x1aa3d4: ; 0x1aa3d4 UnknownText_0x1aa3d4: ; 0x1aa3d4
db $0, "CELADON MANSION", $57 text "CELADON MANSION"
done
; 0x1aa3e5 ; 0x1aa3e5
UnknownText_0x1aa3e5: ; 0x1aa3e5 UnknownText_0x1aa3e5: ; 0x1aa3e5
db $0, "The Playground for", $4f text "The Playground for"
db "Everybody--CELADON", $55 line "Everybody--CELADON"
db "GAME CORNER", $57 cont "GAME CORNER"
done
; 0x1aa418 ; 0x1aa418
UnknownText_0x1aa418: ; 0x1aa418 UnknownText_0x1aa418: ; 0x1aa418
db $0, "TRAINER TIPS", $51 text "TRAINER TIPS"
db "GUARD SPEC.", $4f
db "protects #MON", $51 para "GUARD SPEC."
db "against SPECIAL", $4f line "protects #MON"
db "attacks such as", $55
db "fire and water.", $51 para "against SPECIAL"
db "Get your items at", $4f line "attacks such as"
db "CELADON DEPT.", $55 cont "fire and water."
db "STORE!", $57
para "Get your items at"
line "CELADON DEPT."
cont "STORE!"
done
; 0x1aa497 ; 0x1aa497
CeladonCity_MapEventHeader: ; 0x1aa497 CeladonCity_MapEventHeader: ; 0x1aa497

View File

@@ -27,41 +27,55 @@ MapCeladonDeptStore6FSignpost1Script: ; 0x709ec
; 0x709ef ; 0x709ef
UnknownText_0x709ef: ; 0x709ef UnknownText_0x709ef: ; 0x709ef
db $0, "Hello! Welcome to", $4f text "Hello! Welcome to"
db "CELADON DEPT.", $55 line "CELADON DEPT."
db "STORE!", $51 cont "STORE!"
db "The directory is", $4f
db "on the wall.", $57 para "The directory is"
line "on the wall."
done
; 0x70a35 ; 0x70a35
UnknownText_0x70a35: ; 0x70a35 UnknownText_0x70a35: ; 0x70a35
db $0, "This DEPT.STORE is", $4f text "This DEPT.STORE is"
db "part of the same", $51 line "part of the same"
db "chain as the one", $4f
db "in GOLDENROD CITY.", $51 para "chain as the one"
db "They were both", $4f line "in GOLDENROD CITY."
db "renovated at the", $55
db "same time.", $57 para "They were both"
line "renovated at the"
cont "same time."
done
; 0x70aa9 ; 0x70aa9
UnknownText_0x70aa9: ; 0x70aa9 UnknownText_0x70aa9: ; 0x70aa9
db $0, "This is my first", $4f text "This is my first"
db "time here.", $51 line "time here."
db "It's so big…", $51
db "I'm afraid I'll", $4f para "It's so big…"
db "get lost.", $57
para "I'm afraid I'll"
line "get lost."
done
; 0x70aea ; 0x70aea
UnknownText_0x70aea: ; 0x70aea UnknownText_0x70aea: ; 0x70aea
db $0, "1F: SERVICE", $4f text "1F: SERVICE"
db " COUNTER", $51 line " COUNTER"
db "2F: TRAINER'S", $4f
db " MARKET", $51 para "2F: TRAINER'S"
db "3F: TM SHOP", $51 line " MARKET"
db "4F: WISEMAN GIFTS", $51
db "5F: DRUG STORE", $51 para "3F: TM SHOP"
db "6F: ROOFTOP", $4f
db " SQUARE", $57 para "4F: WISEMAN GIFTS"
para "5F: DRUG STORE"
para "6F: ROOFTOP"
line " SQUARE"
done
; 0x70b60 ; 0x70b60
CeladonDeptStore1F_MapEventHeader: ; 0x70b60 CeladonDeptStore1F_MapEventHeader: ; 0x70b60

View File

@@ -39,29 +39,37 @@ MapCeladonDeptStore2FSignpost1Script: ; 0x70bc6
; 0x70bc9 ; 0x70bc9
UnknownText_0x70bc9: ; 0x70bc9 UnknownText_0x70bc9: ; 0x70bc9
db $0, "I just recently", $4f text "I just recently"
db "became a trainer.", $51 line "became a trainer."
db "My son encouraged", $4f
db "me to do it.", $51 para "My son encouraged"
db "I'm impressed by", $4f line "me to do it."
db "the selection of", $55
db "convenient items.", $57 para "I'm impressed by"
line "the selection of"
cont "convenient items."
done
; 0x70c3e ; 0x70c3e
UnknownText_0x70c3e: ; 0x70c3e UnknownText_0x70c3e: ; 0x70c3e
db $0, "My dad's having a", $4f text "My dad's having a"
db "hard time learning", $51 line "hard time learning"
db "the names of items", $4f
db "and how they are", $51 para "the names of items"
db "supposed to be", $4f line "and how they are"
db "used…", $57
para "supposed to be"
line "used…"
done
; 0x70c9c ; 0x70c9c
UnknownText_0x70c9c: ; 0x70c9c UnknownText_0x70c9c: ; 0x70c9c
db $0, "Top Grade Items", $4f text "Top Grade Items"
db "for Trainers!", $51 line "for Trainers!"
db "2F: TRAINER'S", $4f
db " MARKET", $57 para "2F: TRAINER'S"
line " MARKET"
done
; 0x70cd4 ; 0x70cd4
CeladonDeptStore2F_MapEventHeader: ; 0x70cd4 CeladonDeptStore2F_MapEventHeader: ; 0x70cd4

View File

@@ -51,41 +51,53 @@ MapCeladonDeptStore3FSignpost0Script: ; 0x70d50
; 0x70d53 ; 0x70d53
UnknownText_0x70d53: ; 0x70d53 UnknownText_0x70d53: ; 0x70d53
db $0, "I can't decide", $4f text "I can't decide"
db "which #MON I", $51 line "which #MON I"
db "should use this TM", $4f
db "on…", $57 para "should use this TM"
line "on…"
done
; 0x70d86 ; 0x70d86
UnknownText_0x70d86: ; 0x70d86 UnknownText_0x70d86: ; 0x70d86
db $0, "Uh-oh! I traded my", $4f text "Uh-oh! I traded my"
db "#MON without", $51 line "#MON without"
db "removing the UP-", $4f
db "GRADE from it.", $57 para "removing the UP-"
line "GRADE from it."
done
; 0x70dc7 ; 0x70dc7
UnknownText_0x70dc7: ; 0x70dc7 UnknownText_0x70dc7: ; 0x70dc7
db $0, "Yeah! I'm finally", $4f text "Yeah! I'm finally"
db "getting a PORYGON!", $51 line "getting a PORYGON!"
db "I'm no good at the", $4f
db "slots, so I could", $51 para "I'm no good at the"
db "never get enough", $4f line "slots, so I could"
db "coins…", $51
db "…Huh?", $51 para "never get enough"
db "The traded PORYGON", $4f line "coins…"
db "turned into a dif-", $55
db "ferent #MON!", $57 para "…Huh?"
para "The traded PORYGON"
line "turned into a dif-"
cont "ferent #MON!"
done
; 0x70e61 ; 0x70e61
UnknownText_0x70e61: ; 0x70e61 UnknownText_0x70e61: ; 0x70e61
db $0, "The TM SHOP sells", $4f text "The TM SHOP sells"
db "some rare moves.", $57 line "some rare moves."
done
; 0x70e85 ; 0x70e85
UnknownText_0x70e85: ; 0x70e85 UnknownText_0x70e85: ; 0x70e85
db $0, "3F: TM SHOP", $51 text "3F: TM SHOP"
db "Make Your #MON", $4f
db "Stronger!", $57 para "Make Your #MON"
line "Stronger!"
done
; 0x70eab ; 0x70eab
CeladonDeptStore3F_MapEventHeader: ; 0x70eab CeladonDeptStore3F_MapEventHeader: ; 0x70eab

View File

@@ -31,22 +31,27 @@ MapCeladonDeptStore4FSignpost1Script: ; 0x70f1e
; 0x70f21 ; 0x70f21
UnknownText_0x70f21: ; 0x70f21 UnknownText_0x70f21: ; 0x70f21
db $0, "I'm here to buy", $4f text "I'm here to buy"
db "SURF MAIL to send", $55 line "SURF MAIL to send"
db "to my girlfriend.", $57 cont "to my girlfriend."
done
; 0x70f55 ; 0x70f55
UnknownText_0x70f55: ; 0x70f55 UnknownText_0x70f55: ; 0x70f55
db $0, "This is the only", $4f text "This is the only"
db "place where you", $51 line "place where you"
db "can buy LOVELY", $4f
db "MAIL.", $57 para "can buy LOVELY"
line "MAIL."
done
; 0x70f8c ; 0x70f8c
UnknownText_0x70f8c: ; 0x70f8c UnknownText_0x70f8c: ; 0x70f8c
db $0, "Express Yourself", $4f text "Express Yourself"
db "With Gifts!", $51 line "With Gifts!"
db "4F: WISEMAN GIFTS", $57
para "4F: WISEMAN GIFTS"
done
; 0x70fbc ; 0x70fbc
CeladonDeptStore4F_MapEventHeader: ; 0x70fbc CeladonDeptStore4F_MapEventHeader: ; 0x70fbc

View File

@@ -43,30 +43,37 @@ MapCeladonDeptStore5FSignpost1Script: ; 0x71020
; 0x71023 ; 0x71023
UnknownText_0x71023: ; 0x71023 UnknownText_0x71023: ; 0x71023
db $0, "I want to buy some", $4f text "I want to buy some"
db "items that raise", $51 line "items that raise"
db "#MON stats, but", $4f
db "I don't have", $55 para "#MON stats, but"
db "enough money…", $57 line "I don't have"
cont "enough money…"
done
; 0x71072 ; 0x71072
UnknownText_0x71072: ; 0x71072 UnknownText_0x71072: ; 0x71072
db $0, "I want PP UP, so I", $4f text "I want PP UP, so I"
db "can raise the PP", $51 line "can raise the PP"
db "of moves. But you", $4f
db "can't buy it…", $57 para "of moves. But you"
line "can't buy it…"
done
; 0x710b6 ; 0x710b6
UnknownText_0x710b6: ; 0x710b6 UnknownText_0x710b6: ; 0x710b6
db $0, "Using items on", $4f text "Using items on"
db "them makes #-", $55 line "them makes #-"
db "MON happy.", $51 cont "MON happy."
db "They hate certain", $4f
db "items, though…", $57 para "They hate certain"
line "items, though…"
done
; 0x71100 ; 0x71100
UnknownText_0x71100: ; 0x71100 UnknownText_0x71100: ; 0x71100
db $0, "5F: DRUG STORE", $57 text "5F: DRUG STORE"
done
; 0x71110 ; 0x71110
CeladonDeptStore5F_MapEventHeader: ; 0x71110 CeladonDeptStore5F_MapEventHeader: ; 0x71110

View File

@@ -117,45 +117,55 @@ UnknownScript_0x7124d: ; 0x7124d
; 0x71250 ; 0x71250
UnknownText_0x71250: ; 0x71250 UnknownText_0x71250: ; 0x71250
db $0, "A vending machine!", $4f text "A vending machine!"
db "Here's the menu.", $57 line "Here's the menu."
done
; 0x71274 ; 0x71274
UnknownText_0x71274: ; 0x71274 UnknownText_0x71274: ; 0x71274
db $0, "Clang!", $51 text "Clang!"
db "@"
para "@"
text_from_ram $d099 text_from_ram $d099
db $0, $4f db $0
db "popped out.", $57 line "popped out."
done
; 0x7128e ; 0x7128e
UnknownText_0x7128e: ; 0x7128e UnknownText_0x7128e: ; 0x7128e
db $0, "Oops, not enough", $4f text "Oops, not enough"
db "money…", $57 line "money…"
done
; 0x712a7 ; 0x712a7
UnknownText_0x712a7: ; 0x712a7 UnknownText_0x712a7: ; 0x712a7
db $0, "There's no more", $4f text "There's no more"
db "room for stuff…", $57 line "room for stuff…"
done
; 0x712c7 ; 0x712c7
UnknownText_0x712c7: ; 0x712c7 UnknownText_0x712c7: ; 0x712c7
db $0, "A vending machine", $4f text "A vending machine"
db "with a prize rou-", $55 line "with a prize rou-"
db "lette…", $51 cont "lette…"
db "You never see", $4f
db "those anymore.", $57 para "You never see"
line "those anymore."
done
; 0x71310 ; 0x71310
UnknownText_0x71310: ; 0x71310 UnknownText_0x71310: ; 0x71310
db $0, "Aww! There's no", $4f text "Aww! There's no"
db "games here!", $51 line "games here!"
db "I wanted to play…", $57
para "I wanted to play…"
done
; 0x7133e ; 0x7133e
UnknownText_0x7133e: ; 0x7133e UnknownText_0x7133e: ; 0x7133e
db $0, "6F: ROOFTOP SQUARE", $4f text "6F: ROOFTOP SQUARE"
db "VENDING MACHINES", $57 line "VENDING MACHINES"
done
; 0x71363 ; 0x71363
CeladonDeptStore6F_MapEventHeader: ; 0x71363 CeladonDeptStore6F_MapEventHeader: ; 0x71363

View File

@@ -155,113 +155,149 @@ MapCeladonGameCornerSignpost9Script: ; 0x721c3
INCBIN "baserom.gbc",$721cd,$721d0 - $721cd INCBIN "baserom.gbc",$721cd,$721d0 - $721cd
UnknownText_0x721d0: ; 0x721d0 UnknownText_0x721d0: ; 0x721d0
db $0, "Welcome!", $51 text "Welcome!"
db "You may exchange", $4f
db "your coins for", $51 para "You may exchange"
db "fabulous prizes", $4f line "your coins for"
db "next door.", $57
para "fabulous prizes"
line "next door."
done
; 0x72215 ; 0x72215
UnknownText_0x72215: ; 0x72215 UnknownText_0x72215: ; 0x72215
db $0, "The slot machines", $4f text "The slot machines"
db "are all state of", $55 line "are all state of"
db "the art.", $57 cont "the art."
done
; 0x72242 ; 0x72242
UnknownText_0x72242: ; 0x72242 UnknownText_0x72242: ; 0x72242
db $0, "It's this machine", $4f text "It's this machine"
db "I want.", $51 line "I want."
db "It cleaned me out", $4f
db "yesterday, so it", $51 para "It cleaned me out"
db "should pay out", $4f line "yesterday, so it"
db "today.", $57
para "should pay out"
line "today."
done
; 0x72295 ; 0x72295
UnknownText_0x72295: ; 0x72295 UnknownText_0x72295: ; 0x72295
db $0, "I think this slot", $4f text "I think this slot"
db "machine will pay", $55 line "machine will pay"
db "out…", $51 cont "out…"
db "The odds vary", $4f
db "among machines.", $57 para "The odds vary"
line "among machines."
done
; 0x722dc ; 0x722dc
UnknownText_0x722dc: ; 0x722dc UnknownText_0x722dc: ; 0x722dc
db $0, "Gahahaha!", $51 text "Gahahaha!"
db "The coins just", $4f
db "keep popping out!", $51 para "The coins just"
db "Hm? What, kid? You", $4f line "keep popping out!"
db "want to play?", $51
db "I'll share my luck", $4f para "Hm? What, kid? You"
db "with you!", $57 line "want to play?"
para "I'll share my luck"
line "with you!"
done
; 0x72345 ; 0x72345
UnknownText_0x72345: ; 0x72345 UnknownText_0x72345: ; 0x72345
db $0, "Gahahaha!", $51 text "Gahahaha!"
db "It makes me feel", $4f
db "good to do nice", $51 para "It makes me feel"
db "things for other", $4f line "good to do nice"
db "people!", $57
para "things for other"
line "people!"
done
; 0x7238a ; 0x7238a
UnknownText_0x7238a: ; 0x7238a UnknownText_0x7238a: ; 0x7238a
db $0, "Hey, you don't", $4f text "Hey, you don't"
db "have a COIN CASE.", $51 line "have a COIN CASE."
db "How am I supposed", $4f
db "to give you any", $55 para "How am I supposed"
db "coins, kid?", $57 line "to give you any"
cont "coins, kid?"
done
; 0x723d9 ; 0x723d9
UnknownText_0x723d9: ; 0x723d9 UnknownText_0x723d9: ; 0x723d9
db $0, "Hey, your COIN", $4f text "Hey, your COIN"
db "CASE is full, kid.", $51 line "CASE is full, kid."
db "You must be riding", $4f
db "a winning streak", $55 para "You must be riding"
db "too.", $57 line "a winning streak"
cont "too."
done
; 0x72425 ; 0x72425
CeladonGymGuyText: ; 0x72425 CeladonGymGuyText: ; 0x72425
db $0, "Hey! CHAMP in", $4f text "Hey! CHAMP in"
db "making!", $51 line "making!"
db "Are you playing", $4f
db "the slots too?", $51 para "Are you playing"
db "I'm trying to get", $4f line "the slots too?"
db "enough coins for a", $55
db "prize #MON.", $51 para "I'm trying to get"
db "But I don't have", $4f line "enough coins for a"
db "enough coins yet…", $57 cont "prize #MON."
para "But I don't have"
line "enough coins yet…"
done
; 0x724ad ; 0x724ad
UnknownText_0x724ad: ; 0x724ad UnknownText_0x724ad: ; 0x724ad
db $0, "Hmmm… The odds are", $4f text "Hmmm… The odds are"
db "surely better for", $51 line "surely better for"
db "PIKACHU's line,", $4f
db "but… What to do?", $57 para "PIKACHU's line,"
line "but… What to do?"
done
; 0x724f3 ; 0x724f3
UnknownText_0x724f3: ; 0x724f3 UnknownText_0x724f3: ; 0x724f3
db $0, "Hey!", $51 text "Hey!"
db "Underneath this", $4f
db "poster…", $51 para "Underneath this"
db "There's nothing!", $57 line "poster…"
para "There's nothing!"
done
; 0x72521 ; 0x72521
UnknownText_0x72521: ; 0x72521 UnknownText_0x72521: ; 0x72521
db $0, "Hey!", $51 text "Hey!"
db "Underneath this", $4f
db "poster…", $51 para "Underneath this"
db "There's nothing!", $57 line "poster…"
para "There's nothing!"
done
; 0x7254f ; 0x7254f
UnknownText_0x7254f: ; 0x7254f UnknownText_0x7254f: ; 0x7254f
db $0, "There's a lighter", $4f text "There's a lighter"
db "here.", $57 line "here."
done
; 0x72567 ; 0x72567
UnknownText_0x72567: ; 0x72567 UnknownText_0x72567: ; 0x72567
db $0, "A can of soda…", $51 text "A can of soda…"
db "Someone must be", $4f
db "coming back…", $51 para "Someone must be"
db "Huh? It's empty!", $57 line "coming back…"
para "Huh? It's empty!"
done
; 0x725a4 ; 0x725a4
CeladonGameCorner_MapEventHeader: ; 0x725a4 CeladonGameCorner_MapEventHeader: ; 0x725a4

View File

@@ -226,61 +226,74 @@ MenuData2_0x7287f: ; 0x7287f
UnknownText_0x728b8: ; 0x728b8 UnknownText_0x728b8: ; 0x728b8
db $0, "I wanted PORYGON,", $4f text "I wanted PORYGON,"
db "but I was short by", $55 line "but I was short by"
db "100 coins…", $57 cont "100 coins…"
done
; 0x728e9 ; 0x728e9
UnknownText_0x728e9: ; 0x728e9 UnknownText_0x728e9: ; 0x728e9
db $0, "Whew…", $51 text "Whew…"
db "I've got to stay", $4f
db "calm and cool…", $51 para "I've got to stay"
db "I can't lose my", $4f line "calm and cool…"
db "cool, or I'll lose", $55
db "all my money…", $57 para "I can't lose my"
line "cool, or I'll lose"
cont "all my money…"
done
; 0x7293e ; 0x7293e
UnknownText_0x7293e: ; 0x7293e UnknownText_0x7293e: ; 0x7293e
db $0, "Welcome!", $51 text "Welcome!"
db "We exchange your", $4f
db "coins for fabulous", $55 para "We exchange your"
db "prizes!", $57 line "coins for fabulous"
cont "prizes!"
done
; 0x72974 ; 0x72974
UnknownText_0x72974: ; 0x72974 UnknownText_0x72974: ; 0x72974
db $0, "Which prize would", $4f text "Which prize would"
db "you like?", $57 line "you like?"
done
; 0x72991 ; 0x72991
UnknownText_0x72991: ; 0x72991 UnknownText_0x72991: ; 0x72991
db $0, "OK, so you wanted", $4f text "OK, so you wanted"
db "a @" line "a @"
text_from_ram $d099 text_from_ram $d099
db $0, "?", $57 text "?"
done
; 0x729ad ; 0x729ad
UnknownText_0x729ad: ; 0x729ad UnknownText_0x729ad: ; 0x729ad
db $0, "Here you go!", $57 text "Here you go!"
done
; 0x729bb ; 0x729bb
UnknownText_0x729bb: ; 0x729bb UnknownText_0x729bb: ; 0x729bb
db $0, "You don't have", $4f text "You don't have"
db "enough coins.", $57 line "enough coins."
done
; 0x729d8 ; 0x729d8
UnknownText_0x729d8: ; 0x729d8 UnknownText_0x729d8: ; 0x729d8
db $0, "You have no room", $4f text "You have no room"
db "for it.", $57 line "for it."
done
; 0x729f2 ; 0x729f2
UnknownText_0x729f2: ; 0x729f2 UnknownText_0x729f2: ; 0x729f2
db $0, "Oh. Please come", $4f text "Oh. Please come"
db "back with coins!", $57 line "back with coins!"
done
; 0x72a14 ; 0x72a14
UnknownText_0x72a14: ; 0x72a14 UnknownText_0x72a14: ; 0x72a14
db $0, "Oh? You don't have", $4f text "Oh? You don't have"
db "a COIN CASE.", $57 line "a COIN CASE."
done
; 0x72a34 ; 0x72a34
CeladonGameCornerPrizeRoom_MapEventHeader: ; 0x72a34 CeladonGameCornerPrizeRoom_MapEventHeader: ; 0x72a34

View File

@@ -200,141 +200,178 @@ UnknownScript_0x72b21: ; 0x72b21
; 0x72b28 ; 0x72b28
UnknownText_0x72b28: ; 0x72b28 UnknownText_0x72b28: ; 0x72b28
db $0, "ERIKA: Hello…", $4f text "ERIKA: Hello…"
db "Lovely weather,", $51 line "Lovely weather,"
db "isn't it?", $4f
db "It's so pleasant…", $51 para "isn't it?"
db "…I'm afraid I may", $4f line "It's so pleasant…"
db "doze off…", $51
db "My name is ERIKA.", $4f para "…I'm afraid I may"
db "I am the LEADER of", $55 line "doze off…"
db "CELADON GYM.", $51
db "…Oh? All the way", $4f para "My name is ERIKA."
db "from JOHTO, you", $55 line "I am the LEADER of"
db "say? How nice…", $51 cont "CELADON GYM."
db "Oh. I'm sorry, I", $4f
db "didn't realize", $51 para "…Oh? All the way"
db "that you wished to", $4f line "from JOHTO, you"
db "challenge me.", $51 cont "say? How nice…"
db "Very well, but I", $4f
db "shall not lose.", $57 para "Oh. I'm sorry, I"
line "didn't realize"
para "that you wished to"
line "challenge me."
para "Very well, but I"
line "shall not lose."
done
; 0x72c3e ; 0x72c3e
UnknownText_0x72c3e: ; 0x72c3e UnknownText_0x72c3e: ; 0x72c3e
db $0, "ERIKA: Oh!", $4f text "ERIKA: Oh!"
db "I concede defeat…", $51 line "I concede defeat…"
db "You are remarkably", $4f
db "strong…", $51 para "You are remarkably"
db "I shall give you", $4f line "strong…"
db "RAINBOWBADGE…", $57
para "I shall give you"
line "RAINBOWBADGE…"
done
; 0x72c96 ; 0x72c96
UnknownText_0x72c96: ; 0x72c96 UnknownText_0x72c96: ; 0x72c96
db $0, $52, " received", $4f text $52, " received"
db "RAINBOWBADGE.", $57 line "RAINBOWBADGE."
done
; 0x72cb0 ; 0x72cb0
UnknownText_0x72cb0: ; 0x72cb0 UnknownText_0x72cb0: ; 0x72cb0
db $0, "ERIKA: That was a", $4f text "ERIKA: That was a"
db "delightful match.", $51 line "delightful match."
db "I felt inspired.", $4f
db "Please, I wish you", $55 para "I felt inspired."
db "to have this TM.", $51 line "Please, I wish you"
db "It is GIGA DRAIN.", $51 cont "to have this TM."
db "It is a wonderful", $4f
db "move that drains", $51 para "It is GIGA DRAIN."
db "half the damage it", $4f
db "inflicts to heal", $55 para "It is a wonderful"
db "your #MON.", $51 line "move that drains"
db "Please use it if", $4f
db "it pleases you…", $57 para "half the damage it"
line "inflicts to heal"
cont "your #MON."
para "Please use it if"
line "it pleases you…"
done
; 0x72d8f ; 0x72d8f
UnknownText_0x72d8f: ; 0x72d8f UnknownText_0x72d8f: ; 0x72d8f
db $0, "ERIKA: Losing", $4f text "ERIKA: Losing"
db "leaves a bitter", $55 line "leaves a bitter"
db "aftertaste…", $51 cont "aftertaste…"
db "But knowing that", $4f
db "there are strong", $51 para "But knowing that"
db "trainers spurs me", $4f line "there are strong"
db "to do better…", $57
para "trainers spurs me"
line "to do better…"
done
; 0x72dfc ; 0x72dfc
LassMichelleSeenText: ; 0x72dfc LassMichelleSeenText: ; 0x72dfc
db $0, "Do you think a", $4f text "Do you think a"
db "girls-only GYM", $55 line "girls-only GYM"
db "is rare?", $57 cont "is rare?"
done
; 0x72e24 ; 0x72e24
LassMichelleBeatenText: ; 0x72e24 LassMichelleBeatenText: ; 0x72e24
db $0, "Oh, bleah!", $57 text "Oh, bleah!"
done
; 0x72e30 ; 0x72e30
UnknownText_0x72e30: ; 0x72e30 UnknownText_0x72e30: ; 0x72e30
db $0, "I just got care-", $4f text "I just got care-"
db "less, that's all!", $57 line "less, that's all!"
done
; 0x72e53 ; 0x72e53
PicnickerTanyaSeenText: ; 0x72e53 PicnickerTanyaSeenText: ; 0x72e53
db $0, "Oh, a battle?", $4f text "Oh, a battle?"
db "That's kind of", $55 line "That's kind of"
db "scary, but OK!", $57 cont "scary, but OK!"
done
; 0x72e7f ; 0x72e7f
PicnickerTanyaBeatenText: ; 0x72e7f PicnickerTanyaBeatenText: ; 0x72e7f
db $0, "Oh, that's it?", $57 text "Oh, that's it?"
done
; 0x72e8e ; 0x72e8e
UnknownText_0x72e8e: ; 0x72e8e UnknownText_0x72e8e: ; 0x72e8e
db $0, "Oh, look at all", $4f text "Oh, look at all"
db "your BADGES. No", $51 line "your BADGES. No"
db "wonder I couldn't", $4f
db "win!", $57 para "wonder I couldn't"
line "win!"
done
; 0x72ec5 ; 0x72ec5
BeautyJuliaSeenText: ; 0x72ec5 BeautyJuliaSeenText: ; 0x72ec5
db $0, "Were you looking", $4f text "Were you looking"
db "at these flowers", $55 line "at these flowers"
db "or at me?", $57 cont "or at me?"
done
; 0x72ef2 ; 0x72ef2
BeautyJuliaBeatenText: ; 0x72ef2 BeautyJuliaBeatenText: ; 0x72ef2
db $0, "How annoying!", $57 text "How annoying!"
done
; 0x72f01 ; 0x72f01
UnknownText_0x72f01: ; 0x72f01 UnknownText_0x72f01: ; 0x72f01
db $0, "How do I go about", $4f text "How do I go about"
db "becoming ladylike", $55 line "becoming ladylike"
db "like ERIKA?", $57 cont "like ERIKA?"
done
; 0x72f32 ; 0x72f32
TwinsJoandzoe1SeenText: ; 0x72f32 TwinsJoandzoe1SeenText: ; 0x72f32
db $0, "We'll show you", $4f text "We'll show you"
db "#MON moves that", $55 line "#MON moves that"
db "ERIKA taught us!", $57 cont "ERIKA taught us!"
done
; 0x72f62 ; 0x72f62
TwinsJoandzoe1BeatenText: ; 0x72f62 TwinsJoandzoe1BeatenText: ; 0x72f62
db $0, "Oh… We lost…", $57 text "Oh… We lost…"
done
; 0x72f70 ; 0x72f70
UnknownText_0x72f70: ; 0x72f70 UnknownText_0x72f70: ; 0x72f70
db $0, "ERIKA will get you", $4f text "ERIKA will get you"
db "back for us!", $57 line "back for us!"
done
; 0x72f91 ; 0x72f91
TwinsJoandzoe2SeenText: ; 0x72f91 TwinsJoandzoe2SeenText: ; 0x72f91
db $0, "We're going to", $4f text "We're going to"
db "protect ERIKA!", $57 line "protect ERIKA!"
done
; 0x72faf ; 0x72faf
TwinsJoandzoe2BeatenText: ; 0x72faf TwinsJoandzoe2BeatenText: ; 0x72faf
db $0, "We couldn't win…", $57 text "We couldn't win…"
done
; 0x72fc0 ; 0x72fc0
UnknownText_0x72fc0: ; 0x72fc0 UnknownText_0x72fc0: ; 0x72fc0
db $0, "ERIKA is much,", $4f text "ERIKA is much,"
db "much stronger!", $57 line "much stronger!"
done
; 0x72fdf ; 0x72fdf
CeladonGym_MapEventHeader: ; 0x72fdf CeladonGym_MapEventHeader: ; 0x72fdf

View File

@@ -46,31 +46,38 @@ MapCeladonMansion1FSignpost2Script: ; 0x71413
; 0x71416 ; 0x71416
UnknownText_0x71416: ; 0x71416 UnknownText_0x71416: ; 0x71416
db $0, "My dear #MON", $4f text "My dear #MON"
db "keep me company,", $51 line "keep me company,"
db "so I don't ever", $4f
db "feel lonely.", $51 para "so I don't ever"
db "MEOWTH even brings", $4f line "feel lonely."
db "money home.", $57
para "MEOWTH even brings"
line "money home."
done
; 0x71470 ; 0x71470
UnknownText_0x71470: ; 0x71470 UnknownText_0x71470: ; 0x71470
db $0, "MEOWTH: Meow!", $57 text "MEOWTH: Meow!"
done
; 0x7147f ; 0x7147f
UnknownText_0x7147f: ; 0x7147f UnknownText_0x7147f: ; 0x7147f
db $0, "CLEFAIRY: Clef", $4f text "CLEFAIRY: Clef"
db "cleff!", $57 line "cleff!"
done
; 0x71496 ; 0x71496
UnknownText_0x71496: ; 0x71496 UnknownText_0x71496: ; 0x71496
db $0, "NIDORAN: Kya", $4f text "NIDORAN: Kya"
db "kyaoo!", $57 line "kyaoo!"
done
; 0x714ab ; 0x714ab
UnknownText_0x714ab: ; 0x714ab UnknownText_0x714ab: ; 0x714ab
db $0, "CELADON MANSION", $4f text "CELADON MANSION"
db "MANAGER'S SUITE", $57 line "MANAGER'S SUITE"
done
; 0x714cc ; 0x714cc
CeladonMansion1F_MapEventHeader: ; 0x714cc CeladonMansion1F_MapEventHeader: ; 0x714cc

View File

@@ -19,29 +19,40 @@ MapCeladonMansion2FSignpost2Script: ; 0x71536
; 0x71539 ; 0x71539
UnknownText_0x71539: ; 0x71539 UnknownText_0x71539: ; 0x71539
db $0, $52, " turned on", $4f text $52, " turned on"
db "the PC.", $51 line "the PC."
db "…", $51
db "Someone was in the", $4f para "…"
db "middle of compos-", $55
db "ing an e-mail.", $51 para "Someone was in the"
db "…I hope you'll", $4f line "middle of compos-"
db "come visit KANTO.", $51 cont "ing an e-mail."
db "I think you'll be", $4f
db "surprised at how", $51 para "…I hope you'll"
db "much things have", $4f line "come visit KANTO."
db "changed here.", $51
db "You'll also see", $4f para "I think you'll be"
db "many #MON that", $51 line "surprised at how"
db "aren't native to", $4f
db "JOHTO.", $51 para "much things have"
db "To the PRODUCER", $51 line "changed here."
db "…", $57
para "You'll also see"
line "many #MON that"
para "aren't native to"
line "JOHTO."
para "To the PRODUCER"
para "…"
done
; 0x7162c ; 0x7162c
UnknownText_0x7162c: ; 0x7162c UnknownText_0x7162c: ; 0x7162c
db $0, "GAME FREAK", $4f text "GAME FREAK"
db "MEETING ROOM", $57 line "MEETING ROOM"
done
; 0x71645 ; 0x71645
CeladonMansion2F_MapEventHeader: ; 0x71645 CeladonMansion2F_MapEventHeader: ; 0x71645

View File

@@ -91,98 +91,123 @@ MapCeladonMansion3FSignpost3Script: ; 0x716cb
; 0x716ce ; 0x716ce
UnknownText_0x716ce: ; 0x716ce UnknownText_0x716ce: ; 0x716ce
db $0, "Is that right?", $51 text "Is that right?"
db "I'm the GAME", $4f
db "DESIGNER!", $51 para "I'm the GAME"
db "Filling up your", $4f line "DESIGNER!"
db "#DEX is tough,", $55
db "but don't give up!", $57 para "Filling up your"
line "#DEX is tough,"
cont "but don't give up!"
done
; 0x71725 ; 0x71725
UnknownText_0x71725: ; 0x71725 UnknownText_0x71725: ; 0x71725
db $0, "Wow! Excellent!", $4f text "Wow! Excellent!"
db "You completed your", $55 line "You completed your"
db "#DEX!", $51 cont "#DEX!"
db "Congratulations!", $57
para "Congratulations!"
done
; 0x71760 ; 0x71760
UnknownText_0x71760: ; 0x71760 UnknownText_0x71760: ; 0x71760
db $0, "…", $57 text "…"
done
; 0x71763 ; 0x71763
UnknownText_0x71763: ; 0x71763 UnknownText_0x71763: ; 0x71763
db $0, "The GRAPHIC ARTIST", $4f text "The GRAPHIC ARTIST"
db "will print out a", $55 line "will print out a"
db "DIPLOMA for you.", $51 cont "DIPLOMA for you."
db "You should go show", $4f
db "it off.", $57 para "You should go show"
line "it off."
done
; 0x717b4 ; 0x717b4
UnknownText_0x717b4: ; 0x717b4 UnknownText_0x717b4: ; 0x717b4
db $0, "I'm the GRAPHIC", $4f text "I'm the GRAPHIC"
db "ARTIST.", $51 line "ARTIST."
db "I drew you!", $57
para "I drew you!"
done
; 0x717d8 ; 0x717d8
UnknownText_0x717d8: ; 0x717d8 UnknownText_0x717d8: ; 0x717d8
db $0, "I'm the GRAPHIC", $4f text "I'm the GRAPHIC"
db "ARTIST.", $51 line "ARTIST."
db "Oh, you completed", $4f
db "your #DEX?", $51 para "Oh, you completed"
db "Want me to print", $4f line "your #DEX?"
db "out your DIPLOMA?", $57
para "Want me to print"
line "out your DIPLOMA?"
done
; 0x71830 ; 0x71830
UnknownText_0x71830: ; 0x71830 UnknownText_0x71830: ; 0x71830
db $0, "Give me a shout if", $4f text "Give me a shout if"
db "you want your", $55 line "you want your"
db "DIPLOMA printed.", $57 cont "DIPLOMA printed."
done
; 0x71863 ; 0x71863
UnknownText_0x71863: ; 0x71863 UnknownText_0x71863: ; 0x71863
db $0, "Something's wrong.", $4f text "Something's wrong."
db "I'll have to can-", $55 line "I'll have to can-"
db "cel printing.", $57 cont "cel printing."
done
; 0x71895 ; 0x71895
UnknownText_0x71895: ; 0x71895 UnknownText_0x71895: ; 0x71895
db $0, "Who, me? I'm the", $4f text "Who, me? I'm the"
db "PROGRAMMER.", $51 line "PROGRAMMER."
db "Play the slot", $4f
db "machines!", $57 para "Play the slot"
line "machines!"
done
; 0x718ca ; 0x718ca
UnknownText_0x718ca: ; 0x718ca UnknownText_0x718ca: ; 0x718ca
db $0, "Aren't the TWINS", $4f text "Aren't the TWINS"
db "adorable?", $51 line "adorable?"
db "JASMINE's pretty", $4f
db "too.", $51 para "JASMINE's pretty"
db "Oh, I love them!", $57 line "too."
para "Oh, I love them!"
done
; 0x7190b ; 0x7190b
UnknownText_0x7190b: ; 0x7190b UnknownText_0x7190b: ; 0x7190b
db $0, "GAME FREAK", $4f text "GAME FREAK"
db "DEVELOPMENT ROOM", $57 line "DEVELOPMENT ROOM"
done
; 0x71928 ; 0x71928
UnknownText_0x71928: ; 0x71928 UnknownText_0x71928: ; 0x71928
db $0, "It's a detailed", $4f text "It's a detailed"
db "drawing of a", $55 line "drawing of a"
db "pretty girl.", $57 cont "pretty girl."
done
; 0x71952 ; 0x71952
UnknownText_0x71952: ; 0x71952 UnknownText_0x71952: ; 0x71952
db $0, "It's the game", $4f text "It's the game"
db "program. Messing", $51 line "program. Messing"
db "with it could put", $4f
db "a bug in the game!", $57 para "with it could put"
line "a bug in the game!"
done
; 0x71996 ; 0x71996
UnknownText_0x71996: ; 0x71996 UnknownText_0x71996: ; 0x71996
db $0, "It's crammed with", $4f text "It's crammed with"
db "reference materi-", $55 line "reference materi-"
db "als. There's even", $55 cont "als. There's even"
db "a # DOLL.", $57 cont "a # DOLL."
done
; 0x719d5 ; 0x719d5
CeladonMansion3F_MapEventHeader: ; 0x719d5 CeladonMansion3F_MapEventHeader: ; 0x719d5

View File

@@ -15,19 +15,24 @@ MapCeladonMansionRoofSignpost0Script: ; 0x71a3c
; 0x71a3f ; 0x71a3f
UnknownText_0x71a3f: ; 0x71a3f UnknownText_0x71a3f: ; 0x71a3f
db $0, "High places--I do", $4f text "High places--I do"
db "love them so!", $51 line "love them so!"
db "I'd say the only", $4f
db "thing that loves", $51 para "I'd say the only"
db "heights as much as", $4f line "thing that loves"
db "me is smoke!", $57
para "heights as much as"
line "me is smoke!"
done
; 0x71aa1 ; 0x71aa1
UnknownText_0x71aa1: ; 0x71aa1 UnknownText_0x71aa1: ; 0x71aa1
db $0, "There's graffiti", $4f text "There's graffiti"
db "on the wall…", $51 line "on the wall…"
db $52, " added a", $4f
db "moustache!", $57 para $52, " added a"
line "moustache!"
done
; 0x71ad4 ; 0x71ad4
CeladonMansionRoof_MapEventHeader: ; 0x71ad4 CeladonMansionRoof_MapEventHeader: ; 0x71ad4

View File

@@ -36,63 +36,88 @@ UnknownScript_0x71b25: ; 0x71b25
; 0x71b27 ; 0x71b27
UnknownText_0x71b27: ; 0x71b27 UnknownText_0x71b27: ; 0x71b27
db $0, "Let me recount a", $4f text "Let me recount a"
db "terrifying tale…", $57 line "terrifying tale…"
done
; 0x71b4a ; 0x71b4a
UnknownText_0x71b4a: ; 0x71b4a UnknownText_0x71b4a: ; 0x71b4a
db $0, "Then again, it's", $4f text "Then again, it's"
db "not as scary while", $51 line "not as scary while"
db "it's still light", $4f
db "outside.", $51 para "it's still light"
db "Come back after", $4f line "outside."
db "sunset, OK?", $57
para "Come back after"
line "sunset, OK?"
done
; 0x71ba3 ; 0x71ba3
UnknownText_0x71ba3: ; 0x71ba3 UnknownText_0x71ba3: ; 0x71ba3
db $0, "Once upon a time,", $4f text "Once upon a time,"
db "there was a little", $51 line "there was a little"
db "boy who was given", $4f
db "a new BICYCLE…", $51 para "boy who was given"
db "He wanted to try", $4f line "a new BICYCLE…"
db "it right away…", $51
db "He was having so", $4f para "He wanted to try"
db "much fun that he", $51 line "it right away…"
db "didn't notice the", $4f
db "sun had set…", $51 para "He was having so"
db "While riding home", $4f line "much fun that he"
db "in the pitch-black", $51
db "night, the bike", $4f para "didn't notice the"
db "suddenly slowed!", $51 line "sun had set…"
db "The pedals became", $4f
db "heavy!", $51 para "While riding home"
db "When he stopped", $4f line "in the pitch-black"
db "pedaling, the bike", $51
db "began slipping", $4f para "night, the bike"
db "backwards!", $51 line "suddenly slowed!"
db "It was as if the", $4f
db "bike were cursed", $51 para "The pedals became"
db "and trying to drag", $4f line "heavy!"
db "him into oblivion!", $51
db "…", $51 para "When he stopped"
db "…", $51 line "pedaling, the bike"
db "SHRIEEEEK!", $51
db "The boy had been", $4f para "began slipping"
db "riding uphill on", $55 line "backwards!"
db "CYCLING ROAD!", $51
db "…", $4f para "It was as if the"
db "Ba-dum ba-dum!", $51 line "bike were cursed"
db "For listening so", $4f
db "patiently, you may", $55 para "and trying to drag"
db "take this--TM03!", $57 line "him into oblivion!"
para "…"
para "…"
para "SHRIEEEEK!"
para "The boy had been"
line "riding uphill on"
cont "CYCLING ROAD!"
para "…"
line "Ba-dum ba-dum!"
para "For listening so"
line "patiently, you may"
cont "take this--TM03!"
done
; 0x71db3 ; 0x71db3
UnknownText_0x71db3: ; 0x71db3 UnknownText_0x71db3: ; 0x71db3
db $0, "TM03 is CURSE.", $51 text "TM03 is CURSE."
db "It's a terrifying", $4f
db "move that slowly", $51 para "It's a terrifying"
db "whittles down the", $4f line "move that slowly"
db "victim's HP.", $57
para "whittles down the"
line "victim's HP."
done
; 0x71e03 ; 0x71e03
CeladonMansionRoofHouse_MapEventHeader: ; 0x71e03 CeladonMansionRoofHouse_MapEventHeader: ; 0x71e03

View File

@@ -76,60 +76,81 @@ MovementData_0x71e6b: ; 0x71e6b
; 0x71e70 ; 0x71e70
UnknownText_0x71e70: ; 0x71e70 UnknownText_0x71e70: ; 0x71e70
db $0, "ERIKA is a master", $4f text "ERIKA is a master"
db "of grass #MON.", $51 line "of grass #MON."
db "She'll make you", $4f
db "pay if you don't", $55 para "She'll make you"
db "watch yourself.", $57 line "pay if you don't"
cont "watch yourself."
done
; 0x71ec1 ; 0x71ec1
UnknownText_0x71ec1: ; 0x71ec1 UnknownText_0x71ec1: ; 0x71ec1
db $0, "TEAM ROCKET's", $4f text "TEAM ROCKET's"
db "hideout is in the", $51 line "hideout is in the"
db "basement of the", $4f
db "GAME CORNER.", $51 para "basement of the"
db "Oh, wait. That was", $4f line "GAME CORNER."
db "three years ago.", $57
para "Oh, wait. That was"
line "three years ago."
done
; 0x71f22 ; 0x71f22
UnknownText_0x71f22: ; 0x71f22 UnknownText_0x71f22: ; 0x71f22
db $0, "EUSINE: Hi!", $51 text "EUSINE: Hi!"
db "I'm back visiting", $4f
db "my hometown.", $51 para "I'm back visiting"
db "It's been quite a", $4f line "my hometown."
db "while.", $57
para "It's been quite a"
line "while."
done
; 0x71f65 ; 0x71f65
UnknownText_0x71f65: ; 0x71f65 UnknownText_0x71f65: ; 0x71f65
db $0, $52, ", have you", $4f text $52, ", have you"
db "heard?", $51 line "heard?"
db "There have been", $4f
db "fresh rumors of a", $51 para "There have been"
db "rainbow-colored", $4f line "fresh rumors of a"
db "#MON appearing", $55
db "at TIN TOWER.", $51 para "rainbow-colored"
db "I've just had my", $4f line "#MON appearing"
db "party healed, so", $51 cont "at TIN TOWER."
db "now I'm headed to", $4f
db "ECRUTEAK.", $51 para "I've just had my"
db "I'll be seeing", $4f line "party healed, so"
db "you, ", $52, "!", $57
para "now I'm headed to"
line "ECRUTEAK."
para "I'll be seeing"
line "you, ", $52, "!"
done
; 0x7201a ; 0x7201a
UnknownText_0x7201a: ; 0x7201a UnknownText_0x7201a: ; 0x7201a
db $0, "Oh, by the way,", $4f text "Oh, by the way,"
db $52, ".", $51 line $52, "."
db "Have you caught", $4f
db "the legendary", $51 para "Have you caught"
db "#MON RAIKOU and", $4f line "the legendary"
db "ENTEI?", $51
db $56, $56, $56, $51 para "#MON RAIKOU and"
db "Okay…", $51 line "ENTEI?"
db "If you catch even", $4f
db "one, I hope that", $55 para $56, $56, $56
db "you'll inform me.", $51
db "I'm counting on", $4f para "Okay…"
db "you, ", $52, "!", $57
para "If you catch even"
line "one, I hope that"
cont "you'll inform me."
para "I'm counting on"
line "you, ", $52, "!"
done
; 0x720b8 ; 0x720b8
CeladonPokeCenter1F_MapEventHeader: ; 0x720b8 CeladonPokeCenter1F_MapEventHeader: ; 0x720b8

View File

@@ -167,116 +167,146 @@ MapCeruleanCitySignpostItem8: ; 0x1840b9
; 0x1840bc ; 0x1840bc
UnknownText_0x1840bc: ; 0x1840bc UnknownText_0x1840bc: ; 0x1840bc
db $0, "KANTO's POWER", $4f text "KANTO's POWER"
db "PLANT?", $51 line "PLANT?"
db "It's near the end", $4f
db "of ROUTE 9, the", $51 para "It's near the end"
db "road that heads", $4f line "of ROUTE 9, the"
db "east from here.", $51
db "I think there was", $4f para "road that heads"
db "an accident of", $55 line "east from here."
db "some sort there.", $57
para "I think there was"
line "an accident of"
cont "some sort there."
done
; 0x184144 ; 0x184144
UnknownText_0x184144: ; 0x184144 UnknownText_0x184144: ; 0x184144
db $0, "You're collecting", $4f text "You're collecting"
db "every single kind", $55 line "every single kind"
db "of #MON?", $51 cont "of #MON?"
db "That must be quite", $4f
db "a challenge, but", $55 para "That must be quite"
db "it sounds fun too.", $57 line "a challenge, but"
cont "it sounds fun too."
done
; 0x1841a8 ; 0x1841a8
UnknownText_0x1841a8: ; 0x1841a8 UnknownText_0x1841a8: ; 0x1841a8
db $0, "The CAPE in the", $4f text "The CAPE in the"
db "north is a good", $51 line "north is a good"
db "place for dates.", $4f
db "Girls like it!", $57 para "place for dates."
line "Girls like it!"
done
; 0x1841e9 ; 0x1841e9
UnknownText_0x1841e9: ; 0x1841e9 UnknownText_0x1841e9: ; 0x1841e9
db $0, "SLOWBRO: Yarah?", $57 text "SLOWBRO: Yarah?"
done
; 0x1841fa ; 0x1841fa
UnknownText_0x1841fa: ; 0x1841fa UnknownText_0x1841fa: ; 0x1841fa
db $0, "My SLOWBRO and I", $4f text "My SLOWBRO and I"
db "make an awesome", $55 line "make an awesome"
db "combination!", $57 cont "combination!"
done
; 0x184229 ; 0x184229
UnknownText_0x184229: ; 0x184229 UnknownText_0x184229: ; 0x184229
db $0, "SLOWBRO, show me", $4f text "SLOWBRO, show me"
db "your CONFUSION!", $57 line "your CONFUSION!"
done
; 0x18424b ; 0x18424b
UnknownText_0x18424b: ; 0x18424b UnknownText_0x18424b: ; 0x18424b
db $0, "…", $57 text "…"
done
; 0x18424e ; 0x18424e
UnknownText_0x18424e: ; 0x18424e UnknownText_0x18424e: ; 0x18424e
db $0, "I'm a huge fan of", $4f text "I'm a huge fan of"
db "CERULEAN GYM's", $55 line "CERULEAN GYM's"
db "MISTY.", $57 cont "MISTY."
done
; 0x184275 ; 0x184275
UnknownText_0x184275: ; 0x184275 UnknownText_0x184275: ; 0x184275
db $0, "I saw this shady", $4f text "I saw this shady"
db "guy go off toward", $55 line "guy go off toward"
db "CERULEAN's CAPE.", $57 cont "CERULEAN's CAPE."
done
; 0x1842a9 ; 0x1842a9
UnknownText_0x1842a9: ; 0x1842a9 UnknownText_0x1842a9: ; 0x1842a9
db $0, "There used to be a", $4f text "There used to be a"
db "cave here that had", $51 line "cave here that had"
db "horribly powerful", $4f
db "#MON in it.", $57 para "horribly powerful"
line "#MON in it."
done
; 0x1842ee ; 0x1842ee
UnknownText_0x1842ee: ; 0x1842ee UnknownText_0x1842ee: ; 0x1842ee
db $0, "Ayuh?", $51 text "Ayuh?"
db "My ITEMFINDER is", $4f
db "responding…", $57 para "My ITEMFINDER is"
line "responding…"
done
; 0x184312 ; 0x184312
UnknownText_0x184312: ; 0x184312 UnknownText_0x184312: ; 0x184312
db $0, "CERULEAN CITY", $51 text "CERULEAN CITY"
db "A Mysterious Blue", $4f
db "Aura Surrounds It", $57 para "A Mysterious Blue"
line "Aura Surrounds It"
done
; 0x184345 ; 0x184345
UnknownText_0x184345: ; 0x184345 UnknownText_0x184345: ; 0x184345
db $0, "CERULEAN CITY", $4f text "CERULEAN CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: MISTY", $51 cont "LEADER: MISTY"
db "The Tomboyish", $4f
db "Mermaid", $57 para "The Tomboyish"
line "Mermaid"
done
; 0x184381 ; 0x184381
UnknownText_0x184381: ; 0x184381 UnknownText_0x184381: ; 0x184381
db $0, "There's a notice", $4f text "There's a notice"
db "here…", $51 line "here…"
db "The BIKE SHOP has", $4f
db "moved to GOLDENROD", $55 para "The BIKE SHOP has"
db "CITY in JOHTO…", $57 line "moved to GOLDENROD"
cont "CITY in JOHTO…"
done
; 0x1843cc ; 0x1843cc
UnknownText_0x1843cc: ; 0x1843cc UnknownText_0x1843cc: ; 0x1843cc
db $0, "There's a notice", $4f text "There's a notice"
db "here…", $51 line "here…"
db "Stamp out thievery", $4f
db "and make the city", $51 para "Stamp out thievery"
db "a friendlier, more", $4f line "and make the city"
db "cheerful place!", $51
db "CERULEAN POLICE", $57 para "a friendlier, more"
line "cheerful place!"
para "CERULEAN POLICE"
done
; 0x18443b ; 0x18443b
UnknownText_0x18443b: ; 0x18443b UnknownText_0x18443b: ; 0x18443b
db $0, "CERULEAN CAPE", $4f text "CERULEAN CAPE"
db "AHEAD", $57 line "AHEAD"
done
; 0x184450 ; 0x184450
UnknownText_0x184450: ; 0x184450 UnknownText_0x184450: ; 0x184450
db $0, "It's locked…", $57 text "It's locked…"
done
; 0x18445d ; 0x18445d
CeruleanCity_MapEventHeader: ; 0x18445d CeruleanCity_MapEventHeader: ; 0x18445d

View File

@@ -265,151 +265,188 @@ MovementData_0x1884f7: ; 0x1884f7
; 0x1884fb ; 0x1884fb
UnknownText_0x1884fb: ; 0x1884fb UnknownText_0x1884fb: ; 0x1884fb
db $0, "Oops! I so sorry!", $4f text "Oops! I so sorry!"
db "You not hurt,", $55 line "You not hurt,"
db "okay?", $51 cont "okay?"
db "I very busy.", $4f
db "No time for talk-", $55 para "I very busy."
db "ing with you. Not", $55 line "No time for talk-"
db "good for me if", $55 cont "ing with you. Not"
db "seen by somebody.", $57 cont "good for me if"
cont "seen by somebody."
done
; 0x188574 ; 0x188574
UnknownText_0x188574: ; 0x188574 UnknownText_0x188574: ; 0x188574
db $0, "Oh no! You seen", $4f text "Oh no! You seen"
db "me already! I make", $55 line "me already! I make"
db "big mistake!", $57 cont "big mistake!"
done
; 0x1885a5 ; 0x1885a5
UnknownText_0x1885a5: ; 0x1885a5 UnknownText_0x1885a5: ; 0x1885a5
db $0, "Hey, you! Forget", $4f text "Hey, you! Forget"
db "you see me, okay?", $51 line "you see me, okay?"
db "You see, hear,", $4f
db "know nothing,", $51 para "You see, hear,"
db "okay?", $4f line "know nothing,"
db "Bye, kid! Nothing!", $51
db "Bye-bye a go-go!", $57 para "okay?"
line "Bye, kid! Nothing!"
para "Bye-bye a go-go!"
done
; 0x188610 ; 0x188610
UnknownText_0x188610: ; 0x188610 UnknownText_0x188610: ; 0x188610
db $0, "Sorry, I'll be out", $4f text "Sorry, I'll be out"
db "for a while.", $55 line "for a while."
db "MISTY, GYM LEADER", $57 cont "MISTY, GYM LEADER"
done
; 0x188642 ; 0x188642
UnknownText_0x188642: ; 0x188642 UnknownText_0x188642: ; 0x188642
db $0, "Since MISTY's out,", $4f text "Since MISTY's out,"
db "we'll be away too.", $55 line "we'll be away too."
db "GYM TRAINERS", $57 cont "GYM TRAINERS"
done
; 0x188674 ; 0x188674
UnknownText_0x188674: ; 0x188674 UnknownText_0x188674: ; 0x188674
db $0, "MISTY: I was ex-", $4f text "MISTY: I was ex-"
db "pecting you, you", $55 line "pecting you, you"
db "pest!", $51 cont "pest!"
db "You may have a", $4f
db "lot of JOHTO GYM", $51 para "You may have a"
db "BADGES, but you'd", $4f line "lot of JOHTO GYM"
db "better not take me", $55
db "too lightly.", $51 para "BADGES, but you'd"
db "My water-type", $4f line "better not take me"
db "#MON are tough!", $57 cont "too lightly."
para "My water-type"
line "#MON are tough!"
done
; 0x18870c ; 0x18870c
UnknownText_0x18870c: ; 0x18870c UnknownText_0x18870c: ; 0x18870c
db $0, "MISTY: You really", $4f text "MISTY: You really"
db "are good…", $51 line "are good…"
db "I'll admit that", $4f
db "you are skilled…", $51 para "I'll admit that"
db "Here you go. It's", $4f line "you are skilled…"
db "CASCADEBADGE.", $57
para "Here you go. It's"
line "CASCADEBADGE."
done
; 0x188768 ; 0x188768
UnknownText_0x188768: ; 0x188768 UnknownText_0x188768: ; 0x188768
db $0, $52, " received", $4f text $52, " received"
db "CASCADEBADGE.", $57 line "CASCADEBADGE."
done
; 0x188782 ; 0x188782
UnknownText_0x188782: ; 0x188782 UnknownText_0x188782: ; 0x188782
db $0, "MISTY: Are there", $4f text "MISTY: Are there"
db "many strong train-", $55 line "many strong train-"
db "ers in JOHTO? Like", $55 cont "ers in JOHTO? Like"
db "you, I mean.", $51 cont "you, I mean."
db "I'm going to", $4f
db "travel one day, so", $51 para "I'm going to"
db "I can battle some", $4f line "travel one day, so"
db "skilled trainers.", $57
para "I can battle some"
line "skilled trainers."
done
; 0x18880a ; 0x18880a
SwimmerfDianaSeenText: ; 0x18880a SwimmerfDianaSeenText: ; 0x18880a
db $0, "Sorry about being", $4f text "Sorry about being"
db "away. Let's get on", $55 line "away. Let's get on"
db "with it!", $57 cont "with it!"
done
; 0x188838 ; 0x188838
SwimmerfDianaBeatenText: ; 0x188838 SwimmerfDianaBeatenText: ; 0x188838
db $0, "I give up! You're", $4f text "I give up! You're"
db "the winner!", $57 line "the winner!"
done
; 0x188856 ; 0x188856
UnknownText_0x188856: ; 0x188856 UnknownText_0x188856: ; 0x188856
db $0, "I'll be swimming", $4f text "I'll be swimming"
db "quietly.", $57 line "quietly."
done
; 0x188870 ; 0x188870
SwimmerfBrianaSeenText: ; 0x188870 SwimmerfBrianaSeenText: ; 0x188870
db $0, "Don't let my ele-", $4f text "Don't let my ele-"
db "gant swimming un-", $55 line "gant swimming un-"
db "nerve you.", $57 cont "nerve you."
done
; 0x18889f ; 0x18889f
SwimmerfBrianaBeatenText: ; 0x18889f SwimmerfBrianaBeatenText: ; 0x18889f
db $0, "Ooh, you calmly", $4f text "Ooh, you calmly"
db "disposed of me…", $57 line "disposed of me…"
done
; 0x1888c0 ; 0x1888c0
UnknownText_0x1888c0: ; 0x1888c0 UnknownText_0x1888c0: ; 0x1888c0
db $0, "Don't be too smug", $4f text "Don't be too smug"
db "about beating me.", $51 line "about beating me."
db "MISTY will destroy", $4f
db "you if you get", $55 para "MISTY will destroy"
db "complacent.", $57 line "you if you get"
cont "complacent."
done
; 0x188912 ; 0x188912
SwimmermParkerSeenText: ; 0x188912 SwimmermParkerSeenText: ; 0x188912
db $0, "Glub…", $51 text "Glub…"
db "I'm first! Come", $4f
db "and get me!", $57 para "I'm first! Come"
line "and get me!"
done
; 0x188934 ; 0x188934
SwimmermParkerBeatenText: ; 0x188934 SwimmermParkerBeatenText: ; 0x188934
db $0, "This can't be…", $57 text "This can't be…"
done
; 0x188943 ; 0x188943
UnknownText_0x188943: ; 0x188943 UnknownText_0x188943: ; 0x188943
db $0, "MISTY has gotten", $4f text "MISTY has gotten"
db "much better in the", $55 line "much better in the"
db "past few years.", $51 cont "past few years."
db "Don't let your", $4f
db "guard down, or", $55 para "Don't let your"
db "you'll be crushed!", $57 line "guard down, or"
cont "you'll be crushed!"
done
; 0x1889a7 ; 0x1889a7
CeruleanGymGuyText: ; 0x1889a7 CeruleanGymGuyText: ; 0x1889a7
db $0, "Yo! CHAMP in", $4f text "Yo! CHAMP in"
db "making!", $51 line "making!"
db "Since MISTY was", $4f
db "away, I went out", $51 para "Since MISTY was"
db "for some fun too.", $4f line "away, I went out"
db "He-he-he.", $57
para "for some fun too."
line "He-he-he."
done
; 0x1889fa ; 0x1889fa
CeruleanGymGuyWinText: ; 0x1889fa CeruleanGymGuyWinText: ; 0x1889fa
db $0, "Hoo, you showed me", $4f text "Hoo, you showed me"
db "how tough you are.", $51 line "how tough you are."
db "As always, that", $4f
db "was one heck of a", $55 para "As always, that"
db "great battle!", $57 line "was one heck of a"
cont "great battle!"
done
; 0x188a51 ; 0x188a51
CeruleanGym_MapEventHeader: ; 0x188a51 CeruleanGym_MapEventHeader: ; 0x188a51

View File

@@ -11,8 +11,9 @@ PokefanMScript_0x188002: ; 0x188002
; 0x188005 ; 0x188005
UnknownText_0x188005: ; 0x188005 UnknownText_0x188005: ; 0x188005
db $0, "Are you collecting", $4f text "Are you collecting"
db "KANTO GYM BADGES?", $57 line "KANTO GYM BADGES?"
done
; 0x18802b ; 0x18802b
CeruleanGymBadgeSpeechHouse_MapEventHeader: ; 0x18802b CeruleanGymBadgeSpeechHouse_MapEventHeader: ; 0x18802b

View File

@@ -22,22 +22,28 @@ CooltrainerFScript_0x188aca: ; 0x188aca
; 0x188acd ; 0x188acd
UnknownText_0x188acd: ; 0x188acd UnknownText_0x188acd: ; 0x188acd
db $0, "You'll run into", $4f text "You'll run into"
db "many trainers on", $51 line "many trainers on"
db "the way to CERU-", $4f
db "LEAN's CAPE.", $51 para "the way to CERU-"
db "They want to see", $4f line "LEAN's CAPE."
db "how they stack", $51
db "up against other", $4f para "They want to see"
db "trainers.", $57 line "how they stack"
para "up against other"
line "trainers."
done
; 0x188b46 ; 0x188b46
UnknownText_0x188b46: ; 0x188b46 UnknownText_0x188b46: ; 0x188b46
db $0, "MISTY is about the", $4f text "MISTY is about the"
db "only person in", $51 line "only person in"
db "town who can beat", $4f
db "the trainers at", $55 para "town who can beat"
db "CERULEAN's CAPE.", $57 line "the trainers at"
cont "CERULEAN's CAPE."
done
; 0x188b9b ; 0x188b9b
CeruleanMart_MapEventHeader: ; 0x188b9b CeruleanMart_MapEventHeader: ; 0x188b9b

View File

@@ -25,34 +25,44 @@ GymGuyScript_0x18821e: ; 0x18821e
; 0x188221 ; 0x188221
UnknownText_0x188221: ; 0x188221 UnknownText_0x188221: ; 0x188221
db $0, "For battles, I'd", $4f text "For battles, I'd"
db "much rather use", $51 line "much rather use"
db "#MON I've been", $4f
db "raising, even if", $51 para "#MON I've been"
db "they're weaker", $4f line "raising, even if"
db "than some newly", $55
db "caught #MON.", $57 para "they're weaker"
line "than some newly"
cont "caught #MON."
done
; 0x18828c ; 0x18828c
UnknownText_0x18828c: ; 0x18828c UnknownText_0x18828c: ; 0x18828c
db $0, "Do you battle by", $4f text "Do you battle by"
db "mobile phone?", $51 line "mobile phone?"
db "If time runs out", $4f
db "during a battle,", $51 para "If time runs out"
db "waiting to see who", $4f line "during a battle,"
db "won is really", $55
db "nerve wracking.", $57 para "waiting to see who"
line "won is really"
cont "nerve wracking."
done
; 0x1882ff ; 0x1882ff
UnknownText_0x1882ff: ; 0x1882ff UnknownText_0x1882ff: ; 0x1882ff
db $0, "The MAGNET TRAIN", $4f text "The MAGNET TRAIN"
db "travels at over", $51 line "travels at over"
db "340 mph. It goes", $4f
db "between KANTO and", $51 para "340 mph. It goes"
db "JOHTO in almost no", $4f line "between KANTO and"
db "time at all.", $51
db "It really makes", $4f para "JOHTO in almost no"
db "JOHTO accessible.", $57 line "time at all."
para "It really makes"
line "JOHTO accessible."
done
; 0x188386 ; 0x188386
CeruleanPokeCenter1F_MapEventHeader: ; 0x188386 CeruleanPokeCenter1F_MapEventHeader: ; 0x188386

View File

@@ -24,21 +24,25 @@ DiglettScript_0x188050: ; 0x188050
; 0x18805a ; 0x18805a
UnknownText_0x18805a: ; 0x18805a UnknownText_0x18805a: ; 0x18805a
db $0, "I heard that some", $4f text "I heard that some"
db "shady character is", $55 line "shady character is"
db "skulking about.", $51 cont "skulking about."
db "I won't stand for", $4f
db "it if he turns out", $55 para "I won't stand for"
db "to be a thief.", $57 line "it if he turns out"
cont "to be a thief."
done
; 0x1880c3 ; 0x1880c3
UnknownText_0x1880c3: ; 0x1880c3 UnknownText_0x1880c3: ; 0x1880c3
db $0, "We were held up by", $4f text "We were held up by"
db "robbers before.", $57 line "robbers before."
done
; 0x1880e7 ; 0x1880e7
UnknownText_0x1880e7: ; 0x1880e7 UnknownText_0x1880e7: ; 0x1880e7
db $0, "DIGLETT: Dug dug.", $57 text "DIGLETT: Dug dug."
done
; 0x1880fa ; 0x1880fa
CeruleanPoliceStation_MapEventHeader: ; 0x1880fa CeruleanPoliceStation_MapEventHeader: ; 0x1880fa

View File

@@ -33,23 +33,27 @@ ZubatScript_0x188143: ; 0x188143
; 0x18814d ; 0x18814d
UnknownText_0x18814d: ; 0x18814d UnknownText_0x18814d: ; 0x18814d
db $0, "My husband lives", $4f text "My husband lives"
db "happily with #-", $55 line "happily with #-"
db "MON he got through", $55 cont "MON he got through"
db "trades.", $57 cont "trades."
done
; 0x18818a ; 0x18818a
UnknownText_0x18818a: ; 0x18818a UnknownText_0x18818a: ; 0x18818a
db $0, "Ah… I'm so happy…", $57 text "Ah… I'm so happy…"
done
; 0x18819c ; 0x18819c
UnknownText_0x18819c: ; 0x18819c UnknownText_0x18819c: ; 0x18819c
db $0, "KANGASKHAN: Garu", $4f text "KANGASKHAN: Garu"
db "garuu.", $57 line "garuu."
done
; 0x1881b5 ; 0x1881b5
UnknownText_0x1881b5: ; 0x1881b5 UnknownText_0x1881b5: ; 0x1881b5
db $0, "ZUBAT: Zuba zubaa.", $57 text "ZUBAT: Zuba zubaa."
done
; 0x1881c9 ; 0x1881c9
CeruleanTradeSpeechHouse_MapEventHeader: ; 0x1881c9 CeruleanTradeSpeechHouse_MapEventHeader: ; 0x1881c9

View File

@@ -83,64 +83,81 @@ MapCharcoalKilnSignpost2Script: ; 0x18dd71
; 0x18dd74 ; 0x18dd74
UnknownText_0x18dd74: ; 0x18dd74 UnknownText_0x18dd74: ; 0x18dd74
db $0, "All the SLOWPOKE", $4f text "All the SLOWPOKE"
db "have disappeared", $55 line "have disappeared"
db "from the town.", $51 cont "from the town."
db "The forest's pro-", $4f
db "tector may be", $55 para "The forest's pro-"
db "angry with us…", $51 line "tector may be"
db "It may be a bad", $4f cont "angry with us…"
db "omen. We should", $55
db "stay in.", $57 para "It may be a bad"
line "omen. We should"
cont "stay in."
done
; 0x18ddfd ; 0x18ddfd
UnknownText_0x18ddfd: ; 0x18ddfd UnknownText_0x18ddfd: ; 0x18ddfd
db $0, "The SLOWPOKE have", $4f text "The SLOWPOKE have"
db "returned…", $51 line "returned…"
db "But my APPRENTICE", $4f
db "hasn't come back", $55 para "But my APPRENTICE"
db "from ILEX FOREST.", $51 line "hasn't come back"
db "Where in the world", $4f cont "from ILEX FOREST."
db "is that lazy guy?", $57
para "Where in the world"
line "is that lazy guy?"
done
; 0x18de73 ; 0x18de73
UnknownText_0x18de73: ; 0x18de73 UnknownText_0x18de73: ; 0x18de73
db $0, "You chased off", $4f text "You chased off"
db "TEAM ROCKET and", $51 line "TEAM ROCKET and"
db "went to ILEX", $4f
db "FOREST alone?", $51 para "went to ILEX"
db "That takes guts!", $4f line "FOREST alone?"
db "I like that. Come", $55
db "train with us.", $57 para "That takes guts!"
line "I like that. Come"
cont "train with us."
done
; 0x18dee0 ; 0x18dee0
UnknownText_0x18dee0: ; 0x18dee0 UnknownText_0x18dee0: ; 0x18dee0
db $0, "Where have all the", $4f text "Where have all the"
db "SLOWPOKE gone?", $51 line "SLOWPOKE gone?"
db "Are they out play-", $4f
db "ing somewhere?", $57 para "Are they out play-"
line "ing somewhere?"
done
; 0x18df25 ; 0x18df25
UnknownText_0x18df25: ; 0x18df25 UnknownText_0x18df25: ; 0x18df25
db $0, "I'm sorry--I for-", $4f text "I'm sorry--I for-"
db "got to thank you.", $51 line "got to thank you."
db "This is CHARCOAL", $4f
db "that I made.", $51 para "This is CHARCOAL"
db "Fire-type #MON", $4f line "that I made."
db "would be happy to", $55
db "hold that.", $57 para "Fire-type #MON"
line "would be happy to"
cont "hold that."
done
; 0x18df93 ; 0x18df93
UnknownText_0x18df93: ; 0x18df93 UnknownText_0x18df93: ; 0x18df93
db $0, "The SLOWPOKE came", $4f text "The SLOWPOKE came"
db "back, and you even", $55 line "back, and you even"
db "found FARFETCH'D.", $51 cont "found FARFETCH'D."
db "You're the cool-", $4f
db "est, man!", $57 para "You're the cool-"
line "est, man!"
done
; 0x18dfe5 ; 0x18dfe5
UnknownText_0x18dfe5: ; 0x18dfe5 UnknownText_0x18dfe5: ; 0x18dfe5
db $0, "FARFETCH'D: Kwaa!", $57 text "FARFETCH'D: Kwaa!"
done
; 0x18dff8 ; 0x18dff8
CharcoalKiln_MapEventHeader: ; 0x18dff8 CharcoalKiln_MapEventHeader: ; 0x18dff8

View File

@@ -368,184 +368,237 @@ MovementData_0x19c1da: ; 0x19c1da
; 0x19c1e3 ; 0x19c1e3
UnknownText_0x19c1e3: ; 0x19c1e3 UnknownText_0x19c1e3: ; 0x19c1e3
db $0, "You're a rookie", $4f text "You're a rookie"
db "trainer, aren't", $55 line "trainer, aren't"
db "you? I can tell!", $51 cont "you? I can tell!"
db "That's OK! Every-", $4f
db "one is a rookie", $55 para "That's OK! Every-"
db "at some point!", $51 line "one is a rookie"
db "If you'd like, I", $4f cont "at some point!"
db "can teach you a", $55
db "few things.", $57 para "If you'd like, I"
line "can teach you a"
cont "few things."
done
; 0x19c26f ; 0x19c26f
UnknownText_0x19c26f: ; 0x19c26f UnknownText_0x19c26f: ; 0x19c26f
db $0, "OK, then!", $4f text "OK, then!"
db "Follow me!", $57 line "Follow me!"
done
; 0x19c285 ; 0x19c285
UnknownText_0x19c285: ; 0x19c285 UnknownText_0x19c285: ; 0x19c285
db $0, "This is a #MON", $4f text "This is a #MON"
db "CENTER. They heal", $51 line "CENTER. They heal"
db "your #MON in no", $4f
db "time at all.", $51 para "your #MON in no"
db "You'll be relying", $4f line "time at all."
db "on them a lot, so", $51
db "you better learn", $4f para "You'll be relying"
db "about them.", $57 line "on them a lot, so"
para "you better learn"
line "about them."
done
; 0x19c304 ; 0x19c304
UnknownText_0x19c304: ; 0x19c304 UnknownText_0x19c304: ; 0x19c304
db $0, "This is a #MON", $4f text "This is a #MON"
db "MART.", $51 line "MART."
db "They sell BALLS", $4f
db "for catching wild", $51 para "They sell BALLS"
db "#MON and other", $4f line "for catching wild"
db "useful items.", $57
para "#MON and other"
line "useful items."
done
; 0x19c359 ; 0x19c359
UnknownText_0x19c359: ; 0x19c359 UnknownText_0x19c359: ; 0x19c359
db $0, "ROUTE 30 is out", $4f text "ROUTE 30 is out"
db "this way.", $51 line "this way."
db "Trainers will be", $4f
db "battling their", $51 para "Trainers will be"
db "prized #MON", $4f line "battling their"
db "there.", $57
para "prized #MON"
line "there."
done
; 0x19c3a7 ; 0x19c3a7
UnknownText_0x19c3a7: ; 0x19c3a7 UnknownText_0x19c3a7: ; 0x19c3a7
db $0, "This is the sea,", $4f text "This is the sea,"
db "as you can see.", $51 line "as you can see."
db "Some #MON are", $4f
db "found only in", $55 para "Some #MON are"
db "water.", $57 line "found only in"
cont "water."
done
; 0x19c3ec ; 0x19c3ec
UnknownText_0x19c3ec: ; 0x19c3ec UnknownText_0x19c3ec: ; 0x19c3ec
db $0, "Here…", $51 text "Here…"
db "It's my house!", $4f
db "Thanks for your", $55 para "It's my house!"
db "company.", $51 line "Thanks for your"
db "Let me give you a", $4f cont "company."
db "small gift.", $57
para "Let me give you a"
line "small gift."
done
; 0x19c438 ; 0x19c438
UnknownText_0x19c438: ; 0x19c438 UnknownText_0x19c438: ; 0x19c438
db $0, $52, "'s #GEAR", $4f text $52, "'s #GEAR"
db "now has a MAP!", $57 line "now has a MAP!"
done
; 0x19c451 ; 0x19c451
UnknownText_0x19c451: ; 0x19c451 UnknownText_0x19c451: ; 0x19c451
db $0, "#GEAR becomes", $4f text "#GEAR becomes"
db "more useful as you", $55 line "more useful as you"
db "add CARDS.", $51 cont "add CARDS."
db "I wish you luck on", $4f
db "your journey!", $57 para "I wish you luck on"
line "your journey!"
done
; 0x19c49f ; 0x19c49f
UnknownText_0x19c49f: ; 0x19c49f UnknownText_0x19c49f: ; 0x19c49f
db $0, "Oh… It's something", $4f text "Oh… It's something"
db "I enjoy doing…", $51 line "I enjoy doing…"
db "Fine. Come see me", $4f
db "when you like.", $57 para "Fine. Come see me"
line "when you like."
done
; 0x19c4e2 ; 0x19c4e2
UnknownText_0x19c4e2: ; 0x19c4e2 UnknownText_0x19c4e2: ; 0x19c4e2
db $0, $56, " ", $56, " ", $56, $51 text $56, " ", $56, " ", $56
db "You got a #MON", $4f
db "at the LAB.", $51 para "You got a #MON"
db "What a waste.", $4f line "at the LAB."
db "A wimp like you.", $51
db $56, " ", $56, " ", $56, $51 para "What a waste."
db "Don't you get what", $4f line "A wimp like you."
db "I'm saying?", $51
db "Well, I too, have", $4f para $56, " ", $56, " ", $56
db "a good #MON.", $51
db "I'll show you", $4f para "Don't you get what"
db "what I mean!", $57 line "I'm saying?"
para "Well, I too, have"
line "a good #MON."
para "I'll show you"
line "what I mean!"
done
; 0x19c57f ; 0x19c57f
UnknownText_0x19c57f: ; 0x19c57f UnknownText_0x19c57f: ; 0x19c57f
db $0, "Humph. Are you", $4f text "Humph. Are you"
db "happy you won?", $57 line "happy you won?"
done
; 0x19c59e ; 0x19c59e
UnknownText_0x19c59e: ; 0x19c59e UnknownText_0x19c59e: ; 0x19c59e
db $0, $56, " ", $56, " ", $56, $51 text $56, " ", $56, " ", $56
db "My name's ???.", $51
db "I'm going to be", $4f para "My name's ???."
db "the world's great-", $55
db "est #MON", $55 para "I'm going to be"
db "trainer.", $57 line "the world's great-"
cont "est #MON"
cont "trainer."
done
; 0x19c5e6 ; 0x19c5e6
UnknownText_0x19c5e6: ; 0x19c5e6 UnknownText_0x19c5e6: ; 0x19c5e6
db $0, "Humph. That was a", $4f text "Humph. That was a"
db "waste of time.", $57 line "waste of time."
done
; 0x19c608 ; 0x19c608
UnknownText_0x19c608: ; 0x19c608 UnknownText_0x19c608: ; 0x19c608
db $0, $56, " ", $56, " ", $56, $51 text $56, " ", $56, " ", $56
db "My name's ???.", $51
db "I'm going to be", $4f para "My name's ???."
db "the world's great-", $55
db "est #MON", $55 para "I'm going to be"
db "trainer.", $57 line "the world's great-"
cont "est #MON"
cont "trainer."
done
; 0x19c650 ; 0x19c650
UnknownText_0x19c650: ; 0x19c650 UnknownText_0x19c650: ; 0x19c650
db $0, "Did you talk to", $4f text "Did you talk to"
db "the old man by the", $55 line "the old man by the"
db "#MON CENTER?", $51 cont "#MON CENTER?"
db "He'll put a MAP of", $4f
db "JOHTO on your", $55 para "He'll put a MAP of"
db "#GEAR.", $57 line "JOHTO on your"
cont "#GEAR."
done
; 0x19c6a8 ; 0x19c6a8
UnknownText_0x19c6a8: ; 0x19c6a8 UnknownText_0x19c6a8: ; 0x19c6a8
db $0, "When you're with", $4f text "When you're with"
db "#MON, going", $55 line "#MON, going"
db "anywhere is fun.", $57 cont "anywhere is fun."
done
; 0x19c6d6 ; 0x19c6d6
UnknownText_0x19c6d6: ; 0x19c6d6 UnknownText_0x19c6d6: ; 0x19c6d6
db $0, "MR.#MON's house", $4f text "MR.#MON's house"
db "is still farther", $55 line "is still farther"
db "up ahead.", $57 cont "up ahead."
done
; 0x19c701 ; 0x19c701
UnknownText_0x19c701: ; 0x19c701 UnknownText_0x19c701: ; 0x19c701
db $0, "I battled the", $4f text "I battled the"
db "trainers on the", $55 line "trainers on the"
db "road.", $51 cont "road."
db "My #MON lost.", $4f
db "They're a mess! I", $51 para "My #MON lost."
db "must take them to", $4f line "They're a mess! I"
db "a #MON CENTER.", $57
para "must take them to"
line "a #MON CENTER."
done
; 0x19c766 ; 0x19c766
UnknownText_0x19c766: ; 0x19c766 UnknownText_0x19c766: ; 0x19c766
db $0, "A #MON I caught", $4f text "A #MON I caught"
db "had an item.", $51 line "had an item."
db "I think it's", $4f
db "MYSTIC WATER.", $51 para "I think it's"
db "I don't need it,", $4f line "MYSTIC WATER."
db "so do you want it?", $57
para "I don't need it,"
line "so do you want it?"
done
; 0x19c7c1 ; 0x19c7c1
UnknownText_0x19c7c1: ; 0x19c7c1 UnknownText_0x19c7c1: ; 0x19c7c1
db $0, "Back to fishing", $4f text "Back to fishing"
db "for me, then.", $57 line "for me, then."
done
; 0x19c7e0 ; 0x19c7e0
UnknownText_0x19c7e0: ; 0x19c7e0 UnknownText_0x19c7e0: ; 0x19c7e0
db $0, "CHERRYGROVE CITY", $51 text "CHERRYGROVE CITY"
db "The City of Cute,", $4f
db "Fragrant Flowers", $57 para "The City of Cute,"
line "Fragrant Flowers"
done
; 0x19c815 ; 0x19c815
UnknownText_0x19c815: ; 0x19c815 UnknownText_0x19c815: ; 0x19c815
db $0, "GUIDE GENT'S HOUSE", $57 text "GUIDE GENT'S HOUSE"
done
; 0x19c829 ; 0x19c829
CherrygroveCity_MapEventHeader: ; 0x19c829 CherrygroveCity_MapEventHeader: ; 0x19c829

View File

@@ -27,16 +27,20 @@ MapCherrygroveEvolutionSpeechHouseSignpost1Script: ; 0x196cc0
; 0x196cc3 ; 0x196cc3
UnknownText_0x196cc3: ; 0x196cc3 UnknownText_0x196cc3: ; 0x196cc3
db $0, "#MON gain expe-", $4f text "#MON gain expe-"
db "rience in battle", $51 line "rience in battle"
db "and change their", $4f
db "form.", $57 para "and change their"
line "form."
done
; 0x196cfc ; 0x196cfc
UnknownText_0x196cfc: ; 0x196cfc UnknownText_0x196cfc: ; 0x196cfc
db $0, "#MON change?", $51 text "#MON change?"
db "I would be shocked", $4f
db "if one did that!", $57 para "I would be shocked"
line "if one did that!"
done
; 0x196d2e ; 0x196d2e
CherrygroveEvolutionSpeechHouse_MapEventHeader: ; 0x196d2e CherrygroveEvolutionSpeechHouse_MapEventHeader: ; 0x196d2e

View File

@@ -19,24 +19,31 @@ MapCherrygroveGymSpeechHouseSignpost1Script: ; 0x196ae7
; 0x196aea ; 0x196aea
UnknownText_0x196aea: ; 0x196aea UnknownText_0x196aea: ; 0x196aea
db $0, "You're trying to", $4f text "You're trying to"
db "see how good you", $51 line "see how good you"
db "are as a #MON", $4f
db "trainer?", $51 para "are as a #MON"
db "You better visit", $4f line "trainer?"
db "the #MON GYMS", $51
db "all over JOHTO and", $4f para "You better visit"
db "collect BADGES.", $57 line "the #MON GYMS"
para "all over JOHTO and"
line "collect BADGES."
done
; 0x196b65 ; 0x196b65
UnknownText_0x196b65: ; 0x196b65 UnknownText_0x196b65: ; 0x196b65
db $0, "When I get older,", $4f text "When I get older,"
db "I'm going to be a", $55 line "I'm going to be a"
db "GYM LEADER!", $51 cont "GYM LEADER!"
db "I make my #MON", $4f
db "battle with my", $51 para "I make my #MON"
db "friend's to make", $4f line "battle with my"
db "them tougher!", $57
para "friend's to make"
line "them tougher!"
done
; 0x196bd1 ; 0x196bd1
CherrygroveGymSpeechHouse_MapEventHeader: ; 0x196bd1 CherrygroveGymSpeechHouse_MapEventHeader: ; 0x196bd1

View File

@@ -44,28 +44,35 @@ YoungsterScript_0x196831: ; 0x196831
; 0x196834 ; 0x196834
UnknownText_0x196834: ; 0x196834 UnknownText_0x196834: ; 0x196834
db $0, "They're fresh out", $4f text "They're fresh out"
db "of # BALLS!", $51 line "of # BALLS!"
db "When will they get", $4f
db "more of them?", $57 para "When will they get"
line "more of them?"
done
; 0x196873 ; 0x196873
UnknownText_0x196873: ; 0x196873 UnknownText_0x196873: ; 0x196873
db $0, "# BALLS are in", $4f text "# BALLS are in"
db "stock! Now I can", $55 line "stock! Now I can"
db "catch #MON!", $57 cont "catch #MON!"
done
; 0x1968a0 ; 0x1968a0
UnknownText_0x1968a0: ; 0x1968a0 UnknownText_0x1968a0: ; 0x1968a0
db $0, "When I was walking", $4f text "When I was walking"
db "in the grass, a", $51 line "in the grass, a"
db "bug #MON poi-", $4f
db "soned my #MON!", $51 para "bug #MON poi-"
db "I just kept going,", $4f line "soned my #MON!"
db "but then my", $55
db "#MON fainted.", $51 para "I just kept going,"
db "You should keep an", $4f line "but then my"
db "ANTIDOTE with you.", $57 cont "#MON fainted."
para "You should keep an"
line "ANTIDOTE with you."
done
; 0x196934 ; 0x196934
CherrygroveMart_MapEventHeader: ; 0x196934 CherrygroveMart_MapEventHeader: ; 0x196934

View File

@@ -37,32 +37,39 @@ UnknownScript_0x196984: ; 0x196984
; 0x19698a ; 0x19698a
UnknownText_0x19698a: ; 0x19698a UnknownText_0x19698a: ; 0x19698a
db $0, "It's great. I can", $4f text "It's great. I can"
db "store any number", $51 line "store any number"
db "of #MON, and", $4f
db "it's all free.", $57 para "of #MON, and"
line "it's all free."
done
; 0x1969c8 ; 0x1969c8
UnknownText_0x1969c8: ; 0x1969c8 UnknownText_0x1969c8: ; 0x1969c8
db $0, "That PC is free", $4f text "That PC is free"
db "for any trainer", $55 line "for any trainer"
db "to use.", $57 cont "to use."
done
; 0x1969f1 ; 0x1969f1
UnknownText_0x1969f1: ; 0x1969f1 UnknownText_0x1969f1: ; 0x1969f1
db $0, "The COMMUNICATION", $4f text "The COMMUNICATION"
db "CENTER upstairs", $55 line "CENTER upstairs"
db "was just built.", $51 cont "was just built."
db "But they're still", $4f
db "finishing it up.", $57 para "But they're still"
line "finishing it up."
done
; 0x196a46 ; 0x196a46
UnknownText_0x196a46: ; 0x196a46 UnknownText_0x196a46: ; 0x196a46
db $0, "The COMMUNICATION", $4f text "The COMMUNICATION"
db "CENTER upstairs", $55 line "CENTER upstairs"
db "was just built.", $51 cont "was just built."
db "I traded #MON", $4f
db "there already!", $57 para "I traded #MON"
line "there already!"
done
; 0x196a96 ; 0x196a96
CherrygrovePokeCenter1F_MapEventHeader: ; 0x196a96 CherrygrovePokeCenter1F_MapEventHeader: ; 0x196a96

View File

@@ -201,166 +201,219 @@ MovementData_0x1a00ec: ; 0x1a00ec
; 0x1a00f1 ; 0x1a00f1
UnknownText_0x1a00f1: ; 0x1a00f1 UnknownText_0x1a00f1: ; 0x1a00f1
db $0, "You crossed the", $4f text "You crossed the"
db "sea to get here?", $51 line "sea to get here?"
db "That must have", $4f
db "been hard.", $51 para "That must have"
db "It would be much", $4f line "been hard."
db "easier if your", $51
db "#MON knew how", $4f para "It would be much"
db "to FLY…", $57 line "easier if your"
para "#MON knew how"
line "to FLY…"
done
; 0x1a0163 ; 0x1a0163
UnknownText_0x1a0163: ; 0x1a0163 UnknownText_0x1a0163: ; 0x1a0163
db $0, "But you can't use", $4f text "But you can't use"
db "FLY without this", $55 line "FLY without this"
db "city's GYM BADGE.", $51 cont "city's GYM BADGE."
db "If you beat the", $4f
db "GYM LEADER here,", $55 para "If you beat the"
db "come see me.", $51 line "GYM LEADER here,"
db "I'll have a nice", $4f cont "come see me."
db "gift for you.", $57
para "I'll have a nice"
line "gift for you."
done
; 0x1a01e3 ; 0x1a01e3
UnknownText_0x1a01e3: ; 0x1a01e3 UnknownText_0x1a01e3: ; 0x1a01e3
db $0, "That's CIANWOOD's", $4f text "That's CIANWOOD's"
db "GYM BADGE!", $51 line "GYM BADGE!"
db "Then you should", $4f
db "take this HM.", $57 para "Then you should"
line "take this HM."
done
; 0x1a021d ; 0x1a021d
UnknownText_0x1a021d: ; 0x1a021d UnknownText_0x1a021d: ; 0x1a021d
db $0, "Teach FLY to your", $4f text "Teach FLY to your"
db "#MON.", $51 line "#MON."
db "You will be able", $4f
db "to FLY instantly", $51 para "You will be able"
db "to anywhere you ", $4f line "to FLY instantly"
db "have visited.", $57
para "to anywhere you "
line "have visited."
done
; 0x1a0277 ; 0x1a0277
UnknownText_0x1a0277: ; 0x1a0277 UnknownText_0x1a0277: ; 0x1a0277
db $0, "My husband lost to", $4f text "My husband lost to"
db "you, so he needs", $55 line "you, so he needs"
db "to train harder.", $51 cont "to train harder."
db "That's good, since", $4f
db "he was getting a", $55 para "That's good, since"
db "little chubby.", $57 line "he was getting a"
cont "little chubby."
done
; 0x1a02df ; 0x1a02df
UnknownText_0x1a02df: ; 0x1a02df UnknownText_0x1a02df: ; 0x1a02df
db $0, "If you use FLY,", $4f text "If you use FLY,"
db "you can get back", $51 line "you can get back"
db "to OLIVINE in-", $4f
db "stantly.", $57 para "to OLIVINE in-"
line "stantly."
done
; 0x1a0319 ; 0x1a0319
UnknownText_0x1a0319: ; 0x1a0319 UnknownText_0x1a0319: ; 0x1a0319
db $0, "Boulders to the", $4f text "Boulders to the"
db "north of town can", $55 line "north of town can"
db "be crushed.", $51 cont "be crushed."
db "They may be hiding", $4f
db "something.", $51 para "They may be hiding"
db "Your #MON could", $4f line "something."
db "use ROCK SMASH to", $55
db "break them.", $57 para "Your #MON could"
line "use ROCK SMASH to"
cont "break them."
done
; 0x1a0394 ; 0x1a0394
UnknownText_0x1a0394: ; 0x1a0394 UnknownText_0x1a0394: ; 0x1a0394
db $0, "CHUCK, the GYM", $4f text "CHUCK, the GYM"
db "LEADER, spars with", $51 line "LEADER, spars with"
db "his fighting #-", $4f
db "MON.", $57 para "his fighting #-"
line "MON."
done
; 0x1a03cc ; 0x1a03cc
; possibly unused ; possibly unused
UnknownText_0x1a03cc: ; 0x1a03cc UnknownText_0x1a03cc: ; 0x1a03cc
db $0, "There are several", $4f text "There are several"
db "islands between", $55 line "islands between"
db "here and OLIVINE.", $51 cont "here and OLIVINE."
db "A mythical sea", $4f
db "creature supposed-", $55 para "A mythical sea"
db "ly lives there.", $57 line "creature supposed-"
cont "ly lives there."
done
; 0x1a0433 ; 0x1a0433
UnknownText_0x1a0433: ; 0x1a0433 UnknownText_0x1a0433: ; 0x1a0433
db $0, "EUSINE: Yo,", $4f text "EUSINE: Yo,"
db $52, ".", $51 line $52, "."
db "Wasn't that", $4f
db "SUICUNE just now?", $51 para "Wasn't that"
db "I only caught a", $4f line "SUICUNE just now?"
db "quick glimpse, but", $51
db "I thought I saw", $4f para "I only caught a"
db "SUICUNE running on", $55 line "quick glimpse, but"
db "the waves.", $51
db "SUICUNE is beau-", $4f para "I thought I saw"
db "tiful and grand.", $51 line "SUICUNE running on"
db "And it races", $4f cont "the waves."
db "through towns and", $51
db "roads at simply", $4f para "SUICUNE is beau-"
db "awesome speeds.", $51 line "tiful and grand."
db "It's wonderful…", $51
db "I want to see", $4f para "And it races"
db "SUICUNE up close…", $51 line "through towns and"
db "I've decided.", $51
db "I'll battle you as", $4f para "roads at simply"
db "a trainer to earn", $55 line "awesome speeds."
db "SUICUNE's respect!", $51
db "Come on, ", $52, ".", $4f para "It's wonderful…"
db "Let's battle now!", $57
para "I want to see"
line "SUICUNE up close…"
para "I've decided."
para "I'll battle you as"
line "a trainer to earn"
cont "SUICUNE's respect!"
para "Come on, ", $52, "."
line "Let's battle now!"
done
; 0x1a05a1 ; 0x1a05a1
UnknownText_0x1a05a1: ; 0x1a05a1 UnknownText_0x1a05a1: ; 0x1a05a1
db $0, "I hate to admit", $4f text "I hate to admit"
db "it, but you win.", $57 line "it, but you win."
done
; 0x1a05c3 ; 0x1a05c3
UnknownText_0x1a05c3: ; 0x1a05c3 UnknownText_0x1a05c3: ; 0x1a05c3
db $0, "You're amazing,", $4f text "You're amazing,"
db $52, "!", $51 line $52, "!"
db "No wonder #MON", $4f
db "gravitate to you.", $51 para "No wonder #MON"
db "I get it now.", $51 line "gravitate to you."
db "I'm going to keep", $4f
db "searching for", $55 para "I get it now."
db "SUICUNE.", $51
db "I'm sure we'll see", $4f para "I'm going to keep"
db "each other again.", $51 line "searching for"
db "See you around!", $57 cont "SUICUNE."
para "I'm sure we'll see"
line "each other again."
para "See you around!"
done
; 0x1a0660 ; 0x1a0660
UnknownText_0x1a0660: ; 0x1a0660 UnknownText_0x1a0660: ; 0x1a0660
db $0, "CIANWOOD CITY", $51 text "CIANWOOD CITY"
db "A Port Surrounded", $4f
db "by Rough Seas", $57 para "A Port Surrounded"
line "by Rough Seas"
done
; 0x1a068f ; 0x1a068f
UnknownText_0x1a068f: ; 0x1a068f UnknownText_0x1a068f: ; 0x1a068f
db $0, "CIANWOOD CITY", $4f text "CIANWOOD CITY"
db "#MON GYM", $51 line "#MON GYM"
db "LEADER: CHUCK", $51
db "His Roaring Fists", $4f para "LEADER: CHUCK"
db "Do the Talking", $57
para "His Roaring Fists"
line "Do the Talking"
done
; 0x1a06d6 ; 0x1a06d6
UnknownText_0x1a06d6: ; 0x1a06d6 UnknownText_0x1a06d6: ; 0x1a06d6
db $0, "500 Years of", $4f text "500 Years of"
db "Tradition", $51 line "Tradition"
db "CIANWOOD CITY", $4f
db "PHARMACY", $51 para "CIANWOOD CITY"
db "We Await Your", $4f line "PHARMACY"
db "Medicinal Queries", $57
para "We Await Your"
line "Medicinal Queries"
done
; 0x1a0725 ; 0x1a0725
UnknownText_0x1a0725: ; 0x1a0725 UnknownText_0x1a0725: ; 0x1a0725
db $0, "CIANWOOD CITY", $4f text "CIANWOOD CITY"
db "PHOTO STUDIO", $51 line "PHOTO STUDIO"
db "Take a Snapshot as", $4f
db "a Keepsake!", $57 para "Take a Snapshot as"
line "a Keepsake!"
done
; 0x1a0760 ; 0x1a0760
UnknownText_0x1a0760: ; 0x1a0760 UnknownText_0x1a0760: ; 0x1a0760
db $0, "THE # SEER", $4f text "THE # SEER"
db "AHEAD", $57 line "AHEAD"
done
; 0x1a0772 ; 0x1a0772
CianwoodCity_MapEventHeader: ; 0x1a0772 CianwoodCity_MapEventHeader: ; 0x1a0772

View File

@@ -28,22 +28,27 @@ UnknownScript_0x9e0f3: ; 0x9e0f3
; 0x9e0f9 ; 0x9e0f9
UnknownText_0x9e0f9: ; 0x9e0f9 UnknownText_0x9e0f9: ; 0x9e0f9
db $0, "You have magnifi-", $4f text "You have magnifi-"
db "cent #MON with", $55 line "cent #MON with"
db "you.", $51 cont "you."
db "How about a photo", $4f
db "for a souvenir?", $57 para "How about a photo"
line "for a souvenir?"
done
; 0x9e142 ; 0x9e142
UnknownText_0x9e142: ; 0x9e142 UnknownText_0x9e142: ; 0x9e142
db $0, "OK! Big smile now!", $57 text "OK! Big smile now!"
done
; 0x9e156 ; 0x9e156
UnknownText_0x9e156: ; 0x9e156 UnknownText_0x9e156: ; 0x9e156
db $0, "Oh, that's too", $4f text "Oh, that's too"
db "bad. I thought it", $51 line "bad. I thought it"
db "would be a great", $4f
db "memento…", $57 para "would be a great"
line "memento…"
done
; 0x9e191 ; 0x9e191
CianwoodCityPhotoStudio_MapEventHeader: ; 0x9e191 CianwoodCityPhotoStudio_MapEventHeader: ; 0x9e191

View File

@@ -222,141 +222,179 @@ MovementData_0x9d6f3: ; 0x9d6f3
; 0x9d6f9 ; 0x9d6f9
UnknownText_0x9d6f9: ; 0x9d6f9 UnknownText_0x9d6f9: ; 0x9d6f9
db $0, "WAHAHAH!", $51 text "WAHAHAH!"
db "So you've come", $4f
db "this far!", $51 para "So you've come"
db "Let me tell you,", $4f line "this far!"
db "I'm tough!", $51
db "My #MON will", $4f para "Let me tell you,"
db "crush stones and", $55 line "I'm tough!"
db "shatter bones!", $51
db "Watch this!", $57 para "My #MON will"
line "crush stones and"
cont "shatter bones!"
para "Watch this!"
done
; 0x9d76f ; 0x9d76f
UnknownText_0x9d76f: ; 0x9d76f UnknownText_0x9d76f: ; 0x9d76f
db $0, "CHUCK: Urggh!", $4f text "CHUCK: Urggh!"
db "…", $51 line "…"
db "Oooarrgh!", $57
para "Oooarrgh!"
done
; 0x9d78a ; 0x9d78a
UnknownText_0x9d78a: ; 0x9d78a UnknownText_0x9d78a: ; 0x9d78a
db $0, "There! Scared now,", $4f text "There! Scared now,"
db "are you?", $51 line "are you?"
db "What?", $4f
db "It has nothing to", $51 para "What?"
db "do with #MON?", $4f line "It has nothing to"
db "That's true!", $51
db "Come on. We shall", $4f para "do with #MON?"
db "do battle!", $57 line "That's true!"
para "Come on. We shall"
line "do battle!"
done
; 0x9d7f6 ; 0x9d7f6
UnknownText_0x9d7f6: ; 0x9d7f6 UnknownText_0x9d7f6: ; 0x9d7f6
db $0, "Wha? Huh?", $4f text "Wha? Huh?"
db "I lost?", $51 line "I lost?"
db "How about that!", $4f
db "You're worthy of", $55 para "How about that!"
db "STORMBADGE!", $57 line "You're worthy of"
cont "STORMBADGE!"
done
; 0x9d835 ; 0x9d835
UnknownText_0x9d835: ; 0x9d835 UnknownText_0x9d835: ; 0x9d835
db $0, $52, " received", $4f text $52, " received"
db "STORMBADGE.", $57 line "STORMBADGE."
done
; 0x9d84d ; 0x9d84d
UnknownText_0x9d84d: ; 0x9d84d UnknownText_0x9d84d: ; 0x9d84d
db $0, "STORMBADGE makes", $4f text "STORMBADGE makes"
db "all #MON up to", $51 line "all #MON up to"
db "L70 obey, even", $4f
db "traded ones.", $51 para "L70 obey, even"
db "It also lets your", $4f line "traded ones."
db "#MON use FLY", $51
db "when you're not in", $4f para "It also lets your"
db "a battle.", $51 line "#MON use FLY"
db "Here, take this", $4f
db "too!", $57 para "when you're not in"
line "a battle."
para "Here, take this"
line "too!"
done
; 0x9d8da ; 0x9d8da
UnknownText_0x9d8da: ; 0x9d8da UnknownText_0x9d8da: ; 0x9d8da
db $0, "That is DYNAMIC-", $4f text "That is DYNAMIC-"
db "PUNCH.", $51 line "PUNCH."
db "It doesn't always", $4f
db "hit, but when it", $51 para "It doesn't always"
db "does, it causes", $4f line "hit, but when it"
db "confusion!", $57
para "does, it causes"
line "confusion!"
done
; 0x9d930 ; 0x9d930
UnknownText_0x9d930: ; 0x9d930 UnknownText_0x9d930: ; 0x9d930
db $0, "WAHAHAH! I enjoyed", $4f text "WAHAHAH! I enjoyed"
db "battling you!", $51 line "battling you!"
db "But a loss is a", $4f
db "loss!", $51 para "But a loss is a"
db "From now on, I'm", $4f line "loss!"
db "going to train 24", $55
db "hours a day!", $57 para "From now on, I'm"
line "going to train 24"
cont "hours a day!"
done
; 0x9d997 ; 0x9d997
BlackbeltYoshiSeenText: ; 0x9d997 BlackbeltYoshiSeenText: ; 0x9d997
db $0, "My #MON and I", $4f text "My #MON and I"
db "are bound togeth-", $55 line "are bound togeth-"
db "er by friendship.", $51 cont "er by friendship."
db "Our bond will", $4f
db "never be broken!", $57 para "Our bond will"
line "never be broken!"
done
; 0x9d9e9 ; 0x9d9e9
BlackbeltYoshiBeatenText: ; 0x9d9e9 BlackbeltYoshiBeatenText: ; 0x9d9e9
db $0, "This isn't real!", $57 text "This isn't real!"
done
; 0x9d9fa ; 0x9d9fa
UnknownText_0x9d9fa: ; 0x9d9fa UnknownText_0x9d9fa: ; 0x9d9fa
db $0, "You seem to have a", $4f text "You seem to have a"
db "strong bond with", $55 line "strong bond with"
db "your #MON too!", $57 cont "your #MON too!"
done
; 0x9da2e ; 0x9da2e
BlackbeltLaoSeenText: ; 0x9da2e BlackbeltLaoSeenText: ; 0x9da2e
db $0, "We martial artists", $4f text "We martial artists"
db "fear nothing!", $57 line "fear nothing!"
done
; 0x9da50 ; 0x9da50
BlackbeltLaoBeatenText: ; 0x9da50 BlackbeltLaoBeatenText: ; 0x9da50
db $0, "That's shocking!", $57 text "That's shocking!"
done
; 0x9da61 ; 0x9da61
UnknownText_0x9da61: ; 0x9da61 UnknownText_0x9da61: ; 0x9da61
db $0, "Fighting #MON", $4f text "Fighting #MON"
db "are afraid of psy-", $55 line "are afraid of psy-"
db "chics…", $57 cont "chics…"
done
; 0x9da8a ; 0x9da8a
BlackbeltNobSeenText: ; 0x9da8a BlackbeltNobSeenText: ; 0x9da8a
db $0, "Words are useless.", $4f text "Words are useless."
db "Let your fists do", $55 line "Let your fists do"
db "the talking!", $57 cont "the talking!"
done
; 0x9dabd ; 0x9dabd
BlackbeltNobBeatenText: ; 0x9dabd BlackbeltNobBeatenText: ; 0x9dabd
db $0, "…", $57 text "…"
done
; 0x9dac0 ; 0x9dac0
UnknownText_0x9dac0: ; 0x9dac0 UnknownText_0x9dac0: ; 0x9dac0
db $0, "I lost! ", $4f text "I lost! "
db "I'm speechless!", $57 line "I'm speechless!"
done
; 0x9dad9 ; 0x9dad9
BlackbeltLungSeenText: ; 0x9dad9 BlackbeltLungSeenText: ; 0x9dad9
db $0, "My raging fists", $4f text "My raging fists"
db "will shatter your", $55 line "will shatter your"
db "#MON!", $57 cont "#MON!"
done
; 0x9db02 ; 0x9db02
BlackbeltLungBeatenText: ; 0x9db02 BlackbeltLungBeatenText: ; 0x9db02
db $0, "I got shattered!", $57 text "I got shattered!"
done
; 0x9db14 ; 0x9db14
UnknownText_0x9db14: ; 0x9db14 UnknownText_0x9db14: ; 0x9db14
db $0, "My #MON lost…", $4f text "My #MON lost…"
db "My… my pride is", $55 line "My… my pride is"
db "shattered…", $57 cont "shattered…"
done
; 0x9db3e ; 0x9db3e
CianwoodGym_MapEventHeader: ; 0x9db3e CianwoodGym_MapEventHeader: ; 0x9db3e

View File

@@ -23,36 +23,45 @@ MapCianwoodLugiaSpeechHouseSignpost1Script: ; 0x9e1b9
; 0x9e1bc ; 0x9e1bc
UnknownText_0x9e1bc: ; 0x9e1bc UnknownText_0x9e1bc: ; 0x9e1bc
db $0, "You came from", $4f text "You came from"
db "OLIVINE?", $51 line "OLIVINE?"
db "Do you remember", $4f
db "the four islands", $55 para "Do you remember"
db "along the way?", $51 line "the four islands"
db "I heard that a ", $4f cont "along the way?"
db "mythical sea crea-", $55
db "ture is hiding in", $55 para "I heard that a "
db "them.", $57 line "mythical sea crea-"
cont "ture is hiding in"
cont "them."
done
; 0x9e23f ; 0x9e23f
UnknownText_0x9e23f: ; 0x9e23f UnknownText_0x9e23f: ; 0x9e23f
db $0, "I heard that you", $4f text "I heard that you"
db "can only see it if", $51 line "can only see it if"
db "you have a SILVER", $4f
db "WING.", $51 para "you have a SILVER"
db "It must have the", $4f line "WING."
db "same scent as the", $55
db "creature.", $57 para "It must have the"
line "same scent as the"
cont "creature."
done
; 0x9e2a9 ; 0x9e2a9
UnknownText_0x9e2a9: ; 0x9e2a9 UnknownText_0x9e2a9: ; 0x9e2a9
db $0, "I've heard that", $4f text "I've heard that"
db "the whirlpools", $51 line "the whirlpools"
db "around the islands", $4f
db "are caused by the", $55 para "around the islands"
db "sea creature.", $51 line "are caused by the"
db "You might need a", $4f cont "sea creature."
db "special move to", $55
db "get past them.", $57 para "You might need a"
line "special move to"
cont "get past them."
done
; 0x9e32b ; 0x9e32b
CianwoodLugiaSpeechHouse_MapEventHeader: ; 0x9e32b CianwoodLugiaSpeechHouse_MapEventHeader: ; 0x9e32b

View File

@@ -45,29 +45,38 @@ MapCianwoodPharmacySignpost1Script: ; 0x9dfca
; 0x9dfcd ; 0x9dfcd
UnknownText_0x9dfcd: ; 0x9dfcd UnknownText_0x9dfcd: ; 0x9dfcd
db $0, "Your #MON ap-", $4f text "Your #MON ap-"
db "pear to be fine.", $51 line "pear to be fine."
db "Is something wor- ", $4f
db "rying you?", $51 para "Is something wor- "
db "…", $51 line "rying you?"
db "The LIGHTHOUSE", $4f
db "#MON is in", $55 para "…"
db "trouble?", $51
db "I got it!", $51 para "The LIGHTHOUSE"
db "This ought to do", $4f line "#MON is in"
db "the trick.", $57 cont "trouble?"
para "I got it!"
para "This ought to do"
line "the trick."
done
; 0x9e056 ; 0x9e056
UnknownText_0x9e056: ; 0x9e056 UnknownText_0x9e056: ; 0x9e056
db $0, $52, " received", $4f text $52, " received"
db "SECRETPOTION.", $57 line "SECRETPOTION."
done
; 0x9e070 ; 0x9e070
UnknownText_0x9e070: ; 0x9e070 UnknownText_0x9e070: ; 0x9e070
db $0, "My SECRETPOTION is", $4f text "My SECRETPOTION is"
db "a tad too strong.", $51 line "a tad too strong."
db "I only offer it in", $4f
db "an emergency.", $57 para "I only offer it in"
line "an emergency."
done
; 0x9e0b7 ; 0x9e0b7
CianwoodPharmacy_MapEventHeader: ; 0x9e0b7 CianwoodPharmacy_MapEventHeader: ; 0x9e0b7

View File

@@ -37,78 +37,103 @@ SuperNerdScript_0x9dbea: ; 0x9dbea
; 0x9dbed ; 0x9dbed
UnknownText_0x9dbed: ; 0x9dbed UnknownText_0x9dbed: ; 0x9dbed
db $0, "Did you meet the", $4f text "Did you meet the"
db "#MANIAC?", $51 line "#MANIAC?"
db "He's always brag-", $4f
db "ging about his", $55 para "He's always brag-"
db "rare #MON.", $57 line "ging about his"
cont "rare #MON."
done
; 0x9dc33 ; 0x9dc33
CianwoodGymGuyText: ; 0x9dc33 CianwoodGymGuyText: ; 0x9dc33
db $0, "The #MON GYM", $4f text "The #MON GYM"
db "trainers here are", $55 line "trainers here are"
db "macho bullies.", $51 cont "macho bullies."
db "If I stick around,", $4f
db "they might come", $55 para "If I stick around,"
db "after me.", $51 line "they might come"
db "Here's some ad-", $4f cont "after me."
db "vice: the GYM", $51
db "LEADER uses the", $4f para "Here's some ad-"
db "fighting-type.", $51 line "vice: the GYM"
db "So you should", $4f
db "confound him with", $55 para "LEADER uses the"
db "psychic #MON.", $51 line "fighting-type."
db "Wipe out his #-", $4f
db "MON before they", $51 para "So you should"
db "can use their", $4f line "confound him with"
db "physical strength.", $51 cont "psychic #MON."
db "And those boulders", $4f
db "in the middle of", $55 para "Wipe out his #-"
db "the GYM?", $51 line "MON before they"
db "If you don't move", $4f
db "them correctly,", $51 para "can use their"
db "you won't reach", $4f line "physical strength."
db "the GYM LEADER.", $51
db "If you get stuck,", $4f para "And those boulders"
db "go outside.", $57 line "in the middle of"
cont "the GYM?"
para "If you don't move"
line "them correctly,"
para "you won't reach"
line "the GYM LEADER."
para "If you get stuck,"
line "go outside."
done
; 0x9ddc5 ; 0x9ddc5
CianwoodGymGuyWinText: ; 0x9ddc5 CianwoodGymGuyWinText: ; 0x9ddc5
db $0, $52, "! You won!", $4f text $52, "! You won!"
db "I could tell by", $55 line "I could tell by"
db "looking at you!", $57 cont "looking at you!"
done
; 0x9ddf2 ; 0x9ddf2
UnknownText_0x9ddf2: ; 0x9ddf2 UnknownText_0x9ddf2: ; 0x9ddf2
db $0, "Don't you get the", $4f text "Don't you get the"
db "urge to show off", $51 line "urge to show off"
db "your #MON to", $4f
db "friends?", $51 para "your #MON to"
db "I wish I could", $4f line "friends?"
db "show the #MON I", $51
db "raised to my pal", $4f para "I wish I could"
db "in VIOLET.", $57 line "show the #MON I"
para "raised to my pal"
line "in VIOLET."
done
; 0x9de66 ; 0x9de66
UnknownText_0x9de66: ; 0x9de66 UnknownText_0x9de66: ; 0x9de66
db $0, "I've been battling", $4f text "I've been battling"
db "my pal in VIOLET", $51 line "my pal in VIOLET"
db "using a MOBILE", $4f
db "ADAPTER link.", $51 para "using a MOBILE"
db "I'm down 5-7", $4f line "ADAPTER link."
db "against him. I've", $55
db "gotta crank it up!", $57 para "I'm down 5-7"
line "against him. I've"
cont "gotta crank it up!"
done
; 0x9ded7 ; 0x9ded7
UnknownText_0x9ded7: ; 0x9ded7 UnknownText_0x9ded7: ; 0x9ded7
db $0, "I love showing off", $4f text "I love showing off"
db "the #MON that", $51 line "the #MON that"
db "I've raised.", $4f
db "Don't you?", $51 para "I've raised."
db "I'm going to get", $4f line "Don't you?"
db "into a bunch of", $51
db "battles, and show", $4f para "I'm going to get"
db "off my #MON!", $57 line "into a bunch of"
para "battles, and show"
line "off my #MON!"
done
; 0x9df4e ; 0x9df4e
CianwoodPokeCenter1F_MapEventHeader: ; 0x9df4e CianwoodPokeCenter1F_MapEventHeader: ; 0x9df4e

View File

@@ -52,65 +52,92 @@ MovementData_0x1ac9d0: ; 0x1ac9d0
; 0x1ac9d2 ; 0x1ac9d2
UnknownText_0x1ac9d2: ; 0x1ac9d2 UnknownText_0x1ac9d2: ; 0x1ac9d2
db $0, "Who are you?", $51 text "Who are you?"
db "Well, it's plain", $4f
db "to see that you're", $55 para "Well, it's plain"
db "a trainer…", $51 line "to see that you're"
db "My name's BLUE.", $51 cont "a trainer…"
db "I was once the", $4f
db "CHAMPION, although", $51 para "My name's BLUE."
db "it was for only a", $4f
db "short time…", $51 para "I was once the"
db "That meddling RED", $4f line "CHAMPION, although"
db "did me in…", $51
db "Anyway, what do", $4f para "it was for only a"
db "you want? You want", $51 line "short time…"
db "to challenge me or", $4f
db "something?", $51 para "That meddling RED"
db "…I hate to say", $4f line "did me in…"
db "it, but I'm not in", $51
db "the mood for a", $4f para "Anyway, what do"
db "battle now.", $51 line "you want? You want"
db "Take a good look", $4f
db "around you…", $51 para "to challenge me or"
db "A volcano erupts,", $4f line "something?"
db "and just like", $51
db "that, a whole town", $4f para "…I hate to say"
db "disappears.", $51 line "it, but I'm not in"
db "We can go on win-", $4f
db "ning and losing in", $51 para "the mood for a"
db "#MON. But if", $4f line "battle now."
db "nature so much as", $51
db "twitches, we can", $4f para "Take a good look"
db "lose in a second.", $51 line "around you…"
db "…", $51
db "That's the way it", $4f para "A volcano erupts,"
db "is…", $51 line "and just like"
db "But, anyway, I'm", $4f
db "still a trainer.", $51 para "that, a whole town"
db "If I see a strong", $4f line "disappears."
db "opponent, it makes", $55
db "me want to battle.", $51 para "We can go on win-"
db "If you want to", $4f line "ning and losing in"
db "battle me, come to", $55
db "the VIRIDIAN GYM.", $51 para "#MON. But if"
db "I'll take you on", $4f line "nature so much as"
db "then.", $57
para "twitches, we can"
line "lose in a second."
para "…"
para "That's the way it"
line "is…"
para "But, anyway, I'm"
line "still a trainer."
para "If I see a strong"
line "opponent, it makes"
cont "me want to battle."
para "If you want to"
line "battle me, come to"
cont "the VIRIDIAN GYM."
para "I'll take you on"
line "then."
done
; 0x1acc73 ; 0x1acc73
UnknownText_0x1acc73: ; 0x1acc73 UnknownText_0x1acc73: ; 0x1acc73
db $0, "There's a notice", $4f text "There's a notice"
db "here…", $51 line "here…"
db "CINNABAR GYM has", $4f
db "relocated to SEA-", $55 para "CINNABAR GYM has"
db "FOAM ISLANDS.", $51 line "relocated to SEA-"
db "BLAINE", $57 cont "FOAM ISLANDS."
para "BLAINE"
done
; 0x1accc2 ; 0x1accc2
UnknownText_0x1accc2: ; 0x1accc2 UnknownText_0x1accc2: ; 0x1accc2
db $0, "CINNABAR ISLAND", $51 text "CINNABAR ISLAND"
db "The Fiery Town of", $4f
db "Burning Desire", $57 para "The Fiery Town of"
line "Burning Desire"
done
; 0x1accf4 ; 0x1accf4
CinnabarIsland_MapEventHeader: ; 0x1accf4 CinnabarIsland_MapEventHeader: ; 0x1accf4

View File

@@ -19,17 +19,20 @@ FisherScript_0x1ab332: ; 0x1ab332
; 0x1ab335 ; 0x1ab335
UnknownText_0x1ab335: ; 0x1ab335 UnknownText_0x1ab335: ; 0x1ab335
db $0, "CINNABAR GYM's", $4f text "CINNABAR GYM's"
db "BLAINE apparently", $51 line "BLAINE apparently"
db "lives alone in the", $4f
db "SEAFOAM ISLANDS", $55 para "lives alone in the"
db "cave…", $57 line "SEAFOAM ISLANDS"
cont "cave…"
done
; 0x1ab37f ; 0x1ab37f
UnknownText_0x1ab37f: ; 0x1ab37f UnknownText_0x1ab37f: ; 0x1ab37f
db $0, "It's been a year", $4f text "It's been a year"
db "since the volcano", $55 line "since the volcano"
db "erupted.", $57 cont "erupted."
done
; 0x1ab3ab ; 0x1ab3ab
CinnabarPokeCenter1F_MapEventHeader: ; 0x1ab3ab CinnabarPokeCenter1F_MapEventHeader: ; 0x1ab3ab

View File

@@ -70,8 +70,9 @@ ChrisScript_0x193499: ; 0x193499
; 0x1934a0 ; 0x1934a0
UnknownText_0x1934a0: ; 0x1934a0 UnknownText_0x1934a0: ; 0x1934a0
db $0, "Your friend is", $4f text "Your friend is"
db "ready.", $57 line "ready."
done
; 0x1934b7 ; 0x1934b7
Colosseum_MapEventHeader: ; 0x1934b7 Colosseum_MapEventHeader: ; 0x1934b7

View File

@@ -38,33 +38,42 @@ ClefairyScript_0x18ad2a: ; 0x18ad2a
; 0x18ad34 ; 0x18ad34
UnknownText_0x18ad34: ; 0x18ad34 UnknownText_0x18ad34: ; 0x18ad34
db $0, "My daughter likes", $4f text "My daughter likes"
db "to mimic people.", $51 line "to mimic people."
db "Her mimicry has", $4f
db "earned her the", $51 para "Her mimicry has"
db "nickname COPYCAT", $4f line "earned her the"
db "around here.", $57
para "nickname COPYCAT"
line "around here."
done
; 0x18ad95 ; 0x18ad95
UnknownText_0x18ad95: ; 0x18ad95 UnknownText_0x18ad95: ; 0x18ad95
db $0, "My daughter is so", $4f text "My daughter is so"
db "self-centered…", $51 line "self-centered…"
db "She only has a few", $4f
db "friends.", $57 para "She only has a few"
line "friends."
done
; 0x18add3 ; 0x18add3
UnknownText_0x18add3: ; 0x18add3 UnknownText_0x18add3: ; 0x18add3
db $0, "She recently lost", $4f text "She recently lost"
db "the # DOLL that", $51 line "the # DOLL that"
db "a boy gave her", $4f
db "three years ago.", $51 para "a boy gave her"
db "Ever since then,", $4f line "three years ago."
db "she's gotten even", $55
db "better at mimicry…", $57 para "Ever since then,"
line "she's gotten even"
cont "better at mimicry…"
done
; 0x18ae4b ; 0x18ae4b
UnknownText_0x18ae4b: ; 0x18ae4b UnknownText_0x18ae4b: ; 0x18ae4b
db $0, "BLISSEY: Bliisii!", $57 text "BLISSEY: Bliisii!"
done
; 0x18ae5e ; 0x18ae5e
CopycatsHouse1F_MapEventHeader: ; 0x18ae5e CopycatsHouse1F_MapEventHeader: ; 0x18ae5e

View File

@@ -219,137 +219,178 @@ MovementData_0x18afd0: ; 0x18afd0
; 0x18afda ; 0x18afda
UnknownText_0x18afda: ; 0x18afda UnknownText_0x18afda: ; 0x18afda
db $0, $52, ": Hi! Do", $4f text $52, ": Hi! Do"
db "you like #MON?", $51 line "you like #MON?"
db $52, ": Uh, no, I", $4f
db "just asked you.", $51 para $52, ": Uh, no, I"
db $52, ": Huh?", $4f line "just asked you."
db "You're strange!", $57
para $52, ": Huh?"
line "You're strange!"
done
; 0x18b028 ; 0x18b028
UnknownText_0x18b028: ; 0x18b028 UnknownText_0x18b028: ; 0x18b028
db $0, "COPYCAT: Hmm?", $4f text "COPYCAT: Hmm?"
db "Quit mimicking?", $51 line "Quit mimicking?"
db "But that's my", $4f
db "favorite hobby!", $57 para "But that's my"
line "favorite hobby!"
done
; 0x18b064 ; 0x18b064
UnknownText_0x18b064: ; 0x18b064 UnknownText_0x18b064: ; 0x18b064
db $0, $52, ": Hi!", $4f text $52, ": Hi!"
db "I heard that you", $51 line "I heard that you"
db "lost your favorite", $4f
db "# DOLL.", $51 para "lost your favorite"
db $52, ": If I find", $4f line "# DOLL."
db "it, you'll give me", $55
db "a rail PASS?", $51 para $52, ": If I find"
db $52, ": I'll go", $4f line "it, you'll give me"
db "find it for you.", $51 cont "a rail PASS?"
db "You think you lost", $4f
db "it when you went", $55 para $52, ": I'll go"
db "to VERMILION CITY?", $57 line "find it for you."
para "You think you lost"
line "it when you went"
cont "to VERMILION CITY?"
done
; 0x18b116 ; 0x18b116
UnknownText_0x18b116: ; 0x18b116 UnknownText_0x18b116: ; 0x18b116
db $0, "COPYCAT: Pardon?", $51 text "COPYCAT: Pardon?"
db "I shouldn't decide", $4f
db "what you should", $55 para "I shouldn't decide"
db "do?", $51 line "what you should"
db "But I'm really", $4f cont "do?"
db "worried… What if", $55
db "someone finds it?", $57 para "But I'm really"
line "worried… What if"
cont "someone finds it?"
done
; 0x18b17f ; 0x18b17f
UnknownText_0x18b17f: ; 0x18b17f UnknownText_0x18b17f: ; 0x18b17f
db $0, "COPYCAT: Yay!", $4f text "COPYCAT: Yay!"
db "That's my CLEFAIRY", $55 line "That's my CLEFAIRY"
db "# DOLL!", $51 cont "# DOLL!"
db "See the tear where", $4f
db "the right leg is", $51 para "See the tear where"
db "sewn on? That's", $4f line "the right leg is"
db "proof!", $57
para "sewn on? That's"
line "proof!"
done
; 0x18b1e2 ; 0x18b1e2
UnknownText_0x18b1e2: ; 0x18b1e2 UnknownText_0x18b1e2: ; 0x18b1e2
db $0, "OK. Here's the", $4f text "OK. Here's the"
db "MAGNET TRAIN PASS", $55 line "MAGNET TRAIN PASS"
db "like I promised!", $57 cont "like I promised!"
done
; 0x18b214 ; 0x18b214
UnknownText_0x18b214: ; 0x18b214 UnknownText_0x18b214: ; 0x18b214
db $0, "COPYCAT: That's", $4f text "COPYCAT: That's"
db "the PASS for the", $55 line "the PASS for the"
db "MAGNET TRAIN.", $51 cont "MAGNET TRAIN."
db "The rail company", $4f
db "man gave me that", $51 para "The rail company"
db "when they tore", $4f line "man gave me that"
db "down our old house", $55
db "for the STATION.", $57 para "when they tore"
line "down our old house"
cont "for the STATION."
done
; 0x18b298 ; 0x18b298
UnknownText_0x18b298: ; 0x18b298 UnknownText_0x18b298: ; 0x18b298
db $0, $52, ": Hi!", $4f text $52, ": Hi!"
db "Thanks a lot for", $55 line "Thanks a lot for"
db "the rail PASS!", $51 cont "the rail PASS!"
db $52, ": Pardon?", $51
db $52, ": Is it", $4f para $52, ": Pardon?"
db "that fun to mimic", $55
db "my every move?", $57 para $52, ": Is it"
line "that fun to mimic"
cont "my every move?"
done
; 0x18b2f5 ; 0x18b2f5
UnknownText_0x18b2f5: ; 0x18b2f5 UnknownText_0x18b2f5: ; 0x18b2f5
db $0, "COPYCAT: You bet!", $4f text "COPYCAT: You bet!"
db "It's a scream!", $57 line "It's a scream!"
done
; 0x18b316 ; 0x18b316
UnknownText_0x18b316: ; 0x18b316 UnknownText_0x18b316: ; 0x18b316
db $0, $52, ": Hi. You", $4f text $52, ": Hi. You"
db "must like #MON.", $51 line "must like #MON."
db $52, ": No, not", $4f
db "me. I asked you.", $51 para $52, ": No, not"
db $52, ": Pardon?", $4f line "me. I asked you."
db "You're weird!", $57
para $52, ": Pardon?"
line "You're weird!"
done
; 0x18b366 ; 0x18b366
UnknownText_0x18b366: ; 0x18b366 UnknownText_0x18b366: ; 0x18b366
db $0, $52, ": Hi. Did", $4f text $52, ": Hi. Did"
db "you really lose", $55 line "you really lose"
db "your # DOLL?", $51 cont "your # DOLL?"
db $52, ": You'll", $4f
db "really give me a", $51 para $52, ": You'll"
db "rail PASS if I", $4f line "really give me a"
db "find it for you?", $51
db $52, ": Sure,", $4f para "rail PASS if I"
db "I'll look for it!", $51 line "find it for you?"
db "You think you lost", $4f
db "it when you were", $55 para $52, ": Sure,"
db "in VERMILION?", $57 line "I'll look for it!"
para "You think you lost"
line "it when you were"
cont "in VERMILION?"
done
; 0x18b415 ; 0x18b415
UnknownText_0x18b415: ; 0x18b415 UnknownText_0x18b415: ; 0x18b415
db $0, $52, ": Thank you", $4f text $52, ": Thank you"
db "for the rail PASS!", $51 line "for the rail PASS!"
db $52, ": …Pardon?", $51
db $52, ": Is it", $4f para $52, ": …Pardon?"
db "really that fun to", $51
db "copy what I say", $4f para $52, ": Is it"
db "and do?", $57 line "really that fun to"
para "copy what I say"
line "and do?"
done
; 0x18b476 ; 0x18b476
UnknownText_0x18b476: ; 0x18b476 UnknownText_0x18b476: ; 0x18b476
db $0, "DODRIO: Gii giii!", $57 text "DODRIO: Gii giii!"
done
; 0x18b489 ; 0x18b489
UnknownText_0x18b489: ; 0x18b489 UnknownText_0x18b489: ; 0x18b489
db $0, "MIRROR, MIRROR ON", $4f text "MIRROR, MIRROR ON"
db "THE WALL, WHO'S", $51 line "THE WALL, WHO'S"
db "THE FAIREST ONE OF", $4f
db "ALL?", $57 para "THE FAIREST ONE OF"
line "ALL?"
done
; 0x18b4c4 ; 0x18b4c4
UnknownText_0x18b4c4: ; 0x18b4c4 UnknownText_0x18b4c4: ; 0x18b4c4
db $0, "This is a rare", $4f text "This is a rare"
db "#MON! Huh?", $51 line "#MON! Huh?"
db "It's only a doll…", $57
para "It's only a doll…"
done
; 0x18b4f0 ; 0x18b4f0
CopycatsHouse2F_MapEventHeader: ; 0x18b4f0 CopycatsHouse2F_MapEventHeader: ; 0x18b4f0

View File

@@ -227,183 +227,228 @@ MapDanceTheatreSignpost1Script: ; 0x9952b
; 0x9952e ; 0x9952e
Kimono_girlNaoko2SeenText: ; 0x9952e Kimono_girlNaoko2SeenText: ; 0x9952e
db $0, "You have lovely", $4f text "You have lovely"
db "#MON. May I see", $55 line "#MON. May I see"
db "them in battle?", $57 cont "them in battle?"
done
; 0x9955f ; 0x9955f
Kimono_girlNaoko2BeatenText: ; 0x9955f Kimono_girlNaoko2BeatenText: ; 0x9955f
db $0, "Oh, you are very", $4f text "Oh, you are very"
db "strong.", $57 line "strong."
done
; 0x99579 ; 0x99579
UnknownText_0x99579: ; 0x99579 UnknownText_0x99579: ; 0x99579
db $0, "I enjoyed that", $4f text "I enjoyed that"
db "bout. I would like", $55 line "bout. I would like"
db "to see you again.", $57 cont "to see you again."
done
; 0x995ae ; 0x995ae
Kimono_girlSayoSeenText: ; 0x995ae Kimono_girlSayoSeenText: ; 0x995ae
db $0, "I always dance", $4f text "I always dance"
db "with my #MON.", $51 line "with my #MON."
db "Of course, I also", $4f
db "train them.", $57 para "Of course, I also"
line "train them."
done
; 0x995ea ; 0x995ea
Kimono_girlSayoBeatenText: ; 0x995ea Kimono_girlSayoBeatenText: ; 0x995ea
db $0, "Oh, so close!", $4f text "Oh, so close!"
db "I almost had you.", $57 line "I almost had you."
done
; 0x9960b ; 0x9960b
UnknownText_0x9960b: ; 0x9960b UnknownText_0x9960b: ; 0x9960b
db $0, "Rhythm is impor-", $4f text "Rhythm is impor-"
db "tant for both", $51 line "tant for both"
db "dancing and #-", $4f
db "MON.", $57 para "dancing and #-"
line "MON."
done
; 0x9963f ; 0x9963f
Kimono_girlZukiSeenText: ; 0x9963f Kimono_girlZukiSeenText: ; 0x9963f
db $0, "Isn't my barrette", $4f text "Isn't my barrette"
db "pretty?", $51 line "pretty?"
db "Oh. A #MON", $4f
db "battle?", $57 para "Oh. A #MON"
line "battle?"
done
; 0x9966c ; 0x9966c
Kimono_girlZukiBeatenText: ; 0x9966c Kimono_girlZukiBeatenText: ; 0x9966c
db $0, "I don't have any", $4f text "I don't have any"
db "#MON left…", $57 line "#MON left…"
done
; 0x99688 ; 0x99688
UnknownText_0x99688: ; 0x99688 UnknownText_0x99688: ; 0x99688
db $0, "I put a different", $4f text "I put a different"
db "flower in my bar-", $55 line "flower in my bar-"
db "rette every month.", $57 cont "rette every month."
done
; 0x996c0 ; 0x996c0
Kimono_girlKuniSeenText: ; 0x996c0 Kimono_girlKuniSeenText: ; 0x996c0
db $0, "Oh, you're a cute", $4f text "Oh, you're a cute"
db "trainer. Would you", $55 line "trainer. Would you"
db "like to battle?", $57 cont "like to battle?"
done
; 0x996f5 ; 0x996f5
Kimono_girlKuniBeatenText: ; 0x996f5 Kimono_girlKuniBeatenText: ; 0x996f5
db $0, "You're stronger", $4f text "You're stronger"
db "than you look.", $57 line "than you look."
done
; 0x99714 ; 0x99714
UnknownText_0x99714: ; 0x99714 UnknownText_0x99714: ; 0x99714
db $0, "I trained a lot,", $4f text "I trained a lot,"
db "so I thought I was", $51 line "so I thought I was"
db "a capable trainer.", $4f
db "I guess I'm not.", $57 para "a capable trainer."
line "I guess I'm not."
done
; 0x9975c ; 0x9975c
Kimono_girlMikiSeenText: ; 0x9975c Kimono_girlMikiSeenText: ; 0x9975c
db $0, "Do you like my", $4f text "Do you like my"
db "dancing? I'm good", $55 line "dancing? I'm good"
db "at #MON too.", $57 cont "at #MON too."
done
; 0x9978a ; 0x9978a
Kimono_girlMikiBeatenText: ; 0x9978a Kimono_girlMikiBeatenText: ; 0x9978a
db $0, "Ooh, you're good", $4f text "Ooh, you're good"
db "at #MON too.", $57 line "at #MON too."
done
; 0x997a8 ; 0x997a8
UnknownText_0x997a8: ; 0x997a8 UnknownText_0x997a8: ; 0x997a8
db $0, "I can keep dancing", $4f text "I can keep dancing"
db "because there are", $51 line "because there are"
db "people who enjoy", $4f
db "what I do.", $51 para "people who enjoy"
db "My #MON keep my", $4f line "what I do."
db "spirits up too.", $57
para "My #MON keep my"
line "spirits up too."
done
; 0x9980a ; 0x9980a
UnknownText_0x9980a: ; 0x9980a UnknownText_0x9980a: ; 0x9980a
db $0, "Not only are the", $4f text "Not only are the"
db "KIMONO GIRLS great", $51 line "KIMONO GIRLS great"
db "dancers, they're", $4f
db "also skilled at", $55 para "dancers, they're"
db "#MON.", $51 line "also skilled at"
db "I always challenge", $4f cont "#MON."
db "them, but I've", $51
db "never even left a", $4f para "I always challenge"
db "scratch…", $57 line "them, but I've"
para "never even left a"
line "scratch…"
done
; 0x99891 ; 0x99891
UnknownText_0x99891: ; 0x99891 UnknownText_0x99891: ; 0x99891
db $0, "Lad! If you can", $4f text "Lad! If you can"
db "defeat all the", $51 line "defeat all the"
db "KIMONO GIRLS, I'll", $4f
db "give you a gift.", $57 para "KIMONO GIRLS, I'll"
line "give you a gift."
done
; 0x998d4 ; 0x998d4
UnknownText_0x998d4: ; 0x998d4 UnknownText_0x998d4: ; 0x998d4
db $0, "Lassie, if you can", $4f text "Lassie, if you can"
db "defeat all the", $51 line "defeat all the"
db "KIMONO GIRLS, I'll", $4f
db "give you a gift.", $57 para "KIMONO GIRLS, I'll"
line "give you a gift."
done
; 0x9991a ; 0x9991a
UnknownText_0x9991a: ; 0x9991a UnknownText_0x9991a: ; 0x9991a
db $0, "The way you bat-", $4f text "The way you bat-"
db "tled, it was like", $55 line "tled, it was like"
db "watching a dance.", $51 cont "watching a dance."
db "It was a rare", $4f
db "treat to see!", $51 para "It was a rare"
db "I want you to have", $4f line "treat to see!"
db "this. Don't worry", $55
db "--take it!", $57 para "I want you to have"
line "this. Don't worry"
cont "--take it!"
done
; 0x9999b ; 0x9999b
UnknownText_0x9999b: ; 0x9999b UnknownText_0x9999b: ; 0x9999b
db $0, "That's SURF.", $51 text "That's SURF."
db "It's a move that", $4f
db "lets #MON swim", $55 para "It's a move that"
db "across water.", $57 line "lets #MON swim"
cont "across water."
done
; 0x999d5 ; 0x999d5
UnknownText_0x999d5: ; 0x999d5 UnknownText_0x999d5: ; 0x999d5
db $0, "I wish my #MON", $4f text "I wish my #MON"
db "were as elegant as", $55 line "were as elegant as"
db "the KIMONO GIRLS…", $57 cont "the KIMONO GIRLS…"
done
; 0x99a0a ; 0x99a0a
UnknownText_0x99a0a: ; 0x99a0a UnknownText_0x99a0a: ; 0x99a0a
db $0, "RHYDON: Gugooh", $4f text "RHYDON: Gugooh"
db "gugogooh!", $57 line "gugogooh!"
done
; 0x99a24 ; 0x99a24
UnknownText_0x99a24: ; 0x99a24 UnknownText_0x99a24: ; 0x99a24
db $0, "That man's always", $4f text "That man's always"
db "with his RHYDON.", $51 line "with his RHYDON."
db "Says he wants a", $4f
db "#MON that can", $55 para "Says he wants a"
db "SURF and dance.", $51 line "#MON that can"
db "Is he trying to", $4f cont "SURF and dance."
db "make a synchro-", $55
db "nized swimming", $55 para "Is he trying to"
db "#MON?", $57 line "make a synchro-"
cont "nized swimming"
cont "#MON?"
done
; 0x99aaa ; 0x99aaa
UnknownText_0x99aaa: ; 0x99aaa UnknownText_0x99aaa: ; 0x99aaa
db $0, "The KIMONO GIRLS", $4f text "The KIMONO GIRLS"
db "are so beautiful…", $51 line "are so beautiful…"
db "But they have to", $4f
db "go through rigor-", $55 para "But they have to"
db "ous training.", $51 line "go through rigor-"
db "And they have to", $4f cont "ous training."
db "learn to follow", $51
db "customs before ap-", $4f para "And they have to"
db "pearing in public.", $51 line "learn to follow"
db "But if you love", $4f
db "something, any-", $55 para "customs before ap-"
db "thing is possible.", $57 line "pearing in public."
para "But if you love"
line "something, any-"
cont "thing is possible."
done
; 0x99b79 ; 0x99b79
UnknownText_0x99b79: ; 0x99b79 UnknownText_0x99b79: ; 0x99b79
db $0, "It's a fancy panel", $4f text "It's a fancy panel"
db "that's decorated", $55 line "that's decorated"
db "with flowers.", $57 cont "with flowers."
done
; 0x99baa ; 0x99baa
DanceTheatre_MapEventHeader: ; 0x99baa DanceTheatre_MapEventHeader: ; 0x99baa

View File

@@ -33,26 +33,33 @@ ItemFragment_0x18c73d: ; 0x18c73d
; 0x18c73f ; 0x18c73f
UnknownText_0x18c73f: ; 0x18c73f UnknownText_0x18c73f: ; 0x18c73f
db $0, "Whoa! You startled", $4f text "Whoa! You startled"
db "me there!", $51 line "me there!"
db "I had my BLACK-", $4f
db "GLASSES on, so I", $51 para "I had my BLACK-"
db "didn't notice you", $4f line "GLASSES on, so I"
db "at all.", $51
db "What am I doing", $4f para "didn't notice you"
db "here?", $51 line "at all."
db "Hey, don't you", $4f
db "worry about it.", $51 para "What am I doing"
db "I'll give you a", $4f line "here?"
db "pair of BLACK-", $55
db "GLASSES, so forget", $55 para "Hey, don't you"
db "you saw me, OK?", $57 line "worry about it."
para "I'll give you a"
line "pair of BLACK-"
cont "GLASSES, so forget"
cont "you saw me, OK?"
done
; 0x18c80c ; 0x18c80c
UnknownText_0x18c80c: ; 0x18c80c UnknownText_0x18c80c: ; 0x18c80c
db $0, "BLACKGLASSES ups", $4f text "BLACKGLASSES ups"
db "the power of dark-", $55 line "the power of dark-"
db "type moves.", $57 cont "type moves."
done
; 0x18c83d ; 0x18c83d
DarkCaveBlackthornEntrance_MapEventHeader: ; 0x18c83d DarkCaveBlackthornEntrance_MapEventHeader: ; 0x18c83d

View File

@@ -84,68 +84,90 @@ MapDayCareSignpost1Script: ; 0x62fd7
; 0x62fda ; 0x62fda
UnknownText_0x62fda: ; 0x62fda UnknownText_0x62fda: ; 0x62fda
db $0, "Gramps was looking", $4f text "Gramps was looking"
db "for you.", $57 line "for you."
done
; 0x62ff7 ; 0x62ff7
UnknownText_0x62ff7: ; 0x62ff7 UnknownText_0x62ff7: ; 0x62ff7
db $0, "I'm the DAY-CARE", $4f text "I'm the DAY-CARE"
db "MAN.", $51 line "MAN."
db "There's something", $4f
db "new in GOLDENROD", $51 para "There's something"
db "called the TRADE", $4f line "new in GOLDENROD"
db "CORNER.", $51
db "I was given an EGG", $4f para "called the TRADE"
db "TICKET that can be", $51 line "CORNER."
db "traded in for a", $4f
db "ODD EGG.", $51 para "I was given an EGG"
db "But since we run a", $4f line "TICKET that can be"
db "DAY-CARE, we don't", $51
db "need it. You may", $4f para "traded in for a"
db "as well have it.", $57 line "ODD EGG."
para "But since we run a"
line "DAY-CARE, we don't"
para "need it. You may"
line "as well have it."
done
; 0x630ce ; 0x630ce
UnknownText_0x630ce: ; 0x630ce UnknownText_0x630ce: ; 0x630ce
db $0, "I'm the DAY-CARE", $4f text "I'm the DAY-CARE"
db "MAN.", $51 line "MAN."
db "Do you know about", $4f
db "EGGS?", $51 para "Do you know about"
db "I was raising", $4f line "EGGS?"
db "#MON with my", $55
db "wife, you see.", $51 para "I was raising"
db "We were shocked to", $4f line "#MON with my"
db "find an EGG!", $51 cont "wife, you see."
db "How incredible is", $4f
db "that?", $51 para "We were shocked to"
db "Well, wouldn't you", $4f line "find an EGG!"
db "like this EGG?", $51
db "Then fine, this is", $4f para "How incredible is"
db "yours to keep!", $57 line "that?"
para "Well, wouldn't you"
line "like this EGG?"
para "Then fine, this is"
line "yours to keep!"
done
; 0x631a1 ; 0x631a1
UnknownText_0x631a1: ; 0x631a1 UnknownText_0x631a1: ; 0x631a1
db $0, "Come again.", $57 text "Come again."
done
; 0x631ae ; 0x631ae
UnknownText_0x631ae: ; 0x631ae UnknownText_0x631ae: ; 0x631ae
db $0, $52, " received", $4f text $52, " received"
db "ODD EGG!", $57 line "ODD EGG!"
done
; 0x631c3 ; 0x631c3
UnknownText_0x631c3: ; 0x631c3 UnknownText_0x631c3: ; 0x631c3
db $0, "I found that when", $4f text "I found that when"
db "I was caring for", $51 line "I was caring for"
db "someone's #MON", $4f
db "before.", $51 para "someone's #MON"
db "But the trainer", $4f line "before."
db "didn't want the", $51
db "EGG, so I'd kept", $4f para "But the trainer"
db "it around.", $57 line "didn't want the"
para "EGG, so I'd kept"
line "it around."
done
; 0x63237 ; 0x63237
UnknownText_0x63237: ; 0x63237 UnknownText_0x63237: ; 0x63237
db $0, "You've no room for", $4f text "You've no room for"
db "this.", $57 line "this."
done
; 0x63250 ; 0x63250
DayCare_MapEventHeader: ; 0x63250 DayCare_MapEventHeader: ; 0x63250

View File

@@ -17,10 +17,12 @@ MapDiglettsCaveSignpostItem0: ; 0x74005
; 0x74008 ; 0x74008
UnknownText_0x74008: ; 0x74008 UnknownText_0x74008: ; 0x74008
db $0, "A bunch of DIGLETT", $4f text "A bunch of DIGLETT"
db "popped out of the", $51 line "popped out of the"
db "ground! That was", $4f
db "shocking.", $57 para "ground! That was"
line "shocking."
done
; 0x74049 ; 0x74049
DiglettsCave_MapEventHeader: ; 0x74049 DiglettsCave_MapEventHeader: ; 0x74049

View File

@@ -434,222 +434,291 @@ MovementData_0x18d2e3: ; 0x18d2e3
; 0x18d2ea ; 0x18d2ea
UnknownText_0x18d2ea: ; 0x18d2ea UnknownText_0x18d2ea: ; 0x18d2ea
db $0, "Hm… Good to see", $4f text "Hm… Good to see"
db "you here.", $51 line "you here."
db "No need to explain", $4f
db "why you came.", $51 para "No need to explain"
db "CLAIR sent you", $4f line "why you came."
db "here, didn't she?", $51
db "That girl is a", $4f para "CLAIR sent you"
db "handful…", $51 line "here, didn't she?"
db "I am sorry, but I", $4f
db "must test you.", $51 para "That girl is a"
db "Not to worry, you", $4f line "handful…"
db "are to answer only", $55
db "a few questions.", $51 para "I am sorry, but I"
db "Ready?", $57 line "must test you."
para "Not to worry, you"
line "are to answer only"
cont "a few questions."
para "Ready?"
done
; 0x18d3bc ; 0x18d3bc
UnknownText_0x18d3bc: ; 0x18d3bc UnknownText_0x18d3bc: ; 0x18d3bc
db $0, "What are #MON", $4f text "What are #MON"
db "to you?", $57 line "to you?"
done
; 0x18d3d3 ; 0x18d3d3
UnknownText_0x18d3d3: ; 0x18d3d3 UnknownText_0x18d3d3: ; 0x18d3d3
db $0, "What helps you to", $4f text "What helps you to"
db "win battles?", $57 line "win battles?"
done
; 0x18d3f3 ; 0x18d3f3
UnknownText_0x18d3f3: ; 0x18d3f3 UnknownText_0x18d3f3: ; 0x18d3f3
db $0, "What kind of", $4f text "What kind of"
db "trainer do you", $55 line "trainer do you"
db "wish to battle?", $57 cont "wish to battle?"
done
; 0x18d420 ; 0x18d420
UnknownText_0x18d420: ; 0x18d420 UnknownText_0x18d420: ; 0x18d420
db $0, "What is most", $4f text "What is most"
db "important for", $55 line "important for"
db "raising #MON?", $57 cont "raising #MON?"
done
; 0x18d44a ; 0x18d44a
UnknownText_0x18d44a: ; 0x18d44a UnknownText_0x18d44a: ; 0x18d44a
db $0, "Strong #MON.", $4f text "Strong #MON."
db "Weak #MON.", $51 line "Weak #MON."
db "Which is more", $4f
db "important?", $57 para "Which is more"
line "important?"
done
; 0x18d47c ; 0x18d47c
UnknownText_0x18d47c: ; 0x18d47c UnknownText_0x18d47c: ; 0x18d47c
db $0, "Hm… I see…", $51 text "Hm… I see…"
db "You care deeply", $4f
db "for #MON.", $51 para "You care deeply"
db "Very commendable.", $51 line "for #MON."
db "That conviction is", $4f
db "what is important!", $51 para "Very commendable."
db $52, ", don't", $4f
db "lose that belief.", $51 para "That conviction is"
db "It will see you", $4f line "what is important!"
db "through at the", $55
db "#MON LEAGUE.", $57 para $52, ", don't"
line "lose that belief."
para "It will see you"
line "through at the"
cont "#MON LEAGUE."
done
; 0x18d520 ; 0x18d520
UnknownText_0x18d520: ; 0x18d520 UnknownText_0x18d520: ; 0x18d520
db $0, "CLAIR!", $51 text "CLAIR!"
db "This child is", $4f
db "impeccable, in", $55 para "This child is"
db "skill and spirit!", $51 line "impeccable, in"
db "Admit defeat and", $4f cont "skill and spirit!"
db "confer the RISING-", $55
db "BADGE!", $51 para "Admit defeat and"
db "…Or must I inform", $4f line "confer the RISING-"
db "LANCE of this?", $57 cont "BADGE!"
para "…Or must I inform"
line "LANCE of this?"
done
; 0x18d5a3 ; 0x18d5a3
UnknownText_0x18d5a3: ; 0x18d5a3 UnknownText_0x18d5a3: ; 0x18d5a3
db $0, "CLAIR…", $51 text "CLAIR…"
db "Reflect upon what", $4f
db "it is that you", $51 para "Reflect upon what"
db "lack and this", $4f line "it is that you"
db "child has.", $57
para "lack and this"
line "child has."
done
; 0x18d5e5 ; 0x18d5e5
UnknownText_0x18d5e5: ; 0x18d5e5 UnknownText_0x18d5e5: ; 0x18d5e5
db $0, "Come again, if you", $4f text "Come again, if you"
db "so desire.", $57 line "so desire."
done
; 0x18d604 ; 0x18d604
UnknownText_0x18d604: ; 0x18d604 UnknownText_0x18d604: ; 0x18d604
db $0, "Hm… Good to see", $4f text "Hm… Good to see"
db "you here.", $51 line "you here."
db "Your arrival is", $4f
db "most fortunate.", $51 para "Your arrival is"
db "I have something", $4f line "most fortunate."
db "for you.", $51
db "Take this DRATINI", $4f para "I have something"
db "as proof that I", $51 line "for you."
db "have recognized", $4f
db "your worth.", $57 para "Take this DRATINI"
line "as proof that I"
para "have recognized"
line "your worth."
done
; 0x18d697 ; 0x18d697
UnknownText_0x18d697: ; 0x18d697 UnknownText_0x18d697: ; 0x18d697
db $0, $52, " received", $4f text $52, " received"
db "DRATINI!", $57 line "DRATINI!"
done
; 0x18d6ac ; 0x18d6ac
UnknownText_0x18d6ac: ; 0x18d6ac UnknownText_0x18d6ac: ; 0x18d6ac
db $0, "Hm? Your #MON", $4f text "Hm? Your #MON"
db "party is full.", $57 line "party is full."
done
; 0x18d6ca ; 0x18d6ca
UnknownText_0x18d6ca: ; 0x18d6ca UnknownText_0x18d6ca: ; 0x18d6ca
db $0, "Dragon #MON are", $4f text "Dragon #MON are"
db "symbolic of our", $55 line "symbolic of our"
db "clan.", $51 cont "clan."
db "You have shown", $4f
db "that you can be", $51 para "You have shown"
db "entrusted with", $4f line "that you can be"
db "one.", $57
para "entrusted with"
line "one."
done
; 0x18d724 ; 0x18d724
UnknownText_0x18d724: ; 0x18d724 UnknownText_0x18d724: ; 0x18d724
db $0, "CLAIR appears to", $4f text "CLAIR appears to"
db "have learned an", $51 line "have learned an"
db "invaluable lesson", $4f
db "from you.", $51 para "invaluable lesson"
db "I thank you as her", $4f line "from you."
db "grandfather.", $57
para "I thank you as her"
line "grandfather."
done
; 0x18d782 ; 0x18d782
UnknownText_0x18d782: ; 0x18d782 UnknownText_0x18d782: ; 0x18d782
db $0, "A boy close to", $4f text "A boy close to"
db "your age is in", $55 line "your age is in"
db "training here.", $51 cont "training here."
db "He is much like", $4f
db "CLAIR when she was", $51 para "He is much like"
db "younger. It is a", $4f line "CLAIR when she was"
db "little worrisome…", $57
para "younger. It is a"
line "little worrisome…"
done
; 0x18d7f6 ; 0x18d7f6
UnknownText_0x18d7f6: ; 0x18d7f6 UnknownText_0x18d7f6: ; 0x18d7f6
db $0, "Hah? I didn't", $4f text "Hah? I didn't"
db "quite catch that…", $57 line "quite catch that…"
done
; 0x18d816 ; 0x18d816
UnknownText_0x18d816: ; 0x18d816 UnknownText_0x18d816: ; 0x18d816
db $0, "What was it you", $4f text "What was it you"
db "said?", $57 line "said?"
done
; 0x18d82d ; 0x18d82d
UnknownText_0x18d82d: ; 0x18d82d UnknownText_0x18d82d: ; 0x18d82d
db $0, "Oh, I understand…", $57 text "Oh, I understand…"
done
; 0x18d840 ; 0x18d840
UnknownText_0x18d840: ; 0x18d840 UnknownText_0x18d840: ; 0x18d840
db $0, "It's been quite", $4f text "It's been quite"
db "some time since a", $51 line "some time since a"
db "trainer has gained", $4f
db "our MASTER's rare", $55 para "trainer has gained"
db "approval.", $51 line "our MASTER's rare"
db "In fact, not since", $4f cont "approval."
db "Master LANCE.", $57
para "In fact, not since"
line "Master LANCE."
done
; 0x18d8b1 ; 0x18d8b1
UnknownText_0x18d8b1: ; 0x18d8b1 UnknownText_0x18d8b1: ; 0x18d8b1
db $0, "You know young", $4f text "You know young"
db "Master LANCE?", $51 line "Master LANCE?"
db "He looks so much", $4f
db "like our MASTER", $55 para "He looks so much"
db "did in his youth.", $51 line "like our MASTER"
db "It's in their", $4f cont "did in his youth."
db "blood.", $57
para "It's in their"
line "blood."
done
; 0x18d916 ; 0x18d916
UnknownText_0x18d916: ; 0x18d916 UnknownText_0x18d916: ; 0x18d916
db $0, "So how did it go?", $51 text "So how did it go?"
db "I guess there's no", $4f
db "point in asking.", $51 para "I guess there's no"
db "You did fail?", $51 line "point in asking."
db $56, $56, $56, $56, $56, $56, $51
db "…What? You passed?", $57 para "You did fail?"
para $56, $56, $56, $56, $56, $56
para "…What? You passed?"
done
; 0x18d974 ; 0x18d974
UnknownText_0x18d974: ; 0x18d974 UnknownText_0x18d974: ; 0x18d974
db $0, "That can't be!", $57 text "That can't be!"
done
; 0x18d983 ; 0x18d983
UnknownText_0x18d983: ; 0x18d983 UnknownText_0x18d983: ; 0x18d983
db $0, "You're lying!", $51 text "You're lying!"
db "Even I haven't", $4f
db "been approved!", $57 para "Even I haven't"
line "been approved!"
done
; 0x18d9ae ; 0x18d9ae
UnknownText_0x18d9ae: ; 0x18d9ae UnknownText_0x18d9ae: ; 0x18d9ae
db $0, "I-I understand…", $57 text "I-I understand…"
done
; 0x18d9bf ; 0x18d9bf
UnknownText_0x18d9bf: ; 0x18d9bf UnknownText_0x18d9bf: ; 0x18d9bf
db $0, "Here, this is the", $4f text "Here, this is the"
db "RISINGBADGE…", $51 line "RISINGBADGE…"
db "Hurry up! Take it!", $57
para "Hurry up! Take it!"
done
; 0x18d9f2 ; 0x18d9f2
UnknownText_0x18d9f2: ; 0x18d9f2 UnknownText_0x18d9f2: ; 0x18d9f2
db $0, $52, " received", $4f text $52, " received"
db "RISINGBADGE.", $57 line "RISINGBADGE."
done
; 0x18da0b ; 0x18da0b
UnknownText_0x18da0b: ; 0x18da0b UnknownText_0x18da0b: ; 0x18da0b
db $0, "RISINGBADGE will", $4f text "RISINGBADGE will"
db "enable your", $51 line "enable your"
db "#MON to use the", $4f
db "move for climbing", $55 para "#MON to use the"
db "waterfalls.", $51 line "move for climbing"
db "Also, all #MON", $4f cont "waterfalls."
db "will recognize you", $51
db "as a trainer and", $4f para "Also, all #MON"
db "obey your every", $51 line "will recognize you"
db "command without", $4f
db "question.", $57 para "as a trainer and"
line "obey your every"
para "command without"
line "question."
done
; 0x18dab4 ; 0x18dab4
UnknownText_0x18dab4: ; 0x18dab4 UnknownText_0x18dab4: ; 0x18dab4

View File

@@ -292,174 +292,227 @@ MovementData_0x18c9b3: ; 0x18c9b3
; 0x18c9b8 ; 0x18c9b8
UnknownText_0x18c9b8: ; 0x18c9b8 UnknownText_0x18c9b8: ; 0x18c9b8
db $0, "Wait!", $57 text "Wait!"
done
; 0x18c9bf ; 0x18c9bf
UnknownText_0x18c9bf: ; 0x18c9bf UnknownText_0x18c9bf: ; 0x18c9bf
db $0, "CLAIR: I'm sorry", $4f text "CLAIR: I'm sorry"
db "about this.", $51 line "about this."
db "Here, take this as", $4f
db "my apology.", $57 para "Here, take this as"
line "my apology."
done
; 0x18c9fb ; 0x18c9fb
UnknownText_0x18c9fb: ; 0x18c9fb UnknownText_0x18c9fb: ; 0x18c9fb
db $0, $52, " received", $4f text $52, " received"
db "TM24.", $57 line "TM24."
done
; 0x18ca0d ; 0x18ca0d
UnknownText_0x18ca0d: ; 0x18ca0d UnknownText_0x18ca0d: ; 0x18ca0d
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
; 0x18ca8b ; 0x18ca8b
UnknownText_0x18ca8b: ; 0x18ca8b UnknownText_0x18ca8b: ; 0x18ca8b
db $0, "Oh? You don't have", $4f text "Oh? You don't have"
db "any room for this.", $51 line "any room for this."
db "I'm going back to", $4f
db "the GYM, so make", $51 para "I'm going back to"
db "room, then come", $4f line "the GYM, so make"
db "see me there.", $57
para "room, then come"
line "see me there."
done
; 0x18caf1 ; 0x18caf1
UnknownText_0x18caf1: ; 0x18caf1 UnknownText_0x18caf1: ; 0x18caf1
db $0, "CLAIR: What's the", $4f text "CLAIR: What's the"
db "matter? Aren't you", $51 line "matter? Aren't you"
db "going on to the", $4f
db "#MON LEAGUE?", $51 para "going on to the"
db "Do you know how to", $4f line "#MON LEAGUE?"
db "get there?", $51
db "From here, go to", $4f para "Do you know how to"
db "NEW BARK TOWN.", $51 line "get there?"
db "Then SURF east to", $4f
db "#MON LEAGUE.", $51 para "From here, go to"
db "The route there is", $4f line "NEW BARK TOWN."
db "very tough.", $51
db "Don't you dare", $4f para "Then SURF east to"
db "lose at the #-", $55 line "#MON LEAGUE."
db "MON LEAGUE!", $51
db "If you do, I'll", $4f para "The route there is"
db "feel even worse", $51 line "very tough."
db "about having lost", $4f
db "to you!", $51 para "Don't you dare"
db "Give it everything", $4f line "lose at the #-"
db "you've got.", $57 cont "MON LEAGUE!"
para "If you do, I'll"
line "feel even worse"
para "about having lost"
line "to you!"
para "Give it everything"
line "you've got."
done
; 0x18cc2e ; 0x18cc2e
UnknownText_0x18cc2e: ; 0x18cc2e UnknownText_0x18cc2e: ; 0x18cc2e
db $0, "DRAGON SHRINE", $51 text "DRAGON SHRINE"
db "A shrine honoring", $4f
db "the dragon #MON", $51 para "A shrine honoring"
db "said to have lived", $4f line "the dragon #MON"
db "in DRAGON'S DEN.", $57
para "said to have lived"
line "in DRAGON'S DEN."
done
; 0x18cc83 ; 0x18cc83
UnknownText_0x18cc83: ; 0x18cc83 UnknownText_0x18cc83: ; 0x18cc83
db $0, "…", $4f text "…"
db "What? ", $52, "?", $51 line "What? ", $52, "?"
db "…No, I won't", $4f
db "battle you now…", $51 para "…No, I won't"
db "My #MON aren't", $4f line "battle you now…"
db "ready to beat you.", $51
db "I can't push them", $4f para "My #MON aren't"
db "too hard now.", $51 line "ready to beat you."
db "I have to be dis-", $4f
db "ciplined to become", $51 para "I can't push them"
db "the greatest #-", $4f line "too hard now."
db "MON trainer…", $57
para "I have to be dis-"
line "ciplined to become"
para "the greatest #-"
line "MON trainer…"
done
; 0x18cd2d ; 0x18cd2d
UnknownText_0x18cd2d: ; 0x18cd2d UnknownText_0x18cd2d: ; 0x18cd2d
db $0, "…", $51 text "…"
db "Whew…", $51
db "Learn to stay out", $4f para "Whew…"
db "of my way…", $57
para "Learn to stay out"
line "of my way…"
done
; 0x18cd53 ; 0x18cd53
CooltrainermDarinSeenText: ; 0x18cd53 CooltrainermDarinSeenText: ; 0x18cd53
db $0, "You! How dare you", $4f text "You! How dare you"
db "enter uninvited!", $57 line "enter uninvited!"
done
; 0x18cd77 ; 0x18cd77
CooltrainermDarinBeatenText: ; 0x18cd77 CooltrainermDarinBeatenText: ; 0x18cd77
db $0, "S-strong!", $57 text "S-strong!"
done
; 0x18cd82 ; 0x18cd82
UnknownText_0x18cd82: ; 0x18cd82 UnknownText_0x18cd82: ; 0x18cd82
db $0, "The SHRINE ahead", $4f text "The SHRINE ahead"
db "is home to the", $51 line "is home to the"
db "MASTER of our", $4f
db "dragon-user clan.", $51 para "MASTER of our"
db "You're not allowed", $4f line "dragon-user clan."
db "to just go in!", $57
para "You're not allowed"
line "to just go in!"
done
; 0x18cde4 ; 0x18cde4
CooltrainerfCaraSeenText: ; 0x18cde4 CooltrainerfCaraSeenText: ; 0x18cde4
db $0, "You shouldn't be", $4f text "You shouldn't be"
db "in here!", $57 line "in here!"
done
; 0x18cdfe ; 0x18cdfe
CooltrainerfCaraBeatenText: ; 0x18cdfe CooltrainerfCaraBeatenText: ; 0x18cdfe
db $0, "Oh yikes, I lost!", $57 text "Oh yikes, I lost!"
done
; 0x18ce11 ; 0x18ce11
UnknownText_0x18ce11: ; 0x18ce11 UnknownText_0x18ce11: ; 0x18ce11
db $0, "Soon I'm going to", $4f text "Soon I'm going to"
db "get permission", $51 line "get permission"
db "from our MASTER to", $4f
db "use dragons.", $51 para "from our MASTER to"
db "When I do, I'm", $4f line "use dragons."
db "going to become an", $51
db "admirable dragon", $4f para "When I do, I'm"
db "trainer and gain", $51 line "going to become an"
db "our MASTER's", $4f
db "approval.", $57 para "admirable dragon"
line "trainer and gain"
para "our MASTER's"
line "approval."
done
; 0x18ceab ; 0x18ceab
TwinsLeaandpia1SeenText: ; 0x18ceab TwinsLeaandpia1SeenText: ; 0x18ceab
db $0, "It's a stranger we", $4f text "It's a stranger we"
db "don't know.", $57 line "don't know."
done
; 0x18cec9 ; 0x18cec9
TwinsLeaandpia1BeatenText: ; 0x18cec9 TwinsLeaandpia1BeatenText: ; 0x18cec9
db $0, "Ouchies.", $57 text "Ouchies."
done
; 0x18ced3 ; 0x18ced3
UnknownText_0x18ced3: ; 0x18ced3 UnknownText_0x18ced3: ; 0x18ced3
db $0, "It was like having", $4f text "It was like having"
db "to battle LANCE.", $57 line "to battle LANCE."
done
; 0x18cef8 ; 0x18cef8
TwinsLeaandpia2SeenText: ; 0x18cef8 TwinsLeaandpia2SeenText: ; 0x18cef8
db $0, "Who are you?", $57 text "Who are you?"
done
; 0x18cf06 ; 0x18cf06
TwinsLeaandpia2BeatenText: ; 0x18cf06 TwinsLeaandpia2BeatenText: ; 0x18cf06
db $0, "Meanie.", $57 text "Meanie."
done
; 0x18cf0f ; 0x18cf0f
UnknownText_0x18cf0f: ; 0x18cf0f UnknownText_0x18cf0f: ; 0x18cf0f
db $0, "We'll tell on you.", $51 text "We'll tell on you."
db "MASTER will be", $4f
db "angry with you.", $57 para "MASTER will be"
line "angry with you."
done
; 0x18cf41 ; 0x18cf41
UnknownText_0x18cf41: ; 0x18cf41 UnknownText_0x18cf41: ; 0x18cf41
db $0, $52, " found", $4f text $52, " found"
db "@" line "@"
text_from_ram $d099 text_from_ram $d099
db $0, "!", $57 text "!"
done
; 0x18cf51 ; 0x18cf51
UnknownText_0x18cf51: ; 0x18cf51 UnknownText_0x18cf51: ; 0x18cf51
db $0, "But ", $52, " can't", $4f text "But ", $52, " can't"
db "carry any more", $55 line "carry any more"
db "items.", $57 cont "items."
done
; 0x18cf73 ; 0x18cf73
DragonsDenB1F_MapEventHeader: ; 0x18cf73 DragonsDenB1F_MapEventHeader: ; 0x18cf73

View File

@@ -178,208 +178,271 @@ MovementData_0x68b2d: ; 0x68b2d
; 0x68b3b ; 0x68b3b
UnknownText_0x68b3b: ; 0x68b3b UnknownText_0x68b3b: ; 0x68b3b
db $0, "EARL, I am!", $51 text "EARL, I am!"
db "Wonderful are", $4f
db "#MON, yes!", $51 para "Wonderful are"
db "Teach you I will", $4f line "#MON, yes!"
db "to be a better", $55
db "trainer!", $51 para "Teach you I will"
db "What you want to", $4f line "to be a better"
db "know? Want to be", $55 cont "trainer!"
db "a winner is you?", $57
para "What you want to"
line "know? Want to be"
cont "a winner is you?"
done
; 0x68bbd ; 0x68bbd
UnknownText_0x68bbd: ; 0x68bbd UnknownText_0x68bbd: ; 0x68bbd
db $0, "Good! Teach you,", $4f text "Good! Teach you,"
db "I will!", $51 line "I will!"
db "In battle, #MON", $4f
db "top on list jump", $55 para "In battle, #MON"
db "out first!", $51 line "top on list jump"
db "Change order in", $4f cont "out first!"
db "list, make battle", $55
db "easy, maybe!", $51 para "Change order in"
db "More from me you", $4f line "list, make battle"
db "want to hear?", $57 cont "easy, maybe!"
para "More from me you"
line "want to hear?"
done
; 0x68c51 ; 0x68c51
UnknownText_0x68c51: ; 0x68c51 UnknownText_0x68c51: ; 0x68c51
db $0, "So, want to know", $4f text "So, want to know"
db "how to raise", $55 line "how to raise"
db "#MON well?", $57 cont "#MON well?"
done
; 0x68c7b ; 0x68c7b
UnknownText_0x68c7b: ; 0x68c7b UnknownText_0x68c7b: ; 0x68c7b
db $0, "Fine! Teach you,", $4f text "Fine! Teach you,"
db "I will!", $51 line "I will!"
db "If #MON come", $4f
db "out in battle even", $51 para "If #MON come"
db "briefly, some EXP.", $4f line "out in battle even"
db "Points it gets.", $51
db "At top of list put", $4f para "briefly, some EXP."
db "weak #MON.", $51 line "Points it gets."
db "Switch in battle", $4f
db "quick!", $51 para "At top of list put"
db "This way, weak", $4f line "weak #MON."
db "#MON strong", $55
db "become!", $57 para "Switch in battle"
line "quick!"
para "This way, weak"
line "#MON strong"
cont "become!"
done
; 0x68d31 ; 0x68d31
UnknownText_0x68d31: ; 0x68d31 UnknownText_0x68d31: ; 0x68d31
db $0, "Oh! Smart student", $4f text "Oh! Smart student"
db "you are! Nothing", $55 line "you are! Nothing"
db "more do I teach!", $51 cont "more do I teach!"
db "Good to #MON", $4f
db "you must be!", $57 para "Good to #MON"
line "you must be!"
done
; 0x68d80 ; 0x68d80
UnknownText_0x68d80: ; 0x68d80 UnknownText_0x68d80: ; 0x68d80
db $0, "I'm taking notes", $4f text "I'm taking notes"
db "of the teacher's", $55 line "of the teacher's"
db "lecture.", $51 cont "lecture."
db "I'd better copy", $4f
db "the stuff on the", $55 para "I'd better copy"
db "blackboard too.", $57 line "the stuff on the"
cont "blackboard too."
done
; 0x68dda ; 0x68dda
UnknownText_0x68dda: ; 0x68dda UnknownText_0x68dda: ; 0x68dda
db $0, "I traded my best", $4f text "I traded my best"
db "#MON to the", $55 line "#MON to the"
db "guy beside me.", $57 cont "guy beside me."
done
; 0x68e07 ; 0x68e07
UnknownText_0x68e07: ; 0x68e07 UnknownText_0x68e07: ; 0x68e07
db $0, "Huh? The #MON I", $4f text "Huh? The #MON I"
db "just got is hold-", $55 line "just got is hold-"
db "ing something!", $57 cont "ing something!"
done
; 0x68e39 ; 0x68e39
UnknownText_0x68e39: ; 0x68e39 UnknownText_0x68e39: ; 0x68e39
db $0, "A #MON holding", $4f text "A #MON holding"
db "a BERRY will heal", $55 line "a BERRY will heal"
db "itself in battle.", $51 cont "itself in battle."
db "Many other items", $4f
db "can be held by", $55 para "Many other items"
db "#MON…", $51 line "can be held by"
db "It sure is tough", $4f cont "#MON…"
db "taking notes…", $57
para "It sure is tough"
line "taking notes…"
done
; 0x68eb2 ; 0x68eb2
UnknownText_0x68eb2: ; 0x68eb2 UnknownText_0x68eb2: ; 0x68eb2
db $0, "The blackboard", $4f text "The blackboard"
db "describes #MON", $51 line "describes #MON"
db "status changes in", $4f
db "battle.", $57 para "status changes in"
line "battle."
done
; 0x68eeb ; 0x68eeb
UnknownText_0x68eeb: ; 0x68eeb UnknownText_0x68eeb: ; 0x68eeb
db $0, "Read which topic?", $57 text "Read which topic?"
done
; 0x68efe ; 0x68efe
UnknownText_0x68efe: ; 0x68efe UnknownText_0x68efe: ; 0x68efe
db $0, "If poisoned, a", $4f text "If poisoned, a"
db "#MON steadily", $55 line "#MON steadily"
db "loses HP.", $51 cont "loses HP."
db "Poison lingers", $4f
db "after the battle,", $51 para "Poison lingers"
db "and HP is lost as", $4f line "after the battle,"
db "you walk.", $51
db "To cure it, use an", $4f para "and HP is lost as"
db "ANTIDOTE.", $57 line "you walk."
para "To cure it, use an"
line "ANTIDOTE."
done
; 0x68f80 ; 0x68f80
UnknownText_0x68f80: ; 0x68f80 UnknownText_0x68f80: ; 0x68f80
db $0, "Paralysis reduces", $4f text "Paralysis reduces"
db "speed and may", $55 line "speed and may"
db "prevent movement.", $51 cont "prevent movement."
db "It remains after", $4f
db "battle, so use", $55 para "It remains after"
db "a PARLYZ HEAL.", $57 line "battle, so use"
cont "a PARLYZ HEAL."
done
; 0x68fe2 ; 0x68fe2
UnknownText_0x68fe2: ; 0x68fe2 UnknownText_0x68fe2: ; 0x68fe2
db $0, "If asleep, your", $4f text "If asleep, your"
db "#MON can't make", $55 line "#MON can't make"
db "a move.", $51 cont "a move."
db "A sleeping #MON", $4f
db "doesn't wake up", $55 para "A sleeping #MON"
db "after battle.", $51 line "doesn't wake up"
db "Wake it up with", $4f cont "after battle."
db "an AWAKENING.", $57
para "Wake it up with"
line "an AWAKENING."
done
; 0x69055 ; 0x69055
UnknownText_0x69055: ; 0x69055 UnknownText_0x69055: ; 0x69055
db $0, "A burn steadily", $4f text "A burn steadily"
db "consumes HP.", $51 line "consumes HP."
db "It also reduces", $4f
db "attack power.", $51 para "It also reduces"
db "A burn lingers", $4f line "attack power."
db "after battle.", $51
db "Use a BURN HEAL as", $4f para "A burn lingers"
db "the cure.", $57 line "after battle."
para "Use a BURN HEAL as"
line "the cure."
done
; 0x690cb ; 0x690cb
UnknownText_0x690cb: ; 0x690cb UnknownText_0x690cb: ; 0x690cb
db $0, "If your #MON is", $4f text "If your #MON is"
db "frozen, it can't", $55 line "frozen, it can't"
db "do a thing.", $51 cont "do a thing."
db "It remains frozen", $4f
db "after battle.", $51 para "It remains frozen"
db "Thaw it out with", $4f line "after battle."
db "an ICE HEAL.", $57
para "Thaw it out with"
line "an ICE HEAL."
done
; 0x69136 ; 0x69136
UnknownText_0x69136: ; 0x69136 UnknownText_0x69136: ; 0x69136
db $0, "It's this kid's", $4f text "It's this kid's"
db "notebook…", $51 line "notebook…"
db "Catch #MON", $4f
db "using # BALLS.", $51 para "Catch #MON"
db "Up to six can be", $4f line "using # BALLS."
db "in your party.", $51
db "Keep reading?", $57 para "Up to six can be"
line "in your party."
para "Keep reading?"
done
; 0x69197 ; 0x69197
UnknownText_0x69197: ; 0x69197 UnknownText_0x69197: ; 0x69197
db $0, "Before throwing a", $4f text "Before throwing a"
db "# BALL, weaken", $55 line "# BALL, weaken"
db "the target first.", $51 cont "the target first."
db "A poisoned or", $4f
db "burned #MON is", $55 para "A poisoned or"
db "easier to catch.", $51 line "burned #MON is"
db "Keep reading?", $57 cont "easier to catch."
para "Keep reading?"
done
; 0x69207 ; 0x69207
UnknownText_0x69207: ; 0x69207 UnknownText_0x69207: ; 0x69207
db $0, "Some moves may", $4f text "Some moves may"
db "cause confusion.", $51 line "cause confusion."
db "Confusion may make", $4f
db "a #MON attack", $55 para "Confusion may make"
db "itself.", $51 line "a #MON attack"
db "Leaving battle", $4f cont "itself."
db "clears up any", $55
db "confusion.", $51 para "Leaving battle"
db "Keep reading?", $57 line "clears up any"
cont "confusion."
para "Keep reading?"
done
; 0x69287 ; 0x69287
UnknownText_0x69287: ; 0x69287 UnknownText_0x69287: ; 0x69287
db $0, "People who catch", $4f text "People who catch"
db "and use #MON", $51 line "and use #MON"
db "in battle are", $4f
db "#MON trainers.", $51 para "in battle are"
db "They are expected", $4f line "#MON trainers."
db "to visit #MON", $51
db "GYMS and defeat", $4f para "They are expected"
db "other trainers.", $51 line "to visit #MON"
db "The next page", $4f
db "is… Blank!", $51 para "GYMS and defeat"
db "Boy: E-he-he…", $51 line "other trainers."
db "I haven't written", $4f
db "anymore…", $57 para "The next page"
line "is… Blank!"
para "Boy: E-he-he…"
para "I haven't written"
line "anymore…"
done
; 0x69344 ; 0x69344
UnknownText_0x69344: ; 0x69344 UnknownText_0x69344: ; 0x69344
db $0, "This super machine", $4f text "This super machine"
db "prints data out as", $51 line "prints data out as"
db "stickers!", $57
para "stickers!"
done
; 0x69375 ; 0x69375
EarlsPokemonAcademy_MapEventHeader: ; 0x69375 EarlsPokemonAcademy_MapEventHeader: ; 0x69375

View File

@@ -107,142 +107,185 @@ MapEcruteakCitySignpostItem7: ; 0x1a4055
UnusedMissingDaughterText: ; 0x1a4058 UnusedMissingDaughterText: ; 0x1a4058
; This text is neither used nor referenced in the final game. ; This text is neither used nor referenced in the final game.
db $0, "Oh, no. Oh, no…",$51 text "Oh, no. Oh, no…"
db "My daughter is", $4f
db "missing.", $51 para "My daughter is"
db "No… She couldn't", $4f line "missing."
db "have gone to the", $55
db "BURNED TOWER.", $51 para "No… She couldn't"
db "I told her not to", $4f line "have gone to the"
db "go near it…", $51 cont "BURNED TOWER."
db "People seem to", $4f
db "disappear there…", $51 para "I told her not to"
db "Oh, what should I", $4f line "go near it…"
db "do…?", $57
para "People seem to"
line "disappear there…"
para "Oh, what should I"
line "do…?"
done
UnknownText_0x1a4105: ; 0x1a4105 UnknownText_0x1a4105: ; 0x1a4105
db $0, "ECRUTEAK used to", $4f text "ECRUTEAK used to"
db "have two towers:", $51 line "have two towers:"
db "one each in the", $4f
db "east and west.", $57 para "one each in the"
line "east and west."
done
; 0x1a4147 ; 0x1a4147
UnknownText_0x1a4147: ; 0x1a4147 UnknownText_0x1a4147: ; 0x1a4147
db $0, "Ah, child.", $4f text "Ah, child."
db "Have you learned", $51 line "Have you learned"
db "to dance like the", $4f
db "KIMONO GIRLS?", $51 para "to dance like the"
db "If you go to their", $4f line "KIMONO GIRLS?"
db "DANCE THEATER, an", $51
db "odd old man will", $4f para "If you go to their"
db "give you something", $55 line "DANCE THEATER, an"
db "nice, I hear.", $57
para "odd old man will"
line "give you something"
cont "nice, I hear."
done
; 0x1a41db ; 0x1a41db
UnknownText_0x1a41db: ; 0x1a41db UnknownText_0x1a41db: ; 0x1a41db
db $0, "I'm going to prac-", $4f text "I'm going to prac-"
db "tice at the DANCE", $51 line "tice at the DANCE"
db "THEATER. Care to", $4f
db "join me?", $57 para "THEATER. Care to"
line "join me?"
done
; 0x1a421a ; 0x1a421a
UnknownText_0x1a421a: ; 0x1a421a UnknownText_0x1a421a: ; 0x1a421a
db $0, "The tower that", $4f text "The tower that"
db "used to be here…", $51 line "used to be here…"
db "My grandma told me", $4f
db "it used to be much", $55 para "My grandma told me"
db "taller.", $57 line "it used to be much"
cont "taller."
done
; 0x1a4269 ; 0x1a4269
UnknownText_0x1a4269: ; 0x1a4269 UnknownText_0x1a4269: ; 0x1a4269
db $0, "Three big #MON", $4f text "Three big #MON"
db "ran off in differ-", $55 line "ran off in differ-"
db "ent directions.", $55 cont "ent directions."
db "What were they?", $57 cont "What were they?"
done
; 0x1a42ac ; 0x1a42ac
UnknownText_0x1a42ac: ; 0x1a42ac UnknownText_0x1a42ac: ; 0x1a42ac
db $0, "I heard a rumor", $4f text "I heard a rumor"
db "about OLIVINE", $55 line "about OLIVINE"
db "LIGHTHOUSE.", $51 cont "LIGHTHOUSE."
db "The #MON that", $4f
db "serves as the", $51 para "The #MON that"
db "beacon fell ill.", $4f line "serves as the"
db "Sounds like they", $55
db "are in trouble.", $57 para "beacon fell ill."
line "Sounds like they"
cont "are in trouble."
done
; 0x1a4325 ; 0x1a4325
UnknownText_0x1a4325: ; 0x1a4325 UnknownText_0x1a4325: ; 0x1a4325
db $0, "The #MON at", $4f text "The #MON at"
db "OLIVINE LIGHTHOUSE", $55 line "OLIVINE LIGHTHOUSE"
db "has been cured.", $51 cont "has been cured."
db "Boats can safely", $4f
db "sail out to sea at", $55 para "Boats can safely"
db "night again.", $57 line "sail out to sea at"
cont "night again."
done
; 0x1a4386 ; 0x1a4386
UnknownText_0x1a4386: ; 0x1a4386 UnknownText_0x1a4386: ; 0x1a4386
db $0, "I hear #MON are", $4f text "I hear #MON are"
db "rampaging at the", $51 line "rampaging at the"
db "LAKE OF RAGE. I'd", $4f
db "like to see that.", $57 para "LAKE OF RAGE. I'd"
line "like to see that."
done
; 0x1a43cb ; 0x1a43cb
UnknownText_0x1a43cb: ; 0x1a43cb UnknownText_0x1a43cb: ; 0x1a43cb
db $0, "In the distant", $4f text "In the distant"
db "past…", $51 line "past…"
db "This tower burned", $4f
db "in a fire. Three", $51 para "This tower burned"
db "nameless #MON", $4f line "in a fire. Three"
db "perished in it.", $51
db "A rainbow-colored", $4f para "nameless #MON"
db "#MON descended", $51 line "perished in it."
db "from the sky and", $4f
db "resurrected them…", $51 para "A rainbow-colored"
db "It's a legend that", $4f line "#MON descended"
db "has been passed", $51
db "down by ECRUTEAK", $4f para "from the sky and"
db "GYM LEADERS.", $51 line "resurrected them…"
db "Me?", $51
db "I was a trainer", $4f para "It's a legend that"
db "way back when.", $55 line "has been passed"
db "Hohoho!", $57
para "down by ECRUTEAK"
line "GYM LEADERS."
para "Me?"
para "I was a trainer"
line "way back when."
cont "Hohoho!"
done
; 0x1a44d1 ; 0x1a44d1
UnknownText_0x1a44d1: ; 0x1a44d1 UnknownText_0x1a44d1: ; 0x1a44d1
db $0, "ECRUTEAK CITY", $4f text "ECRUTEAK CITY"
db "A Historical City", $51 line "A Historical City"
db "Where the Past", $4f
db "Meets the Present", $57 para "Where the Past"
line "Meets the Present"
done
; 0x1a4513 ; 0x1a4513
UnknownText_0x1a4513: ; 0x1a4513 UnknownText_0x1a4513: ; 0x1a4513
db $0, "TIN TOWER", $51 text "TIN TOWER"
db "A legendary #-", $4f
db "MON is said to", $55 para "A legendary #-"
db "roost here.", $57 line "MON is said to"
cont "roost here."
done
; 0x1a4548 ; 0x1a4548
UnknownText_0x1a4548: ; 0x1a4548 UnknownText_0x1a4548: ; 0x1a4548
db $0, "ECRUTEAK CITY", $4f text "ECRUTEAK CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: MORTY", $51 cont "LEADER: MORTY"
db "The Mystic Seer of", $4f
db "the Future", $57 para "The Mystic Seer of"
line "the Future"
done
; 0x1a458c ; 0x1a458c
UnknownText_0x1a458c: ; 0x1a458c UnknownText_0x1a458c: ; 0x1a458c
db $0, "ECRUTEAK DANCE", $4f text "ECRUTEAK DANCE"
db "THEATER", $57 line "THEATER"
done
; 0x1a45a4 ; 0x1a45a4
UnknownText_0x1a45a4: ; 0x1a45a4 UnknownText_0x1a45a4: ; 0x1a45a4
db $0, "BURNED TOWER", $51 text "BURNED TOWER"
db "It was destroyed", $4f
db "by a mysterious", $55 para "It was destroyed"
db "fire.", $51 line "by a mysterious"
db "Please stay away,", $4f cont "fire."
db "as it is unsafe.", $57
para "Please stay away,"
line "as it is unsafe."
done
; 0x1a45fc ; 0x1a45fc
EcruteakCity_MapEventHeader: ; 0x1a45fc EcruteakCity_MapEventHeader: ; 0x1a45fc

View File

@@ -261,177 +261,231 @@ MovementData_0x99e63: ; 0x99e63
; 0x99e65 ; 0x99e65
UnknownText_0x99e65: ; 0x99e65 UnknownText_0x99e65: ; 0x99e65
db $0, "Good of you to", $4f text "Good of you to"
db "have come.", $51 line "have come."
db "Here in ECRUTEAK,", $4f
db "#MON have been", $55 para "Here in ECRUTEAK,"
db "revered.", $51 line "#MON have been"
db "It's said that a", $4f cont "revered."
db "rainbow-colored", $51
db "#MON will come", $4f para "It's said that a"
db "down to appear", $51 line "rainbow-colored"
db "before a truly", $4f
db "powerful trainer.", $51 para "#MON will come"
db "I believed that", $4f line "down to appear"
db "tale, so I have", $51
db "secretly trained", $4f para "before a truly"
db "here all my life.", $51 line "powerful trainer."
db "As a result, I can", $4f
db "now see what", $55 para "I believed that"
db "others cannot.", $51 line "tale, so I have"
db "Just a bit more…", $51
db "With a little", $4f para "secretly trained"
db "more, I could see", $51 line "here all my life."
db "a future in which", $4f
db "I meet the #MON", $55 para "As a result, I can"
db "of rainbow colors.", $51 line "now see what"
db "You're going to", $4f cont "others cannot."
db "help me reach that", $55
db "level!", $57 para "Just a bit more…"
para "With a little"
line "more, I could see"
para "a future in which"
line "I meet the #MON"
cont "of rainbow colors."
para "You're going to"
line "help me reach that"
cont "level!"
done
; 0x9a00a ; 0x9a00a
UnknownText_0x9a00a: ; 0x9a00a UnknownText_0x9a00a: ; 0x9a00a
db $0, "I'm not good", $4f text "I'm not good"
db "enough yet…", $51 line "enough yet…"
db "All right. This", $4f
db "BADGE is yours.", $57 para "All right. This"
line "BADGE is yours."
done
; 0x9a043 ; 0x9a043
UnknownText_0x9a043: ; 0x9a043 UnknownText_0x9a043: ; 0x9a043
db $0, $52, " received", $4f text $52, " received"
db "FOGBADGE.", $57 line "FOGBADGE."
done
; 0x9a059 ; 0x9a059
UnknownText_0x9a059: ; 0x9a059 UnknownText_0x9a059: ; 0x9a059
db $0, "By having FOG-", $4f text "By having FOG-"
db "BADGE, #MON up", $51 line "BADGE, #MON up"
db "to L50 will obey", $4f
db "you.", $51 para "to L50 will obey"
db "Also, #MON that", $4f line "you."
db "know SURF will be", $51
db "able to use that", $4f para "Also, #MON that"
db "move anytime.", $51 line "know SURF will be"
db "I want you to have", $4f
db "this too.", $57 para "able to use that"
line "move anytime."
para "I want you to have"
line "this too."
done
; 0x9a0ec ; 0x9a0ec
UnknownText_0x9a0ec: ; 0x9a0ec UnknownText_0x9a0ec: ; 0x9a0ec
db $0, "It's SHADOW BALL.", $4f text "It's SHADOW BALL."
db "It causes damage", $51 line "It causes damage"
db "and may reduce", $4f
db "SPCL.DEF.", $51 para "and may reduce"
db "Use it if it", $4f line "SPCL.DEF."
db "appeals to you.", $57
para "Use it if it"
line "appeals to you."
done
; 0x9a145 ; 0x9a145
UnknownText_0x9a145: ; 0x9a145 UnknownText_0x9a145: ; 0x9a145
db $0, "I see…", $51 text "I see…"
db "Your journey has", $4f
db "taken you to far-", $55 para "Your journey has"
db "away places.", $51 line "taken you to far-"
db "And you have wit-", $4f cont "away places."
db "nessed much more", $55
db "than I.", $51 para "And you have wit-"
db "I envy you for", $4f line "nessed much more"
db "that…", $57 cont "than I."
para "I envy you for"
line "that…"
done
; 0x9a1bd ; 0x9a1bd
SageJeffreySeenText: ; 0x9a1bd SageJeffreySeenText: ; 0x9a1bd
db $0, "I spent the spring", $4f text "I spent the spring"
db "with my #MON.", $51 line "with my #MON."
db "Then summer, fall", $4f
db "and winter…", $51 para "Then summer, fall"
db "Then spring came", $4f line "and winter…"
db "again. We have", $51
db "lived together", $4f para "Then spring came"
db "for a long time.", $57 line "again. We have"
para "lived together"
line "for a long time."
done
; 0x9a23d ; 0x9a23d
SageJeffreyBeatenText: ; 0x9a23d SageJeffreyBeatenText: ; 0x9a23d
db $0, "Wins and losses, I", $4f text "Wins and losses, I"
db "experienced both.", $57 line "experienced both."
done
; 0x9a263 ; 0x9a263
UnknownText_0x9a263: ; 0x9a263 UnknownText_0x9a263: ; 0x9a263
db $0, "Where did #MON", $4f text "Where did #MON"
db "come from?", $57 line "come from?"
done
; 0x9a27e ; 0x9a27e
SagePingSeenText: ; 0x9a27e SagePingSeenText: ; 0x9a27e
db $0, "Can you inflict", $4f text "Can you inflict"
db "any damage on our", $55 line "any damage on our"
db "#MON?", $57 cont "#MON?"
done
; 0x9a2a7 ; 0x9a2a7
SagePingBeatenText: ; 0x9a2a7 SagePingBeatenText: ; 0x9a2a7
db $0, "Ah! Well done!", $57 text "Ah! Well done!"
done
; 0x9a2b7 ; 0x9a2b7
UnknownText_0x9a2b7: ; 0x9a2b7 UnknownText_0x9a2b7: ; 0x9a2b7
db $0, "We use only ghost-", $4f text "We use only ghost-"
db "type #MON.", $51 line "type #MON."
db "No normal-type", $4f
db "attack can harm", $55 para "No normal-type"
db "them!", $57 line "attack can harm"
cont "them!"
done
; 0x9a2fb ; 0x9a2fb
MediumMarthaSeenText: ; 0x9a2fb MediumMarthaSeenText: ; 0x9a2fb
db $0, "I shall win!", $57 text "I shall win!"
done
; 0x9a309 ; 0x9a309
MediumMarthaBeatenText: ; 0x9a309 MediumMarthaBeatenText: ; 0x9a309
db $0, "I, I, I lost!", $57 text "I, I, I lost!"
done
; 0x9a318 ; 0x9a318
UnknownText_0x9a318: ; 0x9a318 UnknownText_0x9a318: ; 0x9a318
db $0, "The one who wants", $4f text "The one who wants"
db "to win most--will!", $57 line "to win most--will!"
done
; 0x9a33e ; 0x9a33e
MediumGraceSeenText: ; 0x9a33e MediumGraceSeenText: ; 0x9a33e
db $0, "Stumped by our in-", $4f text "Stumped by our in-"
db "visible floor?", $51 line "visible floor?"
db "Defeat me if you", $4f
db "want a hint!", $57 para "Defeat me if you"
line "want a hint!"
done
; 0x9a37f ; 0x9a37f
MediumGraceBeatenText: ; 0x9a37f MediumGraceBeatenText: ; 0x9a37f
db $0, "Wha-what?", $57 text "Wha-what?"
done
; 0x9a38a ; 0x9a38a
UnknownText_0x9a38a: ; 0x9a38a UnknownText_0x9a38a: ; 0x9a38a
db $0, "Fine. I shall tell", $4f text "Fine. I shall tell"
db "you the secret of", $51 line "you the secret of"
db "the invisible", $4f
db "floor.", $51 para "the invisible"
db "The path is right", $4f line "floor."
db "before our eyes!", $57
para "The path is right"
line "before our eyes!"
done
; 0x9a3e8 ; 0x9a3e8
EcruteakGymGuyText: ; 0x9a3e8 EcruteakGymGuyText: ; 0x9a3e8
db $0, "The trainers here", $4f text "The trainers here"
db "have secret mo-", $55 line "have secret mo-"
db "tives.", $51 cont "tives."
db "If you win, they", $4f
db "may tell you some", $51 para "If you win, they"
db "deep secrets about", $4f line "may tell you some"
db "ECRUTEAK.", $57
para "deep secrets about"
line "ECRUTEAK."
done
; 0x9a452 ; 0x9a452
EcruteakGymGuyWinText: ; 0x9a452 EcruteakGymGuyWinText: ; 0x9a452
db $0, "Whew, ", $52, ".", $4f text "Whew, ", $52, "."
db "You did great!", $51 line "You did great!"
db "I was cowering in", $4f
db "the corner out of", $55 para "I was cowering in"
db "pure terror!", $57 line "the corner out of"
cont "pure terror!"
done
; 0x9a49c ; 0x9a49c
UnknownText_0x9a49c: ; 0x9a49c UnknownText_0x9a49c: ; 0x9a49c
db $0, "MORTY, the GYM", $4f text "MORTY, the GYM"
db "LEADER, is absent.", $51 line "LEADER, is absent."
db "Sorry, but you'll", $4f
db "have to leave.", $51 para "Sorry, but you'll"
db "Hohohoho.", $57 line "have to leave."
para "Hohohoho."
done
; 0x9a4e9 ; 0x9a4e9
EcruteakGym_MapEventHeader: ; 0x9a4e9 EcruteakGym_MapEventHeader: ; 0x9a4e9

View File

@@ -171,102 +171,138 @@ MovementData_0x980cc: ; 0x980cc
; 0x980d1 ; 0x980d1
UnknownText_0x980d1: ; 0x980d1 UnknownText_0x980d1: ; 0x980d1
db $0, "TIN TOWER is off", $4f text "TIN TOWER is off"
db "limits to anyone", $51 line "limits to anyone"
db "without ECRUTEAK", $4f
db "GYM's BADGE.", $51 para "without ECRUTEAK"
db "Sorry, but you'll", $4f line "GYM's BADGE."
db "have to leave.", $57
para "Sorry, but you'll"
line "have to leave."
done
; 0x98131 ; 0x98131
UnknownText_0x98131: ; 0x98131 UnknownText_0x98131: ; 0x98131
db $0, "TIN TOWER is off", $4f text "TIN TOWER is off"
db "limits to anyone", $51 line "limits to anyone"
db "without ECRUTEAK", $4f
db "GYM's BADGE.", $51 para "without ECRUTEAK"
db "Ah!", $51 line "GYM's BADGE."
db "ECRUTEAK's GYM", $4f
db "BADGE! Please, go", $55 para "Ah!"
db "right through.", $57
para "ECRUTEAK's GYM"
line "BADGE! Please, go"
cont "right through."
done
; 0x981a4 ; 0x981a4
UnknownText_0x981a4: ; 0x981a4 UnknownText_0x981a4: ; 0x981a4
db $0, "A momentous event", $4f text "A momentous event"
db "has occurred.", $51 line "has occurred."
db "I beg your pardon,", $4f
db "but I must ask you", $55 para "I beg your pardon,"
db "to leave.", $51 line "but I must ask you"
db "…What soothes the", $4f cont "to leave."
db "soul…", $51
db "The WISE TRIO say", $4f para "…What soothes the"
db "things that are so", $51 line "soul…"
db "very difficult to", $4f
db "understand…", $57 para "The WISE TRIO say"
line "things that are so"
para "very difficult to"
line "understand…"
done
; 0x98250 ; 0x98250
UnknownText_0x98250: ; 0x98250 UnknownText_0x98250: ; 0x98250
db $0, "A momentous event", $4f text "A momentous event"
db "has occurred.", $51 line "has occurred."
db "I beg your pardon,", $4f
db "but I must ask you", $55 para "I beg your pardon,"
db "to leave.", $51 line "but I must ask you"
db $56, $56, $56, $51 cont "to leave."
db "Ah!", $51
db "The sound of that", $4f para $56, $56, $56
db "CLEAR BELL!", $51
db "It… It's sublime!", $51 para "Ah!"
db "I've never heard", $4f
db "so beautiful a", $55 para "The sound of that"
db "sound before!", $51 line "CLEAR BELL!"
db "That bell's chime", $4f
db "is indicative of", $55 para "It… It's sublime!"
db "the bearer's soul.", $51
db "You…", $51 para "I've never heard"
db "You may be able to", $4f line "so beautiful a"
db "make it through", $55 cont "sound before!"
db "TIN TOWER.", $51
db "Please, do go on.", $57 para "That bell's chime"
line "is indicative of"
cont "the bearer's soul."
para "You…"
para "You may be able to"
line "make it through"
cont "TIN TOWER."
para "Please, do go on."
done
; 0x9837e ; 0x9837e
UnknownText_0x9837e: ; 0x9837e UnknownText_0x9837e: ; 0x9837e
db $0, "Please, do go on.", $57 text "Please, do go on."
done
; 0x98391 ; 0x98391
UnknownText_0x98391: ; 0x98391 UnknownText_0x98391: ; 0x98391
db $0, "That bell's chime", $4f text "That bell's chime"
db "is indicative of", $55 line "is indicative of"
db "the bearer's soul.", $51 cont "the bearer's soul."
db "You…", $51
db "You may be able to", $4f para "You…"
db "make it through", $55
db "TIN TOWER.", $51 para "You may be able to"
db "Please, do go on.", $57 line "make it through"
cont "TIN TOWER."
para "Please, do go on."
done
; 0x9840b ; 0x9840b
UnknownText_0x9840b: ; 0x9840b UnknownText_0x9840b: ; 0x9840b
db $0, "The TIN TOWER", $4f text "The TIN TOWER"
db "ahead is a nine-", $51 line "ahead is a nine-"
db "tier tower of", $4f
db "divine beauty.", $51 para "tier tower of"
db "It soothes the", $4f line "divine beauty."
db "soul of all who", $55
db "see it.", $57 para "It soothes the"
line "soul of all who"
cont "see it."
done
; 0x9846f ; 0x9846f
UnknownText_0x9846f: ; 0x9846f UnknownText_0x9846f: ; 0x9846f
db $0, "The TIN TOWER", $4f text "The TIN TOWER"
db "shook! A #MON", $51 line "shook! A #MON"
db "must have returned", $4f
db "to the top!", $57 para "must have returned"
line "to the top!"
done
; 0x984ab ; 0x984ab
UnknownText_0x984ab: ; 0x984ab UnknownText_0x984ab: ; 0x984ab
db $0, "Two towers…", $4f text "Two towers…"
db "Two #MON…", $51 line "Two #MON…"
db "But when one", $4f
db "burned down, both", $51 para "But when one"
db "#MON flew away,", $4f line "burned down, both"
db "never to return.", $57
para "#MON flew away,"
line "never to return."
done
; 0x98502 ; 0x98502
EcruteakHouse_MapEventHeader: ; 0x98502 EcruteakHouse_MapEventHeader: ; 0x98502

View File

@@ -61,86 +61,115 @@ MapEcruteakItemfinderHouseSignpost0Script: ; 0x9a639
; 0x9a63c ; 0x9a63c
UnknownText_0x9a63c: ; 0x9a63c UnknownText_0x9a63c: ; 0x9a63c
db $0, "Ah. You're on an", $4f text "Ah. You're on an"
db "adventure with", $55 line "adventure with"
db "your #MON?", $51 cont "your #MON?"
db "Well, what's an", $4f
db "adventure without", $55 para "Well, what's an"
db "treasure hunting?", $51 line "adventure without"
db "Am I right, or am", $4f cont "treasure hunting?"
db "I right?", $57
para "Am I right, or am"
line "I right?"
done
; 0x9a6b5 ; 0x9a6b5
UnknownText_0x9a6b5: ; 0x9a6b5 UnknownText_0x9a6b5: ; 0x9a6b5
db $0, "Good! You under-", $4f text "Good! You under-"
db "stand the true", $51 line "stand the true"
db "spirit of adven-", $4f
db "ture.", $51 para "spirit of adven-"
db "I like that! Take", $4f line "ture."
db "this with you.", $57
para "I like that! Take"
line "this with you."
done
; 0x9a70e ; 0x9a70e
UnknownText_0x9a70e: ; 0x9a70e UnknownText_0x9a70e: ; 0x9a70e
db $0, "There are many", $4f text "There are many"
db "items lying about", $51 line "items lying about"
db "that aren't ob-", $4f
db "vious.", $51 para "that aren't ob-"
db "Use ITEMFINDER to", $4f line "vious."
db "check if there is", $51
db "an item on the", $4f para "Use ITEMFINDER to"
db "ground near you.", $51 line "check if there is"
db "It doesn't show", $4f
db "the exact spot,", $51 para "an item on the"
db "so you'll have to", $4f line "ground near you."
db "look yourself.", $51
db "Oh yeah--I heard", $4f para "It doesn't show"
db "there are items", $51 line "the exact spot,"
db "in ECRUTEAK's", $4f
db "BURNED TOWER.", $57 para "so you'll have to"
line "look yourself."
para "Oh yeah--I heard"
line "there are items"
para "in ECRUTEAK's"
line "BURNED TOWER."
done
; 0x9a805 ; 0x9a805
UnknownText_0x9a805: ; 0x9a805 UnknownText_0x9a805: ; 0x9a805
db $0, "Oh… To each his", $4f text "Oh… To each his"
db "own, I suppose…", $57 line "own, I suppose…"
done
; 0x9a826 ; 0x9a826
UnknownText_0x9a826: ; 0x9a826 UnknownText_0x9a826: ; 0x9a826
db $0, "HISTORY OF", $4f text "HISTORY OF"
db "ECRUTEAK", $51 line "ECRUTEAK"
db "Want to read it?", $57
para "Want to read it?"
done
; 0x9a84c ; 0x9a84c
UnknownText_0x9a84c: ; 0x9a84c UnknownText_0x9a84c: ; 0x9a84c
db $0, "In ECRUTEAK, there", $4f text "In ECRUTEAK, there"
db "were two towers.", $51 line "were two towers."
db "Each tower was the", $4f
db "roost of powerful", $55 para "Each tower was the"
db "flying #MON.", $51 line "roost of powerful"
db "But one of the", $4f cont "flying #MON."
db "towers burned to", $55
db "the ground.", $51 para "But one of the"
db "The two #MON", $4f line "towers burned to"
db "haven't been seen", $55 cont "the ground."
db "since…", $51
db "Keep reading?", $57 para "The two #MON"
line "haven't been seen"
cont "since…"
para "Keep reading?"
done
; 0x9a902 ; 0x9a902
UnknownText_0x9a902: ; 0x9a902 UnknownText_0x9a902: ; 0x9a902
db $0, "ECRUTEAK was also", $4f text "ECRUTEAK was also"
db "home to three", $51 line "home to three"
db "#MON that raced", $4f
db "around the town.", $51 para "#MON that raced"
db "They were said to", $4f line "around the town."
db "have been born of", $51
db "water, lightning", $4f para "They were said to"
db "and fire.", $51 line "have been born of"
db "But they could not", $4f
db "contain their", $55 para "water, lightning"
db "excessive power.", $51 line "and fire."
db "So they say the", $4f
db "three ran like the", $51 para "But they could not"
db "wind off into the", $4f line "contain their"
db "grassland.", $57 cont "excessive power."
para "So they say the"
line "three ran like the"
para "wind off into the"
line "grassland."
done
; 0x9a9f5 ; 0x9a9f5
EcruteakItemfinderHouse_MapEventHeader: ; 0x9a9f5 EcruteakItemfinderHouse_MapEventHeader: ; 0x9a9f5

View File

@@ -19,24 +19,31 @@ MapEcruteakLugiaSpeechHouseSignpost0Script: ; 0x9933a
; 0x9933d ; 0x9933d
UnknownText_0x9933d: ; 0x9933d UnknownText_0x9933d: ; 0x9933d
db $0, "This happened when", $4f text "This happened when"
db "I was young.", $51 line "I was young."
db "The sky suddenly", $4f
db "turned black. A", $51 para "The sky suddenly"
db "giant flying #-", $4f line "turned black. A"
db "MON was blocking", $55
db "out the sun.", $51 para "giant flying #-"
db "I wonder what that", $4f line "MON was blocking"
db "#MON was? ", $51 cont "out the sun."
db "It was like a bird", $4f
db "and a dragon.", $57 para "I wonder what that"
line "#MON was? "
para "It was like a bird"
line "and a dragon."
done
; 0x993ec ; 0x993ec
UnknownText_0x993ec: ; 0x993ec UnknownText_0x993ec: ; 0x993ec
db $0, "Is there really a", $4f text "Is there really a"
db "#MON that big?", $51 line "#MON that big?"
db "If it exists, it", $4f
db "must be powerful.", $57 para "If it exists, it"
line "must be powerful."
done
; 0x99431 ; 0x99431
EcruteakLugiaSpeechHouse_MapEventHeader: ; 0x99431 EcruteakLugiaSpeechHouse_MapEventHeader: ; 0x99431

View File

@@ -22,22 +22,28 @@ GrannyScript_0x99c45: ; 0x99c45
; 0x99c48 ; 0x99c48
UnknownText_0x99c48: ; 0x99c48 UnknownText_0x99c48: ; 0x99c48
db $0, "My EEVEE evolved", $4f text "My EEVEE evolved"
db "into an ESPEON.", $51 line "into an ESPEON."
db "But my friend's", $4f
db "EEVEE turned into", $55 para "But my friend's"
db "an UMBREON.", $51 line "EEVEE turned into"
db "I wonder why? We", $4f cont "an UMBREON."
db "both were raising", $51
db "our EEVEE in the", $4f para "I wonder why? We"
db "same way…", $57 line "both were raising"
para "our EEVEE in the"
line "same way…"
done
; 0x99cd5 ; 0x99cd5
UnknownText_0x99cd5: ; 0x99cd5 UnknownText_0x99cd5: ; 0x99cd5
db $0, "If you use REVIVE,", $4f text "If you use REVIVE,"
db "a #MON that's", $51 line "a #MON that's"
db "fainted will wake", $4f
db "right up.", $57 para "fainted will wake"
line "right up."
done
; 0x99d12 ; 0x99d12
EcruteakMart_MapEventHeader: ; 0x99d12 EcruteakMart_MapEventHeader: ; 0x99d12

View File

@@ -108,86 +108,116 @@ MovementData_0x98ed4: ; 0x98ed4
; 0x98ed8 ; 0x98ed8
UnknownText_0x98ed8: ; 0x98ed8 UnknownText_0x98ed8: ; 0x98ed8
db $0, "Hi, I'm BILL. And", $4f text "Hi, I'm BILL. And"
db "who are you?", $51 line "who are you?"
db "Hmm, ", $52, ", huh?", $4f
db "You've come at the", $55 para "Hmm, ", $52, ", huh?"
db "right time.", $57 line "You've come at the"
cont "right time."
done
; 0x98f22 ; 0x98f22
UnknownText_0x98f22: ; 0x98f22 UnknownText_0x98f22: ; 0x98f22
db $0, "I just finished", $4f text "I just finished"
db "adjustments on my", $55 line "adjustments on my"
db "TIME CAPSULE.", $51 cont "TIME CAPSULE."
db "You know that", $4f
db "#MON can be", $55 para "You know that"
db "traded, right?", $51 line "#MON can be"
db "My TIME CAPSULE", $4f cont "traded, right?"
db "was developed to", $51
db "enable trades with", $4f para "My TIME CAPSULE"
db "the past.", $51 line "was developed to"
db "But you can't send", $4f
db "anything that", $51 para "enable trades with"
db "didn't exist in", $4f line "the past."
db "the past.", $51
db "If you did, the PC", $4f para "But you can't send"
db "in the past would", $55 line "anything that"
db "have a breakdown.", $51
db "So you have to", $4f para "didn't exist in"
db "remove anything", $51 line "the past."
db "that wasn't around", $4f
db "in the past.", $51 para "If you did, the PC"
db "Put simply, no", $4f line "in the past would"
db "sending new moves", $51 cont "have a breakdown."
db "or new #MON in", $4f
db "the TIME CAPSULE.", $51 para "So you have to"
db "Don't you worry.", $4f line "remove anything"
db "I'm done with the", $55
db "adjustments.", $51 para "that wasn't around"
db "Tomorrow, TIME", $4f line "in the past."
db "CAPSULES will be", $51
db "running at all", $4f para "Put simply, no"
db "#MON CENTERS.", $51 line "sending new moves"
db "I have to hurry on", $4f
db "back to GOLDENROD", $55 para "or new #MON in"
db "and see my folks.", $51 line "the TIME CAPSULE."
db "Buh-bye!", $57
para "Don't you worry."
line "I'm done with the"
cont "adjustments."
para "Tomorrow, TIME"
line "CAPSULES will be"
para "running at all"
line "#MON CENTERS."
para "I have to hurry on"
line "back to GOLDENROD"
cont "and see my folks."
para "Buh-bye!"
done
; 0x99155 ; 0x99155
UnknownText_0x99155: ; 0x99155 UnknownText_0x99155: ; 0x99155
db $0, "The way the KIMONO", $4f text "The way the KIMONO"
db "GIRLS dance is", $51 line "GIRLS dance is"
db "marvelous. Just", $4f
db "like the way they", $55 para "marvelous. Just"
db "use their #MON.", $57 line "like the way they"
cont "use their #MON."
done
; 0x991aa ; 0x991aa
UnknownText_0x991aa: ; 0x991aa UnknownText_0x991aa: ; 0x991aa
db $0, "You must be hoping", $4f text "You must be hoping"
db "to battle more", $51 line "to battle more"
db "people, right?", $4f
db "There's apparently", $51 para "people, right?"
db "some place where", $4f line "There's apparently"
db "trainers gather.", $51
db "Where, you ask?", $51 para "some place where"
db "It's a little past", $4f line "trainers gather."
db "OLIVINE CITY.", $57
para "Where, you ask?"
para "It's a little past"
line "OLIVINE CITY."
done
; 0x99240 ; 0x99240
UnknownText_0x99240: ; 0x99240 UnknownText_0x99240: ; 0x99240
db $0, "MORTY, the GYM", $4f text "MORTY, the GYM"
db "LEADER, is soooo", $55 line "LEADER, is soooo"
db "cool.", $51 cont "cool."
db "His #MON are", $4f
db "really tough too.", $57 para "His #MON are"
line "really tough too."
done
; 0x99286 ; 0x99286
UnknownText_0x99286: ; 0x99286 UnknownText_0x99286: ; 0x99286
db $0, "LAKE OF RAGE…", $51 text "LAKE OF RAGE…"
db "The appearance of", $4f
db "a GYARADOS swarm…", $51 para "The appearance of"
db "I smell a conspir-", $4f line "a GYARADOS swarm…"
db "acy. I know it!", $57
para "I smell a conspir-"
line "acy. I know it!"
done
; 0x992dc ; 0x992dc
EcruteakPokeCenter1F_MapEventHeader: ; 0x992dc EcruteakPokeCenter1F_MapEventHeader: ; 0x992dc

View File

@@ -23,53 +23,68 @@ MapElmsHouseSignpost2Script: ; 0x7aef4
; 0x7aef7 ; 0x7aef7
UnknownText_0x7aef7: ; 0x7aef7 UnknownText_0x7aef7: ; 0x7aef7
db $0, "Hi, ", $14, "! My", $4f text "Hi, ", $14, "! My"
db "husband's always", $51 line "husband's always"
db "so busy--I hope", $4f
db "he's OK.", $51 para "so busy--I hope"
db "When he's caught", $4f line "he's OK."
db "up in his #MON", $51
db "research, he even", $4f para "When he's caught"
db "forgets to eat.", $57 line "up in his #MON"
para "research, he even"
line "forgets to eat."
done
; 0x7af6b ; 0x7af6b
UnknownText_0x7af6b: ; 0x7af6b UnknownText_0x7af6b: ; 0x7af6b
db $0, "When I grow up,", $4f text "When I grow up,"
db "I'm going to help", $55 line "I'm going to help"
db "my dad!", $51 cont "my dad!"
db "I'm going to be a", $4f
db "great #MON", $55 para "I'm going to be a"
db "professor!", $57 line "great #MON"
cont "professor!"
done
; 0x7afbc ; 0x7afbc
UnknownText_0x7afbc: ; 0x7afbc UnknownText_0x7afbc: ; 0x7afbc
db $0, "There's some food", $4f text "There's some food"
db "here. It must be", $55 line "here. It must be"
db "for the LAB.", $57 cont "for the LAB."
done
; 0x7afec ; 0x7afec
UnknownText_0x7afec: ; 0x7afec UnknownText_0x7afec: ; 0x7afec
db $0, "There's some food", $4f text "There's some food"
db "here. This must be", $55 line "here. This must be"
db "for #MON.", $57 cont "for #MON."
done
; 0x7b01b ; 0x7b01b
UnknownText_0x7b01b: ; 0x7b01b UnknownText_0x7b01b: ; 0x7b01b
db $0, "#MON. Where do", $4f text "#MON. Where do"
db "they come from? ", $51 line "they come from? "
db "Where are they", $4f
db "going?", $51 para "Where are they"
db "Why has no one", $4f line "going?"
db "ever witnessed a", $55
db "#MON's birth?", $51 para "Why has no one"
db "I want to know! I", $4f line "ever witnessed a"
db "will dedicate my", $51 cont "#MON's birth?"
db "life to the study", $4f
db "of #MON!", $51 para "I want to know! I"
db "…", $51 line "will dedicate my"
db "It's a part of", $4f
db "PROF.ELM's re-", $55 para "life to the study"
db "search papers.", $57 line "of #MON!"
para "…"
para "It's a part of"
line "PROF.ELM's re-"
cont "search papers."
done
; 0x7b0ea ; 0x7b0ea
ElmsHouse_MapEventHeader: ; 0x7b0ea ElmsHouse_MapEventHeader: ; 0x7b0ea

File diff suppressed because it is too large Load Diff

View File

@@ -233,71 +233,89 @@ MovementData_0x75238: ; 0x75238
; 0x7523b ; 0x7523b
UnknownText_0x7523b: ; 0x7523b UnknownText_0x7523b: ; 0x7523b
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "is en route to", $55 line "is en route to"
db "VERMILION CITY.", $51 cont "VERMILION CITY."
db "We will make an", $4f
db "announcement when", $55 para "We will make an"
db "we arrive.", $57 line "announcement when"
cont "we arrive."
done
; 0x7529b ; 0x7529b
UnknownText_0x7529b: ; 0x7529b UnknownText_0x7529b: ; 0x7529b
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "is en route to", $55 line "is en route to"
db "OLIVINE CITY.", $51 cont "OLIVINE CITY."
db "We will make an", $4f
db "announcement when", $55 para "We will make an"
db "we arrive.", $57 line "announcement when"
cont "we arrive."
done
; 0x752f9 ; 0x752f9
UnknownText_0x752f9: ; 0x752f9 UnknownText_0x752f9: ; 0x752f9
db $0, "Here's your cabin.", $51 text "Here's your cabin."
db "If your #MON", $4f
db "are hurt, take a", $55 para "If your #MON"
db "nap in the bed.", $51 line "are hurt, take a"
db "That will heal", $4f cont "nap in the bed."
db "them.", $57
para "That will heal"
line "them."
done
; 0x7534f ; 0x7534f
UnknownText_0x7534f: ; 0x7534f UnknownText_0x7534f: ; 0x7534f
db $0, "Here's your cabin.", $51 text "Here's your cabin."
db "You can heal your", $4f
db "#MON by taking", $55 para "You can heal your"
db "a nap in the bed.", $51 line "#MON by taking"
db "The ship will", $4f cont "a nap in the bed."
db "arrive while", $55
db "you're sleeping.", $57 para "The ship will"
line "arrive while"
cont "you're sleeping."
done
; 0x753c0 ; 0x753c0
UnknownText_0x753c0: ; 0x753c0 UnknownText_0x753c0: ; 0x753c0
db $0, "The passengers are", $4f text "The passengers are"
db "all trainers.", $51 line "all trainers."
db "They're all itch-", $4f
db "ing to battle in", $55 para "They're all itch-"
db "their cabins.", $57 line "ing to battle in"
cont "their cabins."
done
; 0x75412 ; 0x75412
UnknownText_0x75412: ; 0x75412 UnknownText_0x75412: ; 0x75412
db $0, "Whoa! Excuse me.", $4f text "Whoa! Excuse me."
db "I was in a hurry!", $51 line "I was in a hurry!"
db "My granddaughter", $4f
db "is missing!", $51 para "My granddaughter"
db "She's just a wee", $4f line "is missing!"
db "girl. If you see", $51
db "her, please let me", $4f para "She's just a wee"
db "know!", $57 line "girl. If you see"
para "her, please let me"
line "know!"
done
; 0x7548d ; 0x7548d
UnknownText_0x7548d: ; 0x7548d UnknownText_0x7548d: ; 0x7548d
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "OLIVINE CITY.", $57 cont "OLIVINE CITY."
done
; 0x754be ; 0x754be
UnknownText_0x754be: ; 0x754be UnknownText_0x754be: ; 0x754be
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "VERMILION CITY.", $57 cont "VERMILION CITY."
done
; 0x754f1 ; 0x754f1
FastShip1F_MapEventHeader: ; 0x754f1 FastShip1F_MapEventHeader: ; 0x754f1

View File

@@ -403,216 +403,266 @@ MovementData_0x76876: ; 0x76876
; 0x7687b ; 0x7687b
UnknownText_0x7687b: ; 0x7687b UnknownText_0x7687b: ; 0x7687b
db $0, "Hey, kid. Could I", $4f text "Hey, kid. Could I"
db "get you to look", $55 line "get you to look"
db "for my buddy?", $51 cont "for my buddy?"
db "He's goofing off", $4f
db "somewhere, that", $55 para "He's goofing off"
db "lazy bum!", $51 line "somewhere, that"
db "I want to go find", $4f cont "lazy bum!"
db "him, but I'm on", $55
db "duty right now.", $57 para "I want to go find"
line "him, but I'm on"
cont "duty right now."
done
; 0x76907 ; 0x76907
UnknownText_0x76907: ; 0x76907 UnknownText_0x76907: ; 0x76907
db $0, "Oh, gee…", $51 text "Oh, gee…"
db "The CAPTAIN will", $4f
db "be furious…", $57 para "The CAPTAIN will"
line "be furious…"
done
; 0x7692e ; 0x7692e
UnknownText_0x7692e: ; 0x7692e UnknownText_0x7692e: ; 0x7692e
db $0, "Thanks, kid!", $4f text "Thanks, kid!"
db "I chewed him out", $51 line "I chewed him out"
db "good so he'll quit", $4f
db "slacking off!", $57 para "good so he'll quit"
line "slacking off!"
done
; 0x7696d ; 0x7696d
UnknownText_0x7696d: ; 0x7696d UnknownText_0x7696d: ; 0x7696d
db $0, "A little girl?", $51 text "A little girl?"
db "I may have seen", $4f
db "her go by here.", $57 para "I may have seen"
line "her go by here."
done
; 0x7699d ; 0x7699d
UnknownText_0x7699d: ; 0x7699d UnknownText_0x7699d: ; 0x7699d
db $0, "The dining room is", $4f text "The dining room is"
db "up ahead.", $51 line "up ahead."
db "The stairs at the", $4f
db "end lead to the", $55 para "The stairs at the"
db "CAPTAIN's cabin.", $57 line "end lead to the"
cont "CAPTAIN's cabin."
done
; 0x769ed ; 0x769ed
SailorJeffSeenText: ; 0x769ed SailorJeffSeenText: ; 0x769ed
db $0, "Nothing beats a", $4f text "Nothing beats a"
db "battle when I'm", $55 line "battle when I'm"
db "on my break.", $57 cont "on my break."
done
; 0x76a1a ; 0x76a1a
SailorJeffBeatenText: ; 0x76a1a SailorJeffBeatenText: ; 0x76a1a
db $0, "Win or lose, my", $4f text "Win or lose, my"
db "break's over!", $57 line "break's over!"
done
; 0x76a38 ; 0x76a38
UnknownText_0x76a38: ; 0x76a38 UnknownText_0x76a38: ; 0x76a38
db $0, "I guess I can't", $4f text "I guess I can't"
db "win if I don't get", $55 line "win if I don't get"
db "serious.", $57 cont "serious."
done
; 0x76a63 ; 0x76a63
PicnickerDebraSeenText: ; 0x76a63 PicnickerDebraSeenText: ; 0x76a63
db $0, "I'm so bored.", $4f text "I'm so bored."
db "Want to battle?", $57 line "Want to battle?"
done
; 0x76a81 ; 0x76a81
PicnickerDebraBeatenText: ; 0x76a81 PicnickerDebraBeatenText: ; 0x76a81
db $0, "Yow! You're too", $4f text "Yow! You're too"
db "strong!", $57 line "strong!"
done
; 0x76a99 ; 0x76a99
UnknownText_0x76a99: ; 0x76a99 UnknownText_0x76a99: ; 0x76a99
db $0, "SAFFRON, CELADON…", $4f text "SAFFRON, CELADON…"
db "I hear there are", $51 line "I hear there are"
db "many big cities", $4f
db "in KANTO.", $57 para "many big cities"
line "in KANTO."
done
; 0x76ad7 ; 0x76ad7
JugglerFritzSeenText: ; 0x76ad7 JugglerFritzSeenText: ; 0x76ad7
db $0, "Urrf…", $4f text "Urrf…"
db "I'm seasick!", $57 line "I'm seasick!"
done
; 0x76aea ; 0x76aea
JugglerFritzBeatenText: ; 0x76aea JugglerFritzBeatenText: ; 0x76aea
db $0, "I can't move any-", $4f text "I can't move any-"
db "more…", $57 line "more…"
done
; 0x76b02 ; 0x76b02
UnknownText_0x76b02: ; 0x76b02 UnknownText_0x76b02: ; 0x76b02
db $0, "No more ships for", $4f text "No more ships for"
db "me. Next time,", $51 line "me. Next time,"
db "I'm taking the", $4f
db "MAGNET TRAIN.", $57 para "I'm taking the"
line "MAGNET TRAIN."
done
; 0x76b40 ; 0x76b40
SailorGarrettSeenText: ; 0x76b40 SailorGarrettSeenText: ; 0x76b40
db $0, "This is where we", $4f text "This is where we"
db "sailors work!", $57 line "sailors work!"
done
; 0x76b60 ; 0x76b60
SailorGarrettBeatenText: ; 0x76b60 SailorGarrettBeatenText: ; 0x76b60
db $0, "I lost on my home", $4f text "I lost on my home"
db "field…", $57 line "field…"
done
; 0x76b7a ; 0x76b7a
UnknownText_0x76b7a: ; 0x76b7a UnknownText_0x76b7a: ; 0x76b7a
db $0, "We get different", $4f text "We get different"
db "passengers from", $51 line "passengers from"
db "VERMILION CITY to", $4f
db "OLIVINE CITY.", $57 para "VERMILION CITY to"
line "OLIVINE CITY."
done
; 0x76bbc ; 0x76bbc
FisherJonahSeenText: ; 0x76bbc FisherJonahSeenText: ; 0x76bbc
db $0, "Even though we're", $4f text "Even though we're"
db "out on the sea, I", $55 line "out on the sea, I"
db "can't fish!", $51 cont "can't fish!"
db "This is boring!", $4f
db "Let's battle!", $57 para "This is boring!"
line "Let's battle!"
done
; 0x76c08 ; 0x76c08
FisherJonahBeatenText: ; 0x76c08 FisherJonahBeatenText: ; 0x76c08
db $0, "I… I'm not bored", $4f text "I… I'm not bored"
db "anymore…", $57 line "anymore…"
done
; 0x76c22 ; 0x76c22
UnknownText_0x76c22: ; 0x76c22 UnknownText_0x76c22: ; 0x76c22
db $0, "I plan to fish off", $4f text "I plan to fish off"
db "VERMILION's pier.", $57 line "VERMILION's pier."
done
; 0x76c47 ; 0x76c47
BlackbeltWaiSeenText: ; 0x76c47 BlackbeltWaiSeenText: ; 0x76c47
db $0, "I'm building up my", $4f text "I'm building up my"
db "legs by bracing", $51 line "legs by bracing"
db "against the ship's", $4f
db "rocking!", $57 para "against the ship's"
line "rocking!"
done
; 0x76c85 ; 0x76c85
BlackbeltWaiBeatenText: ; 0x76c85 BlackbeltWaiBeatenText: ; 0x76c85
db $0, "Rocked and rolled", $4f text "Rocked and rolled"
db "over!", $57 line "over!"
done
; 0x76c9e ; 0x76c9e
UnknownText_0x76c9e: ; 0x76c9e UnknownText_0x76c9e: ; 0x76c9e
db $0, "I couldn't find", $4f text "I couldn't find"
db "the KARATE KING in", $55 line "the KARATE KING in"
db "JOHTO.", $51 cont "JOHTO."
db "He's supposed to", $4f
db "be training in a", $55 para "He's supposed to"
db "cave somewhere.", $57 line "be training in a"
cont "cave somewhere."
done
; 0x76cf9 ; 0x76cf9
SailorKennethSeenText: ; 0x76cf9 SailorKennethSeenText: ; 0x76cf9
db $0, "I'm a sailor man!", $51 text "I'm a sailor man!"
db "But I'm training", $4f
db "#MON, so I can", $55 para "But I'm training"
db "become the CHAMP!", $57 line "#MON, so I can"
cont "become the CHAMP!"
done
; 0x76d3c ; 0x76d3c
SailorKennethBeatenText: ; 0x76d3c SailorKennethBeatenText: ; 0x76d3c
db $0, "My lack of train-", $4f text "My lack of train-"
db "ing is obvious…", $57 line "ing is obvious…"
done
; 0x76d5f ; 0x76d5f
UnknownText_0x76d5f: ; 0x76d5f UnknownText_0x76d5f: ; 0x76d5f
db $0, "Eight BADGES!", $4f text "Eight BADGES!"
db "They must prove", $51 line "They must prove"
db "that you've beaten", $4f
db "GYM LEADERS.", $51 para "that you've beaten"
db "No wonder you're", $4f line "GYM LEADERS."
db "so good!", $57
para "No wonder you're"
line "so good!"
done
; 0x76db6 ; 0x76db6
TeacherShirleySeenText: ; 0x76db6 TeacherShirleySeenText: ; 0x76db6
db $0, "Don't lay a finger", $4f text "Don't lay a finger"
db "on my students!", $57 line "on my students!"
done
; 0x76dd9 ; 0x76dd9
TeacherShirleyBeatenText: ; 0x76dd9 TeacherShirleyBeatenText: ; 0x76dd9
db $0, "Aaack!", $57 text "Aaack!"
done
; 0x76de1 ; 0x76de1
UnknownText_0x76de1: ; 0x76de1 UnknownText_0x76de1: ; 0x76de1
db $0, "We're on a field", $4f text "We're on a field"
db "trip to the RUINS", $55 line "trip to the RUINS"
db "outside VIOLET.", $57 cont "outside VIOLET."
done
; 0x76e14 ; 0x76e14
SchoolboyNateSeenText: ; 0x76e14 SchoolboyNateSeenText: ; 0x76e14
db $0, "Do you know the", $4f text "Do you know the"
db "RUINS OF ALPH?", $57 line "RUINS OF ALPH?"
done
; 0x76e34 ; 0x76e34
SchoolboyNateBeatenText: ; 0x76e34 SchoolboyNateBeatenText: ; 0x76e34
db $0, "Yaargh!", $57 text "Yaargh!"
done
; 0x76e3d ; 0x76e3d
UnknownText_0x76e3d: ; 0x76e3d UnknownText_0x76e3d: ; 0x76e3d
db $0, "Radios pick up", $4f text "Radios pick up"
db "strange signals", $55 line "strange signals"
db "inside the RUINS.", $57 cont "inside the RUINS."
done
; 0x76e6f ; 0x76e6f
SchoolboyRickySeenText: ; 0x76e6f SchoolboyRickySeenText: ; 0x76e6f
db $0, "There are some odd", $4f text "There are some odd"
db "stone panels in", $55 line "stone panels in"
db "the RUINS OF ALPH.", $57 cont "the RUINS OF ALPH."
done
; 0x76ea6 ; 0x76ea6
SchoolboyRickyBeatenText: ; 0x76ea6 SchoolboyRickyBeatenText: ; 0x76ea6
db $0, "I was done in!", $57 text "I was done in!"
done
; 0x76eb6 ; 0x76eb6
UnknownText_0x76eb6: ; 0x76eb6 UnknownText_0x76eb6: ; 0x76eb6
db $0, "I read that there", $4f text "I read that there"
db "are four of those", $55 line "are four of those"
db "stone panels.", $57 cont "stone panels."
done
; 0x76ee9 ; 0x76ee9
FastShipB1F_MapEventHeader: ; 0x76ee9 FastShipB1F_MapEventHeader: ; 0x76ee9

View File

@@ -369,209 +369,258 @@ MovementData_0x76010: ; 0x76010
; 0x76012 ; 0x76012
UnknownText_0x76012: ; 0x76012 UnknownText_0x76012: ; 0x76012
db $0, "Whew! Thanks for", $4f text "Whew! Thanks for"
db "coming along.", $51 line "coming along."
db "Keeping that lit-", $4f
db "tle girl amused", $55 para "Keeping that lit-"
db "was exhausting.", $57 line "tle girl amused"
cont "was exhausting."
done
; 0x76064 ; 0x76064
UnknownText_0x76064: ; 0x76064 UnknownText_0x76064: ; 0x76064
db $0, "How do you like", $4f text "How do you like"
db "S.S.AQUA's ride?", $51 line "S.S.AQUA's ride?"
db "She practically", $4f
db "skates across the", $55 para "She practically"
db "waves.", $57 line "skates across the"
cont "waves."
done
; 0x760ae ; 0x760ae
UnknownText_0x760ae: ; 0x760ae UnknownText_0x760ae: ; 0x760ae
db $0, "Oh, hello…", $51 text "Oh, hello…"
db "I still can't find", $4f
db "my granddaughter.", $51 para "I still can't find"
db "If she's on the", $4f line "my granddaughter."
db "ship, that's OK.", $51
db "She's an energetic", $4f para "If she's on the"
db "child, so she may", $51 line "ship, that's OK."
db "be bugging some-", $4f
db "one. I'm worried…", $57 para "She's an energetic"
line "child, so she may"
para "be bugging some-"
line "one. I'm worried…"
done
; 0x76143 ; 0x76143
UnknownText_0x76143: ; 0x76143 UnknownText_0x76143: ; 0x76143
db $0, $14, ", was it?", $4f text $14, ", was it?"
db "I heard you enter-", $55 line "I heard you enter-"
db "tained my grand-", $55 cont "tained my grand-"
db "daughter.", $51 cont "daughter."
db "I want to thank", $4f
db "you for that.", $57 para "I want to thank"
line "you for that."
done
; 0x7619b ; 0x7619b
UnknownText_0x7619b: ; 0x7619b UnknownText_0x7619b: ; 0x7619b
db $0, "I know! I'd like", $4f text "I know! I'd like"
db "you to have this!", $57 line "you to have this!"
done
; 0x761be ; 0x761be
UnknownText_0x761be: ; 0x761be UnknownText_0x761be: ; 0x761be
db $0, "We're traveling", $4f text "We're traveling"
db "around the world.", $57 line "around the world."
done
; 0x761e0 ; 0x761e0
UnknownText_0x761e0: ; 0x761e0 UnknownText_0x761e0: ; 0x761e0
db $0, "CAPTAIN, play with", $4f text "CAPTAIN, play with"
db "me, please?", $51 line "me, please?"
db "I'm bored! I want", $4f
db "to play more!", $57 para "I'm bored! I want"
line "to play more!"
done
; 0x7621f ; 0x7621f
UnknownText_0x7621f: ; 0x7621f UnknownText_0x7621f: ; 0x7621f
db $0, "Hi! Will you play", $4f text "Hi! Will you play"
db "with me?", $51 line "with me?"
db "…Oh!", $51
db "Grandpa's worried", $4f para "…Oh!"
db "about me?", $51
db "I have to go!", $51 para "Grandpa's worried"
db "I have to go find", $4f line "about me?"
db "Grandpa!", $57
para "I have to go!"
para "I have to go find"
line "Grandpa!"
done
; 0x76284 ; 0x76284
UnknownText_0x76284: ; 0x76284 UnknownText_0x76284: ; 0x76284
db $0, "Grandpa, here I", $4f text "Grandpa, here I"
db "am! I was playing", $51 line "am! I was playing"
db "with the CAPTAIN", $4f
db "and this guy!", $57 para "with the CAPTAIN"
line "and this guy!"
done
; 0x762c6 ; 0x762c6
UnknownText_0x762c6: ; 0x762c6 UnknownText_0x762c6: ; 0x762c6
db $0, "Grandpa, here I", $4f text "Grandpa, here I"
db "am! I was playing", $51 line "am! I was playing"
db "with the CAPTAIN", $4f
db "and this big girl!", $57 para "with the CAPTAIN"
line "and this big girl!"
done
; 0x7630d ; 0x7630d
UnknownText_0x7630d: ; 0x7630d UnknownText_0x7630d: ; 0x7630d
db $0, "I had lots of fun", $4f text "I had lots of fun"
db "playing!", $57 line "playing!"
done
; 0x76329 ; 0x76329
PokefanmColinSeenText: ; 0x76329 PokefanmColinSeenText: ; 0x76329
db $0, "Hey, kid! Want to", $4f text "Hey, kid! Want to"
db "battle with me?", $57 line "battle with me?"
done
; 0x7634c ; 0x7634c
PokefanmColinBeatenText: ; 0x7634c PokefanmColinBeatenText: ; 0x7634c
db $0, "You're strong!", $57 text "You're strong!"
done
; 0x7635b ; 0x7635b
UnknownText_0x7635b: ; 0x7635b UnknownText_0x7635b: ; 0x7635b
db $0, "You're traveling", $4f text "You're traveling"
db "all alone?", $51 line "all alone?"
db "Isn't your mom", $4f
db "worried?", $57 para "Isn't your mom"
line "worried?"
done
; 0x7638e ; 0x7638e
TwinsMegandpeg1SeenText: ; 0x7638e TwinsMegandpeg1SeenText: ; 0x7638e
db $0, "You think I'm a", $4f text "You think I'm a"
db "baby?", $55 line "baby?"
db "That's not fair!", $57 cont "That's not fair!"
done
; 0x763b4 ; 0x763b4
TwinsMegandpeg1BeatenText: ; 0x763b4 TwinsMegandpeg1BeatenText: ; 0x763b4
db $0, "Oh! We lost!", $57 text "Oh! We lost!"
done
; 0x763c2 ; 0x763c2
UnknownText_0x763c2: ; 0x763c2 UnknownText_0x763c2: ; 0x763c2
db $0, "Baby is a rude", $4f text "Baby is a rude"
db "name to call us", $55 line "name to call us"
db "girls!", $57 cont "girls!"
done
; 0x763e9 ; 0x763e9
TwinsMegandpeg2SeenText: ; 0x763e9 TwinsMegandpeg2SeenText: ; 0x763e9
db $0, "I'm not a baby!", $51 text "I'm not a baby!"
db "That's not nice to", $4f
db "say to a lady!", $57 para "That's not nice to"
line "say to a lady!"
done
; 0x7641a ; 0x7641a
TwinsMegandpeg2BeatenText: ; 0x7641a TwinsMegandpeg2BeatenText: ; 0x7641a
db $0, "Oh! We lost!", $57 text "Oh! We lost!"
done
; 0x76428 ; 0x76428
UnknownText_0x76428: ; 0x76428 UnknownText_0x76428: ; 0x76428
db $0, "Sometimes, kids", $4f text "Sometimes, kids"
db "are smarter than", $55 line "are smarter than"
db "grown-ups!", $57 cont "grown-ups!"
done
; 0x76455 ; 0x76455
PsychicRodneySeenText: ; 0x76455 PsychicRodneySeenText: ; 0x76455
db $0, "Ssh! My brain is", $4f text "Ssh! My brain is"
db "picking up radio", $55 line "picking up radio"
db "signals!", $57 cont "signals!"
done
; 0x76481 ; 0x76481
PsychicRodneyBeatenText: ; 0x76481 PsychicRodneyBeatenText: ; 0x76481
db $0, "…I hear some-", $4f text "…I hear some-"
db "thing!", $57 line "thing!"
done
; 0x76497 ; 0x76497
UnknownText_0x76497: ; 0x76497 UnknownText_0x76497: ; 0x76497
db $0, "I get it. You can", $4f text "I get it. You can"
db "hear JOHTO's radio", $55 line "hear JOHTO's radio"
db "on the FAST SHIP.", $57 cont "on the FAST SHIP."
done
; 0x764ce ; 0x764ce
PokefanmJeremySeenText: ; 0x764ce PokefanmJeremySeenText: ; 0x764ce
db $0, "What do you think?", $4f text "What do you think?"
db "My #MON are", $55 line "My #MON are"
db "beautiful, yes?", $57 cont "beautiful, yes?"
done
; 0x764fe ; 0x764fe
PokefanmJeremyBeatenText: ; 0x764fe PokefanmJeremyBeatenText: ; 0x764fe
db $0, "Oh, no! My beauti-", $4f text "Oh, no! My beauti-"
db "ful #MON!", $57 line "ful #MON!"
done
; 0x7651c ; 0x7651c
UnknownText_0x7651c: ; 0x7651c UnknownText_0x7651c: ; 0x7651c
db $0, "I must go to the", $4f text "I must go to the"
db "#MON SALON and", $55 line "#MON SALON and"
db "fix them up nice!", $57 cont "fix them up nice!"
done
; 0x7654f ; 0x7654f
PokefanfGeorgiaSeenText: ; 0x7654f PokefanfGeorgiaSeenText: ; 0x7654f
db $0, "I'm going to shop", $4f text "I'm going to shop"
db "at the DEPT.STORE", $55 line "at the DEPT.STORE"
db "and then…", $57 cont "and then…"
done
; 0x7657d ; 0x7657d
PokefanfGeorgiaBeatenText: ; 0x7657d PokefanfGeorgiaBeatenText: ; 0x7657d
db $0, "What was I going", $4f text "What was I going"
db "to do?", $57 line "to do?"
done
; 0x76596 ; 0x76596
UnknownText_0x76596: ; 0x76596 UnknownText_0x76596: ; 0x76596
db $0, "Oh, yes! I have to", $4f text "Oh, yes! I have to"
db "get my #MON out", $55 line "get my #MON out"
db "of DAY-CARE!", $57 cont "of DAY-CARE!"
done
; 0x765c7 ; 0x765c7
SupernerdShawnSeenText: ; 0x765c7 SupernerdShawnSeenText: ; 0x765c7
db $0, "What kinds of #", $4f text "What kinds of #"
db "BALLS do you have", $55 line "BALLS do you have"
db "with you?", $57 cont "with you?"
done
; 0x765f4 ; 0x765f4
SupernerdShawnBeatenText: ; 0x765f4 SupernerdShawnBeatenText: ; 0x765f4
db $0, "Wait! Stop! Don't!", $4f text "Wait! Stop! Don't!"
db "Please!", $57 line "Please!"
done
; 0x7660f ; 0x7660f
UnknownText_0x7660f: ; 0x7660f UnknownText_0x7660f: ; 0x7660f
db $0, "You should use the", $4f text "You should use the"
db "right BALLS to fit", $55 line "right BALLS to fit"
db "the situation.", $57 cont "the situation."
done
; 0x76645 ; 0x76645
UnknownText_0x76645: ; 0x76645 UnknownText_0x76645: ; 0x76645
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "VERMILION CITY.", $57 cont "VERMILION CITY."
done
; 0x76678 ; 0x76678
FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader: ; 0x76678 FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader: ; 0x76678

View File

@@ -239,128 +239,157 @@ MovementData_0x7563c: ; 0x7563c
; 0x75643 ; 0x75643
CooltrainermSeanSeenText: ; 0x75643 CooltrainermSeanSeenText: ; 0x75643
db $0, "I'm going to KANTO", $4f text "I'm going to KANTO"
db "to test my skills.", $57 line "to test my skills."
done
; 0x75669 ; 0x75669
CooltrainermSeanBeatenText: ; 0x75669 CooltrainermSeanBeatenText: ; 0x75669
db $0, "I wanted to win!", $57 text "I wanted to win!"
done
; 0x7567b ; 0x7567b
UnknownText_0x7567b: ; 0x7567b UnknownText_0x7567b: ; 0x7567b
db $0, "Trainers from", $4f text "Trainers from"
db "JOHTO can battle", $51 line "JOHTO can battle"
db "with KANTO GYM", $4f
db "LEADERS.", $57 para "with KANTO GYM"
line "LEADERS."
done
; 0x756b3 ; 0x756b3
CooltrainerfCarolSeenText: ; 0x756b3 CooltrainerfCarolSeenText: ; 0x756b3
db $0, "I'm training to", $4f text "I'm training to"
db "become the CHAMP!", $57 line "become the CHAMP!"
done
; 0x756d5 ; 0x756d5
CooltrainerfCarolBeatenText: ; 0x756d5 CooltrainerfCarolBeatenText: ; 0x756d5
db $0, "What's so differ-", $4f text "What's so differ-"
db "ent between us?", $57 line "ent between us?"
done
; 0x756f7 ; 0x756f7
UnknownText_0x756f7: ; 0x756f7 UnknownText_0x756f7: ; 0x756f7
db $0, "I'm going to beat", $4f text "I'm going to beat"
db "you someday!", $57 line "you someday!"
done
; 0x75716 ; 0x75716
PokemaniacEthanSeenText: ; 0x75716 PokemaniacEthanSeenText: ; 0x75716
db $0, "Do you know LILY?", $4f text "Do you know LILY?"
db "She's a hot DJ in", $55 line "She's a hot DJ in"
db "KANTO.", $57 cont "KANTO."
done
; 0x75741 ; 0x75741
PokemaniacEthanBeatenText: ; 0x75741 PokemaniacEthanBeatenText: ; 0x75741
db $0, "Gyaaaah!", $57 text "Gyaaaah!"
done
; 0x7574b ; 0x7574b
UnknownText_0x7574b: ; 0x7574b UnknownText_0x7574b: ; 0x7574b
db $0, "LILY's nice, but", $4f text "LILY's nice, but"
db "MARY's the best!", $51 line "MARY's the best!"
db "I want to check", $4f
db "out JOHTO's radio", $55 para "I want to check"
db "programs!", $57 line "out JOHTO's radio"
cont "programs!"
done
; 0x75797 ; 0x75797
HikerNolandSeenText: ; 0x75797 HikerNolandSeenText: ; 0x75797
db $0, "Are you alone?", $4f text "Are you alone?"
db "Then let's battle!", $57 line "Then let's battle!"
done
; 0x757b9 ; 0x757b9
HikerNolandBeatenText: ; 0x757b9 HikerNolandBeatenText: ; 0x757b9
db $0, "That's too much to", $4f text "That's too much to"
db "handle!", $57 line "handle!"
done
; 0x757d4 ; 0x757d4
UnknownText_0x757d4: ; 0x757d4 UnknownText_0x757d4: ; 0x757d4
db $0, "I wonder if there", $4f text "I wonder if there"
db "are any mountains", $51 line "are any mountains"
db "worth climbing in", $4f
db "KANTO?", $57 para "worth climbing in"
line "KANTO?"
done
; 0x75812 ; 0x75812
UnknownText_0x75812: ; 0x75812 UnknownText_0x75812: ; 0x75812
db $0, "Yeah, I'm a sail-", $4f text "Yeah, I'm a sail-"
db "or, all right.", $51 line "or, all right."
db "I wasn't goofing", $4f
db "off!", $51 para "I wasn't goofing"
db "This cabin was", $4f line "off!"
db "vacant, so I just", $55
db "took a quick nap!", $51 para "This cabin was"
db "Ah, forget it!", $4f line "vacant, so I just"
db "Let's battle!", $57 cont "took a quick nap!"
para "Ah, forget it!"
line "Let's battle!"
done
; 0x75897 ; 0x75897
UnknownText_0x75897: ; 0x75897 UnknownText_0x75897: ; 0x75897
db $0, "Sorry! It's all my", $4f text "Sorry! It's all my"
db "fault!", $57 line "fault!"
done
; 0x758b1 ; 0x758b1
UnknownText_0x758b1: ; 0x758b1 UnknownText_0x758b1: ; 0x758b1
db $0, "Being a sailor, I", $4f text "Being a sailor, I"
db "have to do phys-", $55 line "have to do phys-"
db "ical labor. It's", $55 cont "ical labor. It's"
db "exhausting!", $57 cont "exhausting!"
done
; 0x758f1 ; 0x758f1
GentlemanEdwardSeenText: ; 0x758f1 GentlemanEdwardSeenText: ; 0x758f1
db $0, "Oh, no. I've lost", $4f text "Oh, no. I've lost"
db "something that's", $55 line "something that's"
db "very important.", $57 cont "very important."
done
; 0x75923 ; 0x75923
GentlemanEdwardBeatenText: ; 0x75923 GentlemanEdwardBeatenText: ; 0x75923
db $0, "I… I can't find", $4f text "I… I can't find"
db "it…", $57 line "it…"
done
; 0x75937 ; 0x75937
UnknownText_0x75937: ; 0x75937 UnknownText_0x75937: ; 0x75937
db $0, "I give up.", $4f text "I give up."
db "You don't have to", $51 line "You don't have to"
db "look. Just forget", $4f
db "about it!", $57 para "look. Just forget"
line "about it!"
done
; 0x75970 ; 0x75970
BurglarCoreySeenText: ; 0x75970 BurglarCoreySeenText: ; 0x75970
db $0, "Yeehaw!", $4f text "Yeehaw!"
db "Lucky!", $57 line "Lucky!"
done
; 0x75980 ; 0x75980
BurglarCoreyBeatenText: ; 0x75980 BurglarCoreyBeatenText: ; 0x75980
db $0, "How unlucky!", $4f text "How unlucky!"
db "I lost!", $57 line "I lost!"
done
; 0x75996 ; 0x75996
UnknownText_0x75996: ; 0x75996 UnknownText_0x75996: ; 0x75996
db $0, "I found a pretty", $4f text "I found a pretty"
db "coin here.", $51 line "coin here."
db "Someone must have", $4f
db "lost it…", $57 para "Someone must have"
line "lost it…"
done
; 0x759ce ; 0x759ce
FastShipCabins_NNW_NNE_NE_MapEventHeader: ; 0x759ce FastShipCabins_NNW_NNE_NE_MapEventHeader: ; 0x759ce

View File

@@ -369,209 +369,258 @@ MovementData_0x76010: ; 0x76010
; 0x76012 ; 0x76012
UnknownText_0x76012: ; 0x76012 UnknownText_0x76012: ; 0x76012
db $0, "Whew! Thanks for", $4f text "Whew! Thanks for"
db "coming along.", $51 line "coming along."
db "Keeping that lit-", $4f
db "tle girl amused", $55 para "Keeping that lit-"
db "was exhausting.", $57 line "tle girl amused"
cont "was exhausting."
done
; 0x76064 ; 0x76064
UnknownText_0x76064: ; 0x76064 UnknownText_0x76064: ; 0x76064
db $0, "How do you like", $4f text "How do you like"
db "S.S.AQUA's ride?", $51 line "S.S.AQUA's ride?"
db "She practically", $4f
db "skates across the", $55 para "She practically"
db "waves.", $57 line "skates across the"
cont "waves."
done
; 0x760ae ; 0x760ae
UnknownText_0x760ae: ; 0x760ae UnknownText_0x760ae: ; 0x760ae
db $0, "Oh, hello…", $51 text "Oh, hello…"
db "I still can't find", $4f
db "my granddaughter.", $51 para "I still can't find"
db "If she's on the", $4f line "my granddaughter."
db "ship, that's OK.", $51
db "She's an energetic", $4f para "If she's on the"
db "child, so she may", $51 line "ship, that's OK."
db "be bugging some-", $4f
db "one. I'm worried…", $57 para "She's an energetic"
line "child, so she may"
para "be bugging some-"
line "one. I'm worried…"
done
; 0x76143 ; 0x76143
UnknownText_0x76143: ; 0x76143 UnknownText_0x76143: ; 0x76143
db $0, $14, ", was it?", $4f text $14, ", was it?"
db "I heard you enter-", $55 line "I heard you enter-"
db "tained my grand-", $55 cont "tained my grand-"
db "daughter.", $51 cont "daughter."
db "I want to thank", $4f
db "you for that.", $57 para "I want to thank"
line "you for that."
done
; 0x7619b ; 0x7619b
UnknownText_0x7619b: ; 0x7619b UnknownText_0x7619b: ; 0x7619b
db $0, "I know! I'd like", $4f text "I know! I'd like"
db "you to have this!", $57 line "you to have this!"
done
; 0x761be ; 0x761be
UnknownText_0x761be: ; 0x761be UnknownText_0x761be: ; 0x761be
db $0, "We're traveling", $4f text "We're traveling"
db "around the world.", $57 line "around the world."
done
; 0x761e0 ; 0x761e0
UnknownText_0x761e0: ; 0x761e0 UnknownText_0x761e0: ; 0x761e0
db $0, "CAPTAIN, play with", $4f text "CAPTAIN, play with"
db "me, please?", $51 line "me, please?"
db "I'm bored! I want", $4f
db "to play more!", $57 para "I'm bored! I want"
line "to play more!"
done
; 0x7621f ; 0x7621f
UnknownText_0x7621f: ; 0x7621f UnknownText_0x7621f: ; 0x7621f
db $0, "Hi! Will you play", $4f text "Hi! Will you play"
db "with me?", $51 line "with me?"
db "…Oh!", $51
db "Grandpa's worried", $4f para "…Oh!"
db "about me?", $51
db "I have to go!", $51 para "Grandpa's worried"
db "I have to go find", $4f line "about me?"
db "Grandpa!", $57
para "I have to go!"
para "I have to go find"
line "Grandpa!"
done
; 0x76284 ; 0x76284
UnknownText_0x76284: ; 0x76284 UnknownText_0x76284: ; 0x76284
db $0, "Grandpa, here I", $4f text "Grandpa, here I"
db "am! I was playing", $51 line "am! I was playing"
db "with the CAPTAIN", $4f
db "and this guy!", $57 para "with the CAPTAIN"
line "and this guy!"
done
; 0x762c6 ; 0x762c6
UnknownText_0x762c6: ; 0x762c6 UnknownText_0x762c6: ; 0x762c6
db $0, "Grandpa, here I", $4f text "Grandpa, here I"
db "am! I was playing", $51 line "am! I was playing"
db "with the CAPTAIN", $4f
db "and this big girl!", $57 para "with the CAPTAIN"
line "and this big girl!"
done
; 0x7630d ; 0x7630d
UnknownText_0x7630d: ; 0x7630d UnknownText_0x7630d: ; 0x7630d
db $0, "I had lots of fun", $4f text "I had lots of fun"
db "playing!", $57 line "playing!"
done
; 0x76329 ; 0x76329
PokefanmColinSeenText: ; 0x76329 PokefanmColinSeenText: ; 0x76329
db $0, "Hey, kid! Want to", $4f text "Hey, kid! Want to"
db "battle with me?", $57 line "battle with me?"
done
; 0x7634c ; 0x7634c
PokefanmColinBeatenText: ; 0x7634c PokefanmColinBeatenText: ; 0x7634c
db $0, "You're strong!", $57 text "You're strong!"
done
; 0x7635b ; 0x7635b
UnknownText_0x7635b: ; 0x7635b UnknownText_0x7635b: ; 0x7635b
db $0, "You're traveling", $4f text "You're traveling"
db "all alone?", $51 line "all alone?"
db "Isn't your mom", $4f
db "worried?", $57 para "Isn't your mom"
line "worried?"
done
; 0x7638e ; 0x7638e
TwinsMegandpeg1SeenText: ; 0x7638e TwinsMegandpeg1SeenText: ; 0x7638e
db $0, "You think I'm a", $4f text "You think I'm a"
db "baby?", $55 line "baby?"
db "That's not fair!", $57 cont "That's not fair!"
done
; 0x763b4 ; 0x763b4
TwinsMegandpeg1BeatenText: ; 0x763b4 TwinsMegandpeg1BeatenText: ; 0x763b4
db $0, "Oh! We lost!", $57 text "Oh! We lost!"
done
; 0x763c2 ; 0x763c2
UnknownText_0x763c2: ; 0x763c2 UnknownText_0x763c2: ; 0x763c2
db $0, "Baby is a rude", $4f text "Baby is a rude"
db "name to call us", $55 line "name to call us"
db "girls!", $57 cont "girls!"
done
; 0x763e9 ; 0x763e9
TwinsMegandpeg2SeenText: ; 0x763e9 TwinsMegandpeg2SeenText: ; 0x763e9
db $0, "I'm not a baby!", $51 text "I'm not a baby!"
db "That's not nice to", $4f
db "say to a lady!", $57 para "That's not nice to"
line "say to a lady!"
done
; 0x7641a ; 0x7641a
TwinsMegandpeg2BeatenText: ; 0x7641a TwinsMegandpeg2BeatenText: ; 0x7641a
db $0, "Oh! We lost!", $57 text "Oh! We lost!"
done
; 0x76428 ; 0x76428
UnknownText_0x76428: ; 0x76428 UnknownText_0x76428: ; 0x76428
db $0, "Sometimes, kids", $4f text "Sometimes, kids"
db "are smarter than", $55 line "are smarter than"
db "grown-ups!", $57 cont "grown-ups!"
done
; 0x76455 ; 0x76455
PsychicRodneySeenText: ; 0x76455 PsychicRodneySeenText: ; 0x76455
db $0, "Ssh! My brain is", $4f text "Ssh! My brain is"
db "picking up radio", $55 line "picking up radio"
db "signals!", $57 cont "signals!"
done
; 0x76481 ; 0x76481
PsychicRodneyBeatenText: ; 0x76481 PsychicRodneyBeatenText: ; 0x76481
db $0, "…I hear some-", $4f text "…I hear some-"
db "thing!", $57 line "thing!"
done
; 0x76497 ; 0x76497
UnknownText_0x76497: ; 0x76497 UnknownText_0x76497: ; 0x76497
db $0, "I get it. You can", $4f text "I get it. You can"
db "hear JOHTO's radio", $55 line "hear JOHTO's radio"
db "on the FAST SHIP.", $57 cont "on the FAST SHIP."
done
; 0x764ce ; 0x764ce
PokefanmJeremySeenText: ; 0x764ce PokefanmJeremySeenText: ; 0x764ce
db $0, "What do you think?", $4f text "What do you think?"
db "My #MON are", $55 line "My #MON are"
db "beautiful, yes?", $57 cont "beautiful, yes?"
done
; 0x764fe ; 0x764fe
PokefanmJeremyBeatenText: ; 0x764fe PokefanmJeremyBeatenText: ; 0x764fe
db $0, "Oh, no! My beauti-", $4f text "Oh, no! My beauti-"
db "ful #MON!", $57 line "ful #MON!"
done
; 0x7651c ; 0x7651c
UnknownText_0x7651c: ; 0x7651c UnknownText_0x7651c: ; 0x7651c
db $0, "I must go to the", $4f text "I must go to the"
db "#MON SALON and", $55 line "#MON SALON and"
db "fix them up nice!", $57 cont "fix them up nice!"
done
; 0x7654f ; 0x7654f
PokefanfGeorgiaSeenText: ; 0x7654f PokefanfGeorgiaSeenText: ; 0x7654f
db $0, "I'm going to shop", $4f text "I'm going to shop"
db "at the DEPT.STORE", $55 line "at the DEPT.STORE"
db "and then…", $57 cont "and then…"
done
; 0x7657d ; 0x7657d
PokefanfGeorgiaBeatenText: ; 0x7657d PokefanfGeorgiaBeatenText: ; 0x7657d
db $0, "What was I going", $4f text "What was I going"
db "to do?", $57 line "to do?"
done
; 0x76596 ; 0x76596
UnknownText_0x76596: ; 0x76596 UnknownText_0x76596: ; 0x76596
db $0, "Oh, yes! I have to", $4f text "Oh, yes! I have to"
db "get my #MON out", $55 line "get my #MON out"
db "of DAY-CARE!", $57 cont "of DAY-CARE!"
done
; 0x765c7 ; 0x765c7
SupernerdShawnSeenText: ; 0x765c7 SupernerdShawnSeenText: ; 0x765c7
db $0, "What kinds of #", $4f text "What kinds of #"
db "BALLS do you have", $55 line "BALLS do you have"
db "with you?", $57 cont "with you?"
done
; 0x765f4 ; 0x765f4
SupernerdShawnBeatenText: ; 0x765f4 SupernerdShawnBeatenText: ; 0x765f4
db $0, "Wait! Stop! Don't!", $4f text "Wait! Stop! Don't!"
db "Please!", $57 line "Please!"
done
; 0x7660f ; 0x7660f
UnknownText_0x7660f: ; 0x7660f UnknownText_0x7660f: ; 0x7660f
db $0, "You should use the", $4f text "You should use the"
db "right BALLS to fit", $55 line "right BALLS to fit"
db "the situation.", $57 cont "the situation."
done
; 0x76645 ; 0x76645
UnknownText_0x76645: ; 0x76645 UnknownText_0x76645: ; 0x76645
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "VERMILION CITY.", $57 cont "VERMILION CITY."
done
; 0x76678 ; 0x76678
FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader: ; 0x76678 FastShipCabins_SE_SSE_CaptainsCabin_MapEventHeader: ; 0x76678

View File

@@ -186,107 +186,129 @@ MapFastShipCabins_SW_SSW_NWSignpost2Script: ; 0x75b01
; 0x75b04 ; 0x75b04
FirebreatherLyleSeenText: ; 0x75b04 FirebreatherLyleSeenText: ; 0x75b04
db $0, "I'm going to KANTO", $4f text "I'm going to KANTO"
db "to put on fire-", $55 line "to put on fire-"
db "breathing shows!", $57 cont "breathing shows!"
done
; 0x75b38 ; 0x75b38
FirebreatherLyleBeatenText: ; 0x75b38 FirebreatherLyleBeatenText: ; 0x75b38
db $0, "Fizzle… The", $4f text "Fizzle… The"
db "flame's tiny…", $57 line "flame's tiny…"
done
; 0x75b52 ; 0x75b52
UnknownText_0x75b52: ; 0x75b52 UnknownText_0x75b52: ; 0x75b52
db $0, "I guess fire is", $4f text "I guess fire is"
db "weak on the sea.", $51 line "weak on the sea."
db "It doesn't matter?", $4f
db "Really?", $57 para "It doesn't matter?"
line "Really?"
done
; 0x75b8e ; 0x75b8e
Bug_catcherKenSeenText: ; 0x75b8e Bug_catcherKenSeenText: ; 0x75b8e
db $0, "I'm visiting my", $4f text "I'm visiting my"
db "grandma to catch", $55 line "grandma to catch"
db "me some bugs!", $57 cont "me some bugs!"
done
; 0x75bbd ; 0x75bbd
Bug_catcherKenBeatenText: ; 0x75bbd Bug_catcherKenBeatenText: ; 0x75bbd
db $0, "Ooh, wow.", $4f text "Ooh, wow."
db "You're tough!", $57 line "You're tough!"
done
; 0x75bd5 ; 0x75bd5
UnknownText_0x75bd5: ; 0x75bd5 UnknownText_0x75bd5: ; 0x75bd5
db $0, "You can find lots", $4f text "You can find lots"
db "of #MON in the", $55 line "of #MON in the"
db "trees of JOHTO!", $57 cont "trees of JOHTO!"
done
; 0x75c07 ; 0x75c07
BeautyCassieSeenText: ; 0x75c07 BeautyCassieSeenText: ; 0x75c07
db $0, "I'm trying to", $4f text "I'm trying to"
db "forget my woes.", $55 line "forget my woes."
db "Let's battle!", $57 cont "Let's battle!"
done
; 0x75c32 ; 0x75c32
BeautyCassieBeatenText: ; 0x75c32 BeautyCassieBeatenText: ; 0x75c32
db $0, "My heart weeps…", $57 text "My heart weeps…"
done
; 0x75c43 ; 0x75c43
UnknownText_0x75c43: ; 0x75c43 UnknownText_0x75c43: ; 0x75c43
db $0, "A voyage is best", $4f text "A voyage is best"
db "for getting over", $55 line "for getting over"
db "a broken heart.", $51 cont "a broken heart."
db "But a FAST SHIP", $4f
db "trip is too short", $55 para "But a FAST SHIP"
db "for grieving.", $57 line "trip is too short"
cont "for grieving."
done
; 0x75ca6 ; 0x75ca6
GuitaristClydeSeenText: ; 0x75ca6 GuitaristClydeSeenText: ; 0x75ca6
db $0, "I'm going to audi-", $4f text "I'm going to audi-"
db "tion my songs at", $51 line "tion my songs at"
db "GOLDENROD's RADIO", $4f
db "STATION.", $57 para "GOLDENROD's RADIO"
line "STATION."
done
; 0x75ce4 ; 0x75ce4
GuitaristClydeBeatenText: ; 0x75ce4 GuitaristClydeBeatenText: ; 0x75ce4
db $0, "Yowza!", $4f text "Yowza!"
db "Total distortion!", $57 line "Total distortion!"
done
; 0x75cfe ; 0x75cfe
UnknownText_0x75cfe: ; 0x75cfe UnknownText_0x75cfe: ; 0x75cfe
db $0, "I was going to", $4f text "I was going to"
db "make my debut at", $55 line "make my debut at"
db "the BATTLE TOWER…", $51 cont "the BATTLE TOWER…"
db "I should go back", $4f
db "to VERMILION and", $55 para "I should go back"
db "redo my training…", $57 line "to VERMILION and"
cont "redo my training…"
done
; 0x75d65 ; 0x75d65
UnknownText_0x75d65: ; 0x75d65 UnknownText_0x75d65: ; 0x75d65
db $0, "Speaking of the", $4f text "Speaking of the"
db "RADIO STATION,", $51 line "RADIO STATION,"
db "what's this week's", $4f
db "lucky number?", $57 para "what's this week's"
line "lucky number?"
done
; 0x75da4 ; 0x75da4
UnknownText_0x75da4: ; 0x75da4 UnknownText_0x75da4: ; 0x75da4
db $0, "A comfy bed!", $4f text "A comfy bed!"
db "Time to sleep…", $57 line "Time to sleep…"
done
; 0x75dc1 ; 0x75dc1
UnknownText_0x75dc1: ; 0x75dc1 UnknownText_0x75dc1: ; 0x75dc1
db $0, "Ah, refreshed and", $4f text "Ah, refreshed and"
db "restored!", $57 line "restored!"
done
; 0x75dde ; 0x75dde
UnknownText_0x75dde: ; 0x75dde UnknownText_0x75dde: ; 0x75dde
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "OLIVINE CITY.", $57 cont "OLIVINE CITY."
done
; 0x75e0f ; 0x75e0f
UnknownText_0x75e0f: ; 0x75e0f UnknownText_0x75e0f: ; 0x75e0f
db $0, "FAST SHIP S.S.AQUA", $4f text "FAST SHIP S.S.AQUA"
db "has arrived in", $55 line "has arrived in"
db "VERMILION CITY.", $57 cont "VERMILION CITY."
done
; 0x75e42 ; 0x75e42
FastShipCabins_SW_SSW_NW_MapEventHeader: ; 0x75e42 FastShipCabins_SW_SSW_NW_MapEventHeader: ; 0x75e42

View File

@@ -23,22 +23,27 @@ ItemFragment_0x189b6a: ; 0x189b6a
; 0x189b6c ; 0x189b6c
UnknownText_0x189b6c: ; 0x189b6c UnknownText_0x189b6c: ; 0x189b6c
db $0, "Hello!", $51 text "Hello!"
db "KARATE KING, the", $4f
db "FIGHTING DOJO's", $51 para "KARATE KING, the"
db "master, is in a", $4f line "FIGHTING DOJO's"
db "cave in JOHTO for", $55
db "training.", $57 para "master, is in a"
line "cave in JOHTO for"
cont "training."
done
; 0x189bc0 ; 0x189bc0
UnknownText_0x189bc0: ; 0x189bc0 UnknownText_0x189bc0: ; 0x189bc0
db $0, "What goes around", $4f text "What goes around"
db "comes around!", $57 line "comes around!"
done
; 0x189be0 ; 0x189be0
UnknownText_0x189be0: ; 0x189be0 UnknownText_0x189be0: ; 0x189be0
db $0, "Enemies on every", $4f text "Enemies on every"
db "side!", $57 line "side!"
done
; 0x189bf8 ; 0x189bf8
FightingDojo_MapEventHeader: ; 0x189bf8 FightingDojo_MapEventHeader: ; 0x189bf8

View File

@@ -15,15 +15,17 @@ YoungsterScript_0x1963c0: ; 0x1963c0
; 0x1963c3 ; 0x1963c3
UnknownText_0x1963c3: ; 0x1963c3 UnknownText_0x1963c3: ; 0x1963c3
db $0, "My grandpa is at ", $4f text "My grandpa is at "
db "my brother BILL's", $55 line "my brother BILL's"
db "on CERULEAN CAPE.", $57 cont "on CERULEAN CAPE."
done
; 0x1963f9 ; 0x1963f9
UnknownText_0x1963f9: ; 0x1963f9 UnknownText_0x1963f9: ; 0x1963f9
db $0, "I saw these weird,", $4f text "I saw these weird,"
db "slow #MON on", $55 line "slow #MON on"
db "CYCLING ROAD.", $57 cont "CYCLING ROAD."
done
; 0x196428 ; 0x196428
FuchsiaBillSpeechHouse_MapEventHeader: ; 0x196428 FuchsiaBillSpeechHouse_MapEventHeader: ; 0x196428

View File

@@ -64,67 +64,84 @@ FruitTreeScript_0x194b43: ; 0x194b43
; 0x194b45 ; 0x194b45
UnknownText_0x194b45: ; 0x194b45 UnknownText_0x194b45: ; 0x194b45
db $0, "One of the ELITE", $4f text "One of the ELITE"
db "FOUR used to be", $51 line "FOUR used to be"
db "the LEADER of", $4f
db "FUCHSIA's GYM.", $57 para "the LEADER of"
line "FUCHSIA's GYM."
done
; 0x194b83 ; 0x194b83
UnknownText_0x194b83: ; 0x194b83 UnknownText_0x194b83: ; 0x194b83
db $0, "KOGA's daughter", $4f text "KOGA's daughter"
db "succeeded him as", $51 line "succeeded him as"
db "the GYM LEADER", $4f
db "after he joined", $55 para "the GYM LEADER"
db "the ELITE FOUR.", $57 line "after he joined"
cont "the ELITE FOUR."
done
; 0x194bd3 ; 0x194bd3
UnknownText_0x194bd3: ; 0x194bd3 UnknownText_0x194bd3: ; 0x194bd3
db $0, "The SAFARI ZONE is", $4f text "The SAFARI ZONE is"
db "closed… It's sad,", $51 line "closed… It's sad,"
db "considering it's", $4f
db "FUCHSIA's main", $55 para "considering it's"
db "attraction.", $57 line "FUCHSIA's main"
cont "attraction."
done
; 0x194c22 ; 0x194c22
UnknownText_0x194c22: ; 0x194c22 UnknownText_0x194c22: ; 0x194c22
db $0, "FUCHSIA CITY", $51 text "FUCHSIA CITY"
db "Behold! It's", $4f
db "Passion Pink!", $57 para "Behold! It's"
line "Passion Pink!"
done
; 0x194c4a ; 0x194c4a
UnknownText_0x194c4a: ; 0x194c4a UnknownText_0x194c4a: ; 0x194c4a
db $0, "FUCHSIA CITY", $4f text "FUCHSIA CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: JANINE", $51 cont "LEADER: JANINE"
db "The Poisonous", $4f
db "Ninja Master", $57 para "The Poisonous"
line "Ninja Master"
done
; 0x194c8b ; 0x194c8b
UnknownText_0x194c8b: ; 0x194c8b UnknownText_0x194c8b: ; 0x194c8b
db $0, "There's a notice", $4f text "There's a notice"
db "here…", $51 line "here…"
db "SAFARI ZONE OFFICE", $4f
db "is closed until", $55 para "SAFARI ZONE OFFICE"
db "further notice.", $57 line "is closed until"
cont "further notice."
done
; 0x194cd5 ; 0x194cd5
UnknownText_0x194cd5: ; 0x194cd5 UnknownText_0x194cd5: ; 0x194cd5
db $0, "SAFARI ZONE", $4f text "SAFARI ZONE"
db "WARDEN'S HOME", $57 line "WARDEN'S HOME"
done
; 0x194cf0 ; 0x194cf0
UnknownText_0x194cf0: ; 0x194cf0 UnknownText_0x194cf0: ; 0x194cf0
db $0, "The WARDEN is", $4f text "The WARDEN is"
db "traveling abroad.", $51 line "traveling abroad."
db "Therefore, the", $4f
db "SAFARI ZONE is", $55 para "Therefore, the"
db "closed.", $57 line "SAFARI ZONE is"
cont "closed."
done
; 0x194d37 ; 0x194d37
UnknownText_0x194d37: ; 0x194d37 UnknownText_0x194d37: ; 0x194d37
db $0, "No littering.", $51 text "No littering."
db "Please take your", $4f
db "waste with you.", $57 para "Please take your"
line "waste with you."
done
; 0x194d67 ; 0x194d67
FuchsiaCity_MapEventHeader: ; 0x194d67 FuchsiaCity_MapEventHeader: ; 0x194d67

View File

@@ -249,131 +249,167 @@ MovementData_0x195f27: ; 0x195f27
; 0x195f35 ; 0x195f35
UnknownText_0x195f35: ; 0x195f35 UnknownText_0x195f35: ; 0x195f35
db $0, "Fufufufu…", $51 text "Fufufufu…"
db "I'm sorry to dis-", $4f
db "appoint you…", $51 para "I'm sorry to dis-"
db "I'm only joking!", $51 line "appoint you…"
db "I'm the real deal!", $51
db "JANINE of FUCHSIA", $4f para "I'm only joking!"
db "GYM, that's me!", $57
para "I'm the real deal!"
para "JANINE of FUCHSIA"
line "GYM, that's me!"
done
; 0x195fa1 ; 0x195fa1
UnknownText_0x195fa1: ; 0x195fa1 UnknownText_0x195fa1: ; 0x195fa1
db $0, "JANINE: You're a", $4f text "JANINE: You're a"
db "tough one. You", $55 line "tough one. You"
db "definitely won…", $51 cont "definitely won…"
db "Here's SOULBADGE.", $4f
db "Take it.", $57 para "Here's SOULBADGE."
line "Take it."
done
; 0x195feb ; 0x195feb
UnknownText_0x195feb: ; 0x195feb UnknownText_0x195feb: ; 0x195feb
db $0, $52, " received", $4f text $52, " received"
db "SOULBADGE.", $57 line "SOULBADGE."
done
; 0x196002 ; 0x196002
UnknownText_0x196002: ; 0x196002 UnknownText_0x196002: ; 0x196002
db $0, "JANINE: You're so", $4f text "JANINE: You're so"
db "tough! I have a", $55 line "tough! I have a"
db "special gift!", $51 cont "special gift!"
db "It's TOXIC, a pow-", $4f
db "erful poison that", $51 para "It's TOXIC, a pow-"
db "steadily saps the", $4f line "erful poison that"
db "victim's HP.", $57
para "steadily saps the"
line "victim's HP."
done
; 0x196074 ; 0x196074
UnknownText_0x196074: ; 0x196074 UnknownText_0x196074: ; 0x196074
db $0, "JANINE: I'm going", $4f text "JANINE: I'm going"
db "to really apply", $51 line "to really apply"
db "myself and improve", $4f
db "my skills.", $51 para "myself and improve"
db "I want to become", $4f line "my skills."
db "better than both", $55
db "Father and you!", $57 para "I want to become"
line "better than both"
cont "Father and you!"
done
; 0x1960e6 ; 0x1960e6
UnknownText_0x1960e6: ; 0x1960e6 UnknownText_0x1960e6: ; 0x1960e6
db $0, "Fufufu!", $51 text "Fufufu!"
db "I'm JANINE, the", $4f
db "GYM LEADER!", $51 para "I'm JANINE, the"
db "No, I'm not!", $4f line "GYM LEADER!"
db "Gotcha, sucker!", $57
para "No, I'm not!"
line "Gotcha, sucker!"
done
; 0x196126 ; 0x196126
UnknownText_0x196126: ; 0x196126 UnknownText_0x196126: ; 0x196126
db $0, "I had you fooled…", $57 text "I had you fooled…"
done
; 0x196139 ; 0x196139
UnknownText_0x196139: ; 0x196139 UnknownText_0x196139: ; 0x196139
db $0, "How will you dis-", $4f text "How will you dis-"
db "tinguish our real", $55 line "tinguish our real"
db "LEADER?", $57 cont "LEADER?"
done
; 0x196166 ; 0x196166
UnknownText_0x196166: ; 0x196166 UnknownText_0x196166: ; 0x196166
db $0, "Fooled you!", $4f text "Fooled you!"
db "Hahaha!", $57 line "Hahaha!"
done
; 0x19617b ; 0x19617b
UnknownText_0x19617b: ; 0x19617b UnknownText_0x19617b: ; 0x19617b
db $0, "Ooh… I lost…", $4f text "Ooh… I lost…"
db "You're not weak…", $57 line "You're not weak…"
done
; 0x196199 ; 0x196199
UnknownText_0x196199: ; 0x196199 UnknownText_0x196199: ; 0x196199
db $0, "Well? Wasn't my", $4f text "Well? Wasn't my"
db "disguise perfect?", $57 line "disguise perfect?"
done
; 0x1961bb ; 0x1961bb
UnknownText_0x1961bb: ; 0x1961bb UnknownText_0x1961bb: ; 0x1961bb
db $0, "I'm JANINE!", $51 text "I'm JANINE!"
db "How did you know I", $4f
db "was real?", $51 para "How did you know I"
db "Let's battle!", $57 line "was real?"
para "Let's battle!"
done
; 0x1961f1 ; 0x1961f1
UnknownText_0x1961f1: ; 0x1961f1 UnknownText_0x1961f1: ; 0x1961f1
db $0, "Darn it!", $4f text "Darn it!"
db "I wanted to win!", $57 line "I wanted to win!"
done
; 0x19620c ; 0x19620c
UnknownText_0x19620c: ; 0x19620c UnknownText_0x19620c: ; 0x19620c
db $0, "You must be", $4f text "You must be"
db "getting tired.", $57 line "getting tired."
done
; 0x196228 ; 0x196228
UnknownText_0x196228: ; 0x196228 UnknownText_0x196228: ; 0x196228
db $0, "Wahahaha!", $51 text "Wahahaha!"
db "You betcha!", $4f
db "I'm JANINE!", $57 para "You betcha!"
line "I'm JANINE!"
done
; 0x19624a ; 0x19624a
UnknownText_0x19624a: ; 0x19624a UnknownText_0x19624a: ; 0x19624a
db $0, "My disguise was", $4f text "My disguise was"
db "right on! Dang!", $57 line "right on! Dang!"
done
; 0x19626b ; 0x19626b
UnknownText_0x19626b: ; 0x19626b UnknownText_0x19626b: ; 0x19626b
db $0, "Hey, you. Was my", $4f text "Hey, you. Was my"
db "disguise cute or", $55 line "disguise cute or"
db "what, huh?", $57 cont "what, huh?"
done
; 0x196299 ; 0x196299
FuchsiaGymGuyText: ; 0x196299 FuchsiaGymGuyText: ; 0x196299
db $0, "Yo, CHAMP in", $4f text "Yo, CHAMP in"
db "making!", $51 line "making!"
db "Whoops! Take a", $4f
db "good look around", $51 para "Whoops! Take a"
db "you. The trainers", $4f line "good look around"
db "all look like the", $55
db "LEADER, JANINE.", $51 para "you. The trainers"
db "Which of them is", $4f line "all look like the"
db "the real JANINE?", $57 cont "LEADER, JANINE."
para "Which of them is"
line "the real JANINE?"
done
; 0x196325 ; 0x196325
FuchsiaGymGuyWinText: ; 0x196325 FuchsiaGymGuyWinText: ; 0x196325
db $0, "That was a great", $4f text "That was a great"
db "battle, trainer", $55 line "battle, trainer"
db "from JOHTO!", $57 cont "from JOHTO!"
done
; 0x196353 ; 0x196353
FuchsiaGym_MapEventHeader: ; 0x196353 FuchsiaGym_MapEventHeader: ; 0x196353

View File

@@ -22,17 +22,20 @@ CooltrainerFScript_0x195cf2: ; 0x195cf2
; 0x195cf5 ; 0x195cf5
UnknownText_0x195cf5: ; 0x195cf5 UnknownText_0x195cf5: ; 0x195cf5
db $0, "I was hoping to", $4f text "I was hoping to"
db "buy some SAFARI", $51 line "buy some SAFARI"
db "ZONE souvenirs,", $4f
db "but it's closed…", $57 para "ZONE souvenirs,"
line "but it's closed…"
done
; 0x195d36 ; 0x195d36
UnknownText_0x195d36: ; 0x195d36 UnknownText_0x195d36: ; 0x195d36
db $0, "The SAFARI ZONE", $4f text "The SAFARI ZONE"
db "WARDEN's grand-", $55 line "WARDEN's grand-"
db "daughter lives in", $55 cont "daughter lives in"
db "town.", $57 cont "town."
done
; 0x195d6e ; 0x195d6e
FuchsiaMart_MapEventHeader: ; 0x195d6e FuchsiaMart_MapEventHeader: ; 0x195d6e

View File

@@ -64,29 +64,35 @@ MovementData_0x196486: ; 0x196486
; 0x196494 ; 0x196494
UnknownText_0x196494: ; 0x196494 UnknownText_0x196494: ; 0x196494
db $0, "Hey! You have a", $4f text "Hey! You have a"
db "brand new kind of", $55 line "brand new kind of"
db "#DEX.", $51 cont "#DEX."
db "Did PROF.OAK give", $4f
db "that to you?", $57 para "Did PROF.OAK give"
line "that to you?"
done
; 0x1964dc ; 0x1964dc
UnknownText_0x1964dc: ; 0x1964dc UnknownText_0x1964dc: ; 0x1964dc
db $0, "I got quite a", $4f text "I got quite a"
db "shock at the GYM.", $51 line "shock at the GYM."
db "There were all", $4f
db "these girls who", $55 para "There were all"
db "looked identical.", $57 line "these girls who"
cont "looked identical."
done
; 0x19652e ; 0x19652e
UnknownText_0x19652e: ; 0x19652e UnknownText_0x19652e: ; 0x19652e
db $0, "I'm JANINE! Hocus-", $4f text "I'm JANINE! Hocus-"
db "pocus… Poof!", $57 line "pocus… Poof!"
done
; 0x19654e ; 0x19654e
UnknownText_0x19654e: ; 0x19654e UnknownText_0x19654e: ; 0x19654e
db $0, "See? I look just", $4f text "See? I look just"
db "like her now!", $57 line "like her now!"
done
; 0x19656e ; 0x19656e
FuchsiaPokeCenter1F_MapEventHeader: ; 0x19656e FuchsiaPokeCenter1F_MapEventHeader: ; 0x19656e

View File

@@ -52,51 +52,64 @@ MapGoldenrodBikeShopSignpost8Script: ; 0x54784
; 0x54787 ; 0x54787
UnknownText_0x54787: ; 0x54787 UnknownText_0x54787: ; 0x54787
db $0, "…sigh… I moved", $4f text "…sigh… I moved"
db "here, but I can't", $51 line "here, but I can't"
db "sell my BICYCLES.", $4f
db "Why is that?", $51 para "sell my BICYCLES."
db "Could you ride a", $4f line "Why is that?"
db "BICYCLE and adver-", $55
db "tise for me?", $57 para "Could you ride a"
line "BICYCLE and adver-"
cont "tise for me?"
done
; 0x547f8 ; 0x547f8
UnknownText_0x547f8: ; 0x547f8 UnknownText_0x547f8: ; 0x547f8
db $0, "Really? Great!", $51 text "Really? Great!"
db "Give me your name", $4f
db "and phone number,", $51 para "Give me your name"
db "and I'll loan you", $4f line "and phone number,"
db "a BICYCLE.", $57
para "and I'll loan you"
line "a BICYCLE."
done
; 0x54848 ; 0x54848
UnknownText_0x54848: ; 0x54848 UnknownText_0x54848: ; 0x54848
db $0, $52, " borrowed a", $4f text $52, " borrowed a"
db "BICYCLE.", $57 line "BICYCLE."
done
; 0x5485f ; 0x5485f
UnknownText_0x5485f: ; 0x5485f UnknownText_0x5485f: ; 0x5485f
db $0, "My BICYCLES are", $4f text "My BICYCLES are"
db "first-rate! You", $51 line "first-rate! You"
db "can ride them", $4f
db "anywhere.", $57 para "can ride them"
line "anywhere."
done
; 0x54898 ; 0x54898
UnknownText_0x54898: ; 0x54898 UnknownText_0x54898: ; 0x54898
db $0, "…sigh… Oh, for", $4f text "…sigh… Oh, for"
db "the kindness of", $55 line "the kindness of"
db "people…", $57 cont "people…"
done
; 0x548c0 ; 0x548c0
; possibly unused ; possibly unused
UnknownText_0x548c0: ; 0x548c0 UnknownText_0x548c0: ; 0x548c0
db $0, "Just released!", $51 text "Just released!"
db "First-rate compact", $4f
db "BICYCLES!", $57 para "First-rate compact"
line "BICYCLES!"
done
; 0x548ed ; 0x548ed
UnknownText_0x548ed: ; 0x548ed UnknownText_0x548ed: ; 0x548ed
db $0, "It's a shiny new", $4f text "It's a shiny new"
db "BICYCLE!", $57 line "BICYCLE!"
done
; 0x54907 ; 0x54907
GoldenrodBikeShop_MapEventHeader: ; 0x54907 GoldenrodBikeShop_MapEventHeader: ; 0x54907

View File

@@ -117,118 +117,151 @@ MapGoldenrodBillsHouseSignpost2Script: ; 0x54c71
; 0x54c74 ; 0x54c74
UnknownText_0x54c74: ; 0x54c74 UnknownText_0x54c74: ; 0x54c74
db $0, "BILL: Hi, ", $52, "!", $4f text "BILL: Hi, ", $52, "!"
db "Do us a favor and", $55 line "Do us a favor and"
db "take this EEVEE.", $51 cont "take this EEVEE."
db "It came over when", $4f
db "I was adjusting", $55 para "It came over when"
db "the TIME CAPSULE.", $51 line "I was adjusting"
db "Someone has to", $4f cont "the TIME CAPSULE."
db "take care of it,", $51
db "but I don't like", $4f para "Someone has to"
db "being outside.", $51 line "take care of it,"
db "Can I count on you", $4f
db "to play with it,", $55 para "but I don't like"
db $52, "?", $57 line "being outside."
para "Can I count on you"
line "to play with it,"
cont $52, "?"
done
; 0x54d3f ; 0x54d3f
UnknownText_0x54d3f: ; 0x54d3f UnknownText_0x54d3f: ; 0x54d3f
db $0, "BILL: I knew you'd", $4f text "BILL: I knew you'd"
db "come through!", $51 line "come through!"
db "Way to go! You're", $4f
db "the real deal!", $51 para "Way to go! You're"
db "OK, I'm counting", $4f line "the real deal!"
db "on you.", $51
db "Take good care of", $4f para "OK, I'm counting"
db "it!", $57 line "on you."
para "Take good care of"
line "it!"
done
; 0x54dae ; 0x54dae
UnknownText_0x54dae: ; 0x54dae UnknownText_0x54dae: ; 0x54dae
db $0, $52, " received", $4f text $52, " received"
db "EEVEE!", $57 line "EEVEE!"
done
; 0x54dc1 ; 0x54dc1
UnknownText_0x54dc1: ; 0x54dc1 UnknownText_0x54dc1: ; 0x54dc1
db $0, "BILL: PROF.ELM", $4f text "BILL: PROF.ELM"
db "claims EEVEE may", $51 line "claims EEVEE may"
db "evolve in new and", $4f
db "unknown ways.", $57 para "evolve in new and"
line "unknown ways."
done
; 0x54e02 ; 0x54e02
UnknownText_0x54e02: ; 0x54e02 UnknownText_0x54e02: ; 0x54e02
db $0, "Whoa, wait. You", $4f text "Whoa, wait. You"
db "can't carry any", $55 line "can't carry any"
db "more #MON.", $57 cont "more #MON."
done
; 0x54e2d ; 0x54e2d
UnknownText_0x54e2d: ; 0x54e2d UnknownText_0x54e2d: ; 0x54e2d
db $0, "Oh… Now what to", $4f text "Oh… Now what to"
db "do?", $57 line "do?"
done
; 0x54e42 ; 0x54e42
UnknownText_0x54e42: ; 0x54e42 UnknownText_0x54e42: ; 0x54e42
db $0, "BILL: My pop, he", $4f text "BILL: My pop, he"
db "won't work. All he", $51 line "won't work. All he"
db "does is goof off", $4f
db "all day long.", $51 para "does is goof off"
db "He's getting to be", $4f line "all day long."
db "a real headache…", $57
para "He's getting to be"
line "a real headache…"
done
; 0x54ea8 ; 0x54ea8
UnknownText_0x54ea8: ; 0x54ea8 UnknownText_0x54ea8: ; 0x54ea8
db $0, "Oh, you collect", $4f text "Oh, you collect"
db "#MON? My son", $55 line "#MON? My son"
db "BILL is an expert.", $51 cont "BILL is an expert."
db "He just got called", $4f
db "to the #MON", $51 para "He just got called"
db "CENTER in ECRUTEAK", $4f line "to the #MON"
db "CITY.", $51
db "My husband went", $4f para "CENTER in ECRUTEAK"
db "off to the GAME", $51 line "CITY."
db "CORNER without", $4f
db "being called…", $57 para "My husband went"
line "off to the GAME"
para "CORNER without"
line "being called…"
done
; 0x54f4e ; 0x54f4e
UnknownText_0x54f4e: ; 0x54f4e UnknownText_0x54f4e: ; 0x54f4e
db $0, "My husband was", $4f text "My husband was"
db "once known as a", $51 line "once known as a"
db "#MANIAC.", $4f
db "BILL must have", $51 para "#MANIAC."
db "taken after his", $4f line "BILL must have"
db "father.", $57
para "taken after his"
line "father."
done
; 0x54f9e ; 0x54f9e
UnknownText_0x54f9e: ; 0x54f9e UnknownText_0x54f9e: ; 0x54f9e
db $0, "Are you a trainer?", $51 text "Are you a trainer?"
db "I've got a useful", $4f
db "phone number for", $55 para "I've got a useful"
db "you.", $57 line "phone number for"
cont "you."
done
; 0x54fd9 ; 0x54fd9
UnknownText_0x54fd9: ; 0x54fd9 UnknownText_0x54fd9: ; 0x54fd9
db $0, $52, " recorded", $4f text $52, " recorded"
db "BILL's number.", $57 line "BILL's number."
done
; 0x54ff3 ; 0x54ff3
UnknownText_0x54ff3: ; 0x54ff3 UnknownText_0x54ff3: ; 0x54ff3
db $0, "My brother made", $4f text "My brother made"
db "the PC #MON", $55 line "the PC #MON"
db "storage system.", $51 cont "storage system."
db "I was going to", $4f
db "give you BILL's", $55 para "I was going to"
db "number…", $57 line "give you BILL's"
cont "number…"
done
; 0x55046 ; 0x55046
UnknownText_0x55046: ; 0x55046 UnknownText_0x55046: ; 0x55046
db $0, "You can't record", $4f text "You can't record"
db "any more numbers.", $57 line "any more numbers."
done
; 0x55069 ; 0x55069
UnknownText_0x55069: ; 0x55069 UnknownText_0x55069: ; 0x55069
db $0, "My big brother", $4f text "My big brother"
db "BILL made the PC", $51 line "BILL made the PC"
db "#MON storage", $4f
db "system.", $57 para "#MON storage"
line "system."
done
; 0x5509f ; 0x5509f
GoldenrodBillsHouse_MapEventHeader: ; 0x5509f GoldenrodBillsHouse_MapEventHeader: ; 0x5509f

View File

@@ -320,243 +320,304 @@ MovementData_0x198a63: ; 0x198a63
; 0x198a69 ; 0x198a69
UnknownText_0x198a69: ; 0x198a69 UnknownText_0x198a69: ; 0x198a69
db $0, "They built the new", $4f text "They built the new"
db "RADIO TOWER to", $51 line "RADIO TOWER to"
db "replace the old,", $4f
db "creaky one.", $57 para "replace the old,"
line "creaky one."
done
; 0x198aa9 ; 0x198aa9
UnknownText_0x198aa9: ; 0x198aa9 UnknownText_0x198aa9: ; 0x198aa9
db $0, "I know there's a", $4f text "I know there's a"
db "new BIKE SHOP, but", $51 line "new BIKE SHOP, but"
db "I can't find it", $4f
db "anywhere.", $57 para "I can't find it"
line "anywhere."
done
; 0x198ae6 ; 0x198ae6
UnknownText_0x198ae6: ; 0x198ae6 UnknownText_0x198ae6: ; 0x198ae6
db $0, "Is that man in", $4f text "Is that man in"
db "black dressed up", $51 line "black dressed up"
db "like a TEAM ROCKET", $4f
db "member? How silly!", $57 para "like a TEAM ROCKET"
line "member? How silly!"
done
; 0x198b2d ; 0x198b2d
UnknownText_0x198b2d: ; 0x198b2d UnknownText_0x198b2d: ; 0x198b2d
db $0, "Was that man in", $4f text "Was that man in"
db "black really part", $51 line "black really part"
db "of TEAM ROCKET? I", $4f
db "can't believe it!", $57 para "of TEAM ROCKET? I"
line "can't believe it!"
done
; 0x198b73 ; 0x198b73
UnknownText_0x198b73: ; 0x198b73 UnknownText_0x198b73: ; 0x198b73
db $0, "The RADIO TOWER in", $4f text "The RADIO TOWER in"
db "GOLDENROD CITY is", $55 line "GOLDENROD CITY is"
db "a landmark.", $51 cont "a landmark."
db "They're running a", $4f
db "promotional cam- ", $55 para "They're running a"
db "paign right now.", $51 line "promotional cam- "
db "They'll modify", $4f cont "paign right now."
db "your #GEAR,", $51
db "so it can also", $4f para "They'll modify"
db "serve as a radio.", $57 line "your #GEAR,"
para "so it can also"
line "serve as a radio."
done
; 0x198c14 ; 0x198c14
UnknownText_0x198c14: ; 0x198c14 UnknownText_0x198c14: ; 0x198c14
db $0, "Oh, your #GEAR", $4f text "Oh, your #GEAR"
db "works as a radio!", $57 line "works as a radio!"
done
; 0x198c36 ; 0x198c36
UnknownText_0x198c36: ; 0x198c36 UnknownText_0x198c36: ; 0x198c36
db $0, "E-he-he-he…", $51 text "E-he-he-he…"
db "I got in trouble", $4f
db "for playing in the", $51 para "I got in trouble"
db "basement of the", $4f line "for playing in the"
db "DEPT.STORE.", $57
para "basement of the"
line "DEPT.STORE."
done
; 0x198c83 ; 0x198c83
UnknownText_0x198c83: ; 0x198c83 UnknownText_0x198c83: ; 0x198c83
db $0, "The man at that", $4f text "The man at that"
db "house rates your", $55 line "house rates your"
db "#MON names.", $51 cont "#MON names."
db "He can even rename", $4f
db "your #MON.", $57 para "He can even rename"
line "your #MON."
done
; 0x198ccf ; 0x198ccf
UnknownText_0x198ccf: ; 0x198ccf UnknownText_0x198ccf: ; 0x198ccf
db $0, "Whew! This is one", $4f text "Whew! This is one"
db "big town. I don't", $51 line "big town. I don't"
db "know where any-", $4f
db "thing is.", $57 para "know where any-"
line "thing is."
done
; 0x198d0d ; 0x198d0d
UnknownText_0x198d0d: ; 0x198d0d UnknownText_0x198d0d: ; 0x198d0d
db $0, "So this is the", $4f text "So this is the"
db "RADIO TOWER…", $57 line "RADIO TOWER…"
done
; 0x198d2a ; 0x198d2a
UnknownText_0x198d2a: ; 0x198d2a UnknownText_0x198d2a: ; 0x198d2a
db $0, "What do you want,", $4f text "What do you want,"
db "you pest? Scram!", $57 line "you pest? Scram!"
done
; 0x198d4e ; 0x198d4e
UnknownText_0x198d4e: ; 0x198d4e UnknownText_0x198d4e: ; 0x198d4e
db $0, "Stay out of the", $4f text "Stay out of the"
db "way! Beat it!", $57 line "way! Beat it!"
done
; 0x198d6d ; 0x198d6d
UnknownText_0x198d6d: ; 0x198d6d UnknownText_0x198d6d: ; 0x198d6d
db $0, "Take over the", $4f text "Take over the"
db "RADIO TOWER…", $51 line "RADIO TOWER…"
db "What? It's none of", $4f
db "your business!", $57 para "What? It's none of"
line "your business!"
done
; 0x198daa ; 0x198daa
UnknownText_0x198daa: ; 0x198daa UnknownText_0x198daa: ; 0x198daa
db $0, "#MON? They're", $4f text "#MON? They're"
db "nothing more than", $51 line "nothing more than"
db "tools for making", $4f
db "money!", $57 para "tools for making"
line "money!"
done
; 0x198de2 ; 0x198de2
UnknownText_0x198de2: ; 0x198de2 UnknownText_0x198de2: ; 0x198de2
db $0, "Our dream will", $4f text "Our dream will"
db "soon come true…", $51 line "soon come true…"
db "It was such a long", $4f
db "struggle…", $57 para "It was such a long"
line "struggle…"
done
; 0x198e1f ; 0x198e1f
UnknownText_0x198e1f: ; 0x198e1f UnknownText_0x198e1f: ; 0x198e1f
db $0, "Hey, brat! You", $4f text "Hey, brat! You"
db "don't belong here!", $55 line "don't belong here!"
db "Get lost!", $57 cont "Get lost!"
done
; 0x198e4b ; 0x198e4b
UnknownText_0x198e4b: ; 0x198e4b UnknownText_0x198e4b: ; 0x198e4b
db $0, "Come taste the", $4f text "Come taste the"
db "true terror of", $55 line "true terror of"
db "TEAM ROCKET!", $57 cont "TEAM ROCKET!"
done
; 0x198e77 ; 0x198e77
UnknownText_0x198e77: ; 0x198e77 UnknownText_0x198e77: ; 0x198e77
db $0, "GOLDENROD CITY", $4f text "GOLDENROD CITY"
db "STATION", $57 line "STATION"
done
; 0x198e8f ; 0x198e8f
UnknownText_0x198e8f: ; 0x198e8f UnknownText_0x198e8f: ; 0x198e8f
db $0, "GOLDENROD CITY", $4f text "GOLDENROD CITY"
db "RADIO TOWER", $57 line "RADIO TOWER"
done
; 0x198eab ; 0x198eab
UnknownText_0x198eab: ; 0x198eab UnknownText_0x198eab: ; 0x198eab
db $0, "Full Selection of", $4f text "Full Selection of"
db "#MON Goods!", $51 line "#MON Goods!"
db "GOLDENROD CITY", $4f
db "DEPT.STORE", $57 para "GOLDENROD CITY"
line "DEPT.STORE"
done
; 0x198ee4 ; 0x198ee4
UnknownText_0x198ee4: ; 0x198ee4 UnknownText_0x198ee4: ; 0x198ee4
db $0, "GOLDENROD CITY", $4f text "GOLDENROD CITY"
db "#MON GYM", $55 line "#MON GYM"
db "LEADER: WHITNEY", $51 cont "LEADER: WHITNEY"
db "The Incredibly", $4f
db "Pretty Girl!", $57 para "The Incredibly"
line "Pretty Girl!"
done
; 0x198f29 ; 0x198f29
UnknownText_0x198f29: ; 0x198f29 UnknownText_0x198f29: ; 0x198f29
db $0, "GOLDENROD CITY", $51 text "GOLDENROD CITY"
db "The Festive City", $4f
db "of Opulent Charm", $57 para "The Festive City"
line "of Opulent Charm"
done
; 0x198f5b ; 0x198f5b
UnknownText_0x198f5b: ; 0x198f5b UnknownText_0x198f5b: ; 0x198f5b
db $0, "The World is a", $4f text "The World is a"
db "Cycle Path!", $55 line "Cycle Path!"
db "BIKE SHOP", $57 cont "BIKE SHOP"
done
; 0x198f81 ; 0x198f81
UnknownText_0x198f81: ; 0x198f81 UnknownText_0x198f81: ; 0x198f81
db $0, "Your Playground!", $51 text "Your Playground!"
db "GOLDENROD CITY", $4f
db "GAME CORNER", $57 para "GOLDENROD CITY"
line "GAME CORNER"
done
; 0x198fae ; 0x198fae
UnknownText_0x198fae: ; 0x198fae UnknownText_0x198fae: ; 0x198fae
db $0, "NAME RATER", $51 text "NAME RATER"
db "Get Your #MON", $4f
db "Nicknames Rated", $57 para "Get Your #MON"
line "Nicknames Rated"
done
; 0x198fd8 ; 0x198fd8
UnknownText_0x198fd8: ; 0x198fd8 UnknownText_0x198fd8: ; 0x198fd8
db $0, "UNDERGROUND", $4f text "UNDERGROUND"
db "ENTRANCE", $57 line "ENTRANCE"
done
; 0x198fee ; 0x198fee
UnknownText_0x198fee: ; 0x198fee UnknownText_0x198fee: ; 0x198fee
db $0, "UNDERGROUND", $4f text "UNDERGROUND"
db "ENTRANCE", $57 line "ENTRANCE"
done
; 0x199004 ; 0x199004
UnknownText_0x199004: ; 0x199004 UnknownText_0x199004: ; 0x199004
db $0, "For Mobile Tips!", $4f text "For Mobile Tips!"
db "#COM CENTER", $57 line "#COM CENTER"
done
; 0x199022 ; 0x199022
UnknownText_0x199022: ; 0x199022 UnknownText_0x199022: ; 0x199022
db $0, "Blooming Beautiful", $4f text "Blooming Beautiful"
db "FLOWER SHOP", $57 line "FLOWER SHOP"
done
; 0x199042 ; 0x199042
UnknownText_0x199042: ; 0x199042 UnknownText_0x199042: ; 0x199042
db $0, "I can teach your", $4f text "I can teach your"
db "#MON amazing", $51 line "#MON amazing"
db "moves if you'd", $4f
db "like.", $51 para "moves if you'd"
db "Should I teach a", $4f line "like."
db "new move?", $57
para "Should I teach a"
line "new move?"
done
; 0x199090 ; 0x199090
UnknownText_0x199090: ; 0x199090 UnknownText_0x199090: ; 0x199090
db $0, "It will cost you", $4f text "It will cost you"
db "4000 coins. Okay?", $57 line "4000 coins. Okay?"
done
; 0x1990b4 ; 0x1990b4
UnknownText_0x1990b4: ; 0x1990b4 UnknownText_0x1990b4: ; 0x1990b4
db $0, "Aww… But they're", $4f text "Aww… But they're"
db "amazing…", $57 line "amazing…"
done
; 0x1990ce ; 0x1990ce
UnknownText_0x1990ce: ; 0x1990ce UnknownText_0x1990ce: ; 0x1990ce
db $0, "Wahahah! You won't", $4f text "Wahahah! You won't"
db "regret it!", $51 line "regret it!"
db "Which move should", $4f
db "I teach?", $57 para "Which move should"
line "I teach?"
done
; 0x199107 ; 0x199107
UnknownText_0x199107: ; 0x199107 UnknownText_0x199107: ; 0x199107
db $0, "Hm, too bad. I'll", $4f text "Hm, too bad. I'll"
db "have to get some", $55 line "have to get some"
db "cash from home…", $57 cont "cash from home…"
done
; 0x19913a ; 0x19913a
UnknownText_0x19913a: ; 0x19913a UnknownText_0x19913a: ; 0x19913a
db $0, "If you understand", $4f text "If you understand"
db "what's so amazing", $51 line "what's so amazing"
db "about this move,", $4f
db "you've made it as", $55 para "about this move,"
db "a trainer.", $57 line "you've made it as"
cont "a trainer."
done
; 0x19918b ; 0x19918b
UnknownText_0x19918b: ; 0x19918b UnknownText_0x19918b: ; 0x19918b
db $0, "Wahahah!", $4f text "Wahahah!"
db "Farewell, kid!", $57 line "Farewell, kid!"
done
; 0x1991a4 ; 0x1991a4
UnknownText_0x1991a4: ; 0x1991a4 UnknownText_0x1991a4: ; 0x1991a4
db $0, "B-but…", $57 text "B-but…"
done
; 0x1991ac ; 0x1991ac
UnknownText_0x1991ac: ; 0x1991ac UnknownText_0x1991ac: ; 0x1991ac
db $0, "…You don't have", $4f text "…You don't have"
db "enough coins here…", $57 line "enough coins here…"
done
; 0x1991cf ; 0x1991cf
UnknownText_0x1991cf: ; 0x1991cf UnknownText_0x1991cf: ; 0x1991cf

View File

@@ -31,43 +31,57 @@ MapGoldenrodDeptStore1FSignpost1Script: ; 0x55990
; 0x55993 ; 0x55993
UnknownText_0x55993: ; 0x55993 UnknownText_0x55993: ; 0x55993
db $0, "Welcome to GOLDEN-", $4f text "Welcome to GOLDEN-"
db "ROD DEPT.STORE.", $57 line "ROD DEPT.STORE."
done
; 0x559b7 ; 0x559b7
UnknownText_0x559b7: ; 0x559b7 UnknownText_0x559b7: ; 0x559b7
db $0, "The DEPT.STORE", $4f text "The DEPT.STORE"
db "has a decent se-", $55 line "has a decent se-"
db "lection.", $51 cont "lection."
db "But some items", $4f
db "are only available", $51 para "But some items"
db "as GAME CORNER", $4f line "are only available"
db "prizes.", $57
para "as GAME CORNER"
line "prizes."
done
; 0x55a1a ; 0x55a1a
UnknownText_0x55a1a: ; 0x55a1a UnknownText_0x55a1a: ; 0x55a1a
db $0, "I'm raring to shop", $4f text "I'm raring to shop"
db "again today!", $57 line "again today!"
done
; 0x55a3a ; 0x55a3a
UnknownText_0x55a3a: ; 0x55a3a UnknownText_0x55a3a: ; 0x55a3a
db $0, "Mom's good at", $4f text "Mom's good at"
db "bargain hunting.", $51 line "bargain hunting."
db "She always buys", $4f
db "stuff at lower", $55 para "She always buys"
db "prices.", $57 line "stuff at lower"
cont "prices."
done
; 0x55a80 ; 0x55a80
UnknownText_0x55a80: ; 0x55a80 UnknownText_0x55a80: ; 0x55a80
db $0, "1F SERVICE COUNTER", $51 text "1F SERVICE COUNTER"
db "2F TRAINER'S", $4f
db " MARKET", $51 para "2F TRAINER'S"
db "3F BATTLE", $4f line " MARKET"
db " COLLECTION", $51
db "4F MEDICINE BOX", $51 para "3F BATTLE"
db "5F TM CORNER", $51 line " COLLECTION"
db "6F TRANQUIL SQUARE", $51
db "ROOFTOP LOOKOUT", $57 para "4F MEDICINE BOX"
para "5F TM CORNER"
para "6F TRANQUIL SQUARE"
para "ROOFTOP LOOKOUT"
done
; 0x55b03 ; 0x55b03
GoldenrodDeptStore1F_MapEventHeader: ; 0x55b03 GoldenrodDeptStore1F_MapEventHeader: ; 0x55b03

View File

@@ -44,54 +44,67 @@ MapGoldenrodDeptStore2FSignpost1Script: ; 0x55b79
; possibly unused ; possibly unused
UnknownText_0x55b7c: ; 0x55b7c UnknownText_0x55b7c: ; 0x55b7c
db $0, "We intend to sell", $4f text "We intend to sell"
db "items for #MON", $55 line "items for #MON"
db "to hold.", $51 cont "to hold."
db "This is a free", $4f
db "gift. Have a #-", $55 para "This is a free"
db "MON hold it.", $57 line "gift. Have a #-"
cont "MON hold it."
done
; 0x55bd3 ; 0x55bd3
; possibly unused ; possibly unused
UnknownText_0x55bd3: ; 0x55bd3 UnknownText_0x55bd3: ; 0x55bd3
db $0, "By giving #MON", $4f text "By giving #MON"
db "items to hold, I", $51 line "items to hold, I"
db "bet trainers will", $4f
db "develop new battle", $55 para "bet trainers will"
db "techniques.", $57 line "develop new battle"
cont "techniques."
done
; 0x55c25 ; 0x55c25
UnknownText_0x55c25: ; 0x55c25 UnknownText_0x55c25: ; 0x55c25
db $0, "#GEAR can store", $4f text "#GEAR can store"
db "up to ten phone", $55 line "up to ten phone"
db "numbers.", $51 cont "numbers."
db "It's hard to de-", $4f
db "cide which numbers", $55 para "It's hard to de-"
db "to keep.", $57 line "cide which numbers"
cont "to keep."
done
; 0x55c7b ; 0x55c7b
UnknownText_0x55c7b: ; 0x55c7b UnknownText_0x55c7b: ; 0x55c7b
db $0, "I got my ABRA at", $4f text "I got my ABRA at"
db "the GAME CORNER.", $51 line "the GAME CORNER."
db "Now it's my best", $4f
db "partner.", $57 para "Now it's my best"
line "partner."
done
; 0x55cb7 ; 0x55cb7
UnknownText_0x55cb7: ; 0x55cb7 UnknownText_0x55cb7: ; 0x55cb7
db $0, "This DEPT.STORE", $4f text "This DEPT.STORE"
db "makes me realize", $51 line "makes me realize"
db "that GOLDENROD is", $4f
db "a big city.", $51 para "that GOLDENROD is"
db "The selection here", $4f line "a big city."
db "is unmatched any-", $55
db "where else.", $57 para "The selection here"
line "is unmatched any-"
cont "where else."
done
; 0x55d28 ; 0x55d28
UnknownText_0x55d28: ; 0x55d28 UnknownText_0x55d28: ; 0x55d28
db $0, "Your Travel", $4f text "Your Travel"
db "Companion", $51 line "Companion"
db "2F TRAINER'S", $4f
db " MARKET", $57 para "2F TRAINER'S"
line " MARKET"
done
; 0x55d56 ; 0x55d56
GoldenrodDeptStore2F_MapEventHeader: ; 0x55d56 GoldenrodDeptStore2F_MapEventHeader: ; 0x55d56

View File

@@ -31,27 +31,33 @@ MapGoldenrodDeptStore3FSignpost1Script: ; 0x55dc9
; 0x55dcc ; 0x55dcc
UnknownText_0x55dcc: ; 0x55dcc UnknownText_0x55dcc: ; 0x55dcc
db $0, "I, I, I'm really", $4f text "I, I, I'm really"
db "impatient!", $51 line "impatient!"
db "I use X SPEED in", $4f
db "battle to speed up", $55 para "I use X SPEED in"
db "my #MON.", $57 line "battle to speed up"
cont "my #MON."
done
; 0x55e15 ; 0x55e15
UnknownText_0x55e15: ; 0x55e15 UnknownText_0x55e15: ; 0x55e15
db $0, "Hey! When you bat-", $4f text "Hey! When you bat-"
db "tle, do you use X", $55 line "tle, do you use X"
db "SPECIAL?", $51 cont "SPECIAL?"
db "It's awesome. It", $4f
db "really jacks up", $55 para "It's awesome. It"
db "SPECIAL ATTACK!", $57 line "really jacks up"
cont "SPECIAL ATTACK!"
done
; 0x55e74 ; 0x55e74
UnknownText_0x55e74: ; 0x55e74 UnknownText_0x55e74: ; 0x55e74
db $0, "For Victory", $4f text "For Victory"
db "Seekers", $51 line "Seekers"
db "3F BATTLE", $4f
db " COLLECTION", $57 para "3F BATTLE"
line " COLLECTION"
done
; 0x55ea1 ; 0x55ea1
GoldenrodDeptStore3F_MapEventHeader: ; 0x55ea1 GoldenrodDeptStore3F_MapEventHeader: ; 0x55ea1

View File

@@ -41,35 +41,45 @@ MapGoldenrodDeptStore4FSignpost1Script: ; 0x55f05
; 0x55f08 ; 0x55f08
UnknownText_0x55f08: ; 0x55f08 UnknownText_0x55f08: ; 0x55f08
db $0, "Hey. I love strong", $4f text "Hey. I love strong"
db "#MON.", $51 line "#MON."
db "I feed them PRO-", $4f
db "TEIN to crank up", $55 para "I feed them PRO-"
db "their ATTACK.", $57 line "TEIN to crank up"
cont "their ATTACK."
done
; 0x55f52 ; 0x55f52
UnknownText_0x55f52: ; 0x55f52 UnknownText_0x55f52: ; 0x55f52
db $0, "IRON adds to your", $4f text "IRON adds to your"
db "#MON's DEFENSE.", $57 line "#MON's DEFENSE."
done
; 0x55f74 ; 0x55f74
UnknownText_0x55f74: ; 0x55f74 UnknownText_0x55f74: ; 0x55f74
db $0, "Some #MON", $4f text "Some #MON"
db "evolve only by", $51 line "evolve only by"
db "being traded via a", $4f
db "Game Link cable.", $51 para "being traded via a"
db "I know of four:", $4f line "Game Link cable."
db "MACHOKE, KADABRA,", $51
db "HAUNTER and, um,", $4f para "I know of four:"
db "GRAVELER.", $51 line "MACHOKE, KADABRA,"
db "I heard there are", $4f
db "others too.", $57 para "HAUNTER and, um,"
line "GRAVELER."
para "I heard there are"
line "others too."
done
; 0x5600d ; 0x5600d
UnknownText_0x5600d: ; 0x5600d UnknownText_0x5600d: ; 0x5600d
db $0, "Let Us Pump Up", $4f text "Let Us Pump Up"
db "Your #MON!", $51 line "Your #MON!"
db "4F MEDICINE BOX", $57
para "4F MEDICINE BOX"
done
; 0x56038 ; 0x56038
GoldenrodDeptStore4F_MapEventHeader: ; 0x56038 GoldenrodDeptStore4F_MapEventHeader: ; 0x56038

View File

@@ -157,72 +157,90 @@ MapGoldenrodDeptStore5FSignpost1Script: ; 0x56140
; 0x56143 ; 0x56143
UnknownText_0x56143: ; 0x56143 UnknownText_0x56143: ; 0x56143
db $0, "Hello. Oh, your", $4f text "Hello. Oh, your"
db "#MON…", $57 line "#MON…"
done
; 0x5615a ; 0x5615a
UnknownText_0x5615a: ; 0x5615a UnknownText_0x5615a: ; 0x5615a
db $0, "It's very attached", $4f text "It's very attached"
db "to you.", $51 line "to you."
db "This move should", $4f
db "be perfect for a", $55 para "This move should"
db "pair like you.", $57 line "be perfect for a"
cont "pair like you."
done
; 0x561a6 ; 0x561a6
UnknownText_0x561a6: ; 0x561a6 UnknownText_0x561a6: ; 0x561a6
db $0, "It's adorable!", $51 text "It's adorable!"
db "You should teach", $4f
db "it good TM moves.", $57 para "You should teach"
line "it good TM moves."
done
; 0x561d8 ; 0x561d8
UnknownText_0x561d8: ; 0x561d8 UnknownText_0x561d8: ; 0x561d8
db $0, "It looks evil. How", $4f text "It looks evil. How"
db "about this TM for", $55 line "about this TM for"
db "it?", $57 cont "it?"
done
; 0x56202 ; 0x56202
UnknownText_0x56202: ; 0x56202 UnknownText_0x56202: ; 0x56202
db $0, "There are sure to", $4f text "There are sure to"
db "be TMs that are", $51 line "be TMs that are"
db "just perfect for", $4f
db "your #MON.", $57 para "just perfect for"
line "your #MON."
done
; 0x56241 ; 0x56241
UnknownText_0x56241: ; 0x56241 UnknownText_0x56241: ; 0x56241
db $0, "MYSTERY GIFT.", $51 text "MYSTERY GIFT."
db "With just a", $4f
db "little beep, you", $55 para "With just a"
db "get a gift.", $57 line "little beep, you"
cont "get a gift."
done
; 0x56279 ; 0x56279
UnknownText_0x56279: ; 0x56279 UnknownText_0x56279: ; 0x56279
db $0, "The MYSTERY GIFT", $4f text "The MYSTERY GIFT"
db "option requires a", $55 line "option requires a"
db "Game Boy Color.", $57 cont "Game Boy Color."
done
; 0x562ad ; 0x562ad
UnknownText_0x562ad: ; 0x562ad UnknownText_0x562ad: ; 0x562ad
db $0, "On Sundays, a lady", $4f text "On Sundays, a lady"
db "comes to check out", $55 line "comes to check out"
db "#MON.", $51 cont "#MON."
db "She even gives", $4f
db "away TMs!", $57 para "She even gives"
line "away TMs!"
done
; 0x562f3 ; 0x562f3
UnknownText_0x562f3: ; 0x562f3 UnknownText_0x562f3: ; 0x562f3
db $0, "You can't rename a", $4f text "You can't rename a"
db "#MON you get in", $55 line "#MON you get in"
db "a trade.", $51 cont "a trade."
db "The name is a re-", $4f
db "flection of the", $51 para "The name is a re-"
db "original trainer's", $4f line "flection of the"
db "feelings for it.", $57
para "original trainer's"
line "feelings for it."
done
; 0x56364 ; 0x56364
UnknownText_0x56364: ; 0x56364 UnknownText_0x56364: ; 0x56364
db $0, "Customize Your", $4f text "Customize Your"
db "#MON", $51 line "#MON"
db "5F TM CORNER", $57
para "5F TM CORNER"
done
; 0x56386 ; 0x56386
GoldenrodDeptStore5F_MapEventHeader: ; 0x56386 GoldenrodDeptStore5F_MapEventHeader: ; 0x56386

View File

@@ -108,51 +108,63 @@ MapGoldenrodDeptStore6FSignpost1Script: ; 0x564c8
; 0x564cb ; 0x564cb
UnknownText_0x564cb: ; 0x564cb UnknownText_0x564cb: ; 0x564cb
db $0, "A vending machine!", $4f text "A vending machine!"
db "Here's the menu.", $57 line "Here's the menu."
done
; 0x564ef ; 0x564ef
UnknownText_0x564ef: ; 0x564ef UnknownText_0x564ef: ; 0x564ef
db $0, "Clang! A can of", $4f text "Clang! A can of"
db "@" line "@"
text_from_ram $d099 text_from_ram $d099
db $0, $55 text $55
db "popped out!", $57 db "popped out!"
done
; 0x56512 ; 0x56512
UnknownText_0x56512: ; 0x56512 UnknownText_0x56512: ; 0x56512
db $0, "Oops, not enough", $4f text "Oops, not enough"
db "money.", $57 line "money."
done
; 0x5652b ; 0x5652b
UnknownText_0x5652b: ; 0x5652b UnknownText_0x5652b: ; 0x5652b
db $0, "There's no more", $4f text "There's no more"
db "room for stuff.", $57 line "room for stuff."
done
; 0x5654b ; 0x5654b
UnknownText_0x5654b: ; 0x5654b UnknownText_0x5654b: ; 0x5654b
db $0, "Do you listen to", $4f text "Do you listen to"
db "LUCKY CHANNEL?", $51 line "LUCKY CHANNEL?"
db "If you want to", $4f
db "win, trade #MON", $51 para "If you want to"
db "with as many peo-", $4f line "win, trade #MON"
db "ple as possible to", $51
db "get different ID", $4f para "with as many peo-"
db "numbers.", $57 line "ple as possible to"
para "get different ID"
line "numbers."
done
; 0x565ca ; 0x565ca
UnknownText_0x565ca: ; 0x565ca UnknownText_0x565ca: ; 0x565ca
db $0, "If you're tired,", $4f text "If you're tired,"
db "try the vending", $55 line "try the vending"
db "machine's drinks.", $51 cont "machine's drinks."
db "Your #MON will", $4f
db "love them too.", $57 para "Your #MON will"
line "love them too."
done
; 0x5661a ; 0x5661a
UnknownText_0x5661a: ; 0x5661a UnknownText_0x5661a: ; 0x5661a
db $0, "Take a Break from", $4f text "Take a Break from"
db "Shopping!", $51 line "Shopping!"
db "6F TRANQUIL SQUARE", $57
para "6F TRANQUIL SQUARE"
done
; 0x5664a ; 0x5664a
GoldenrodDeptStore6F_MapEventHeader: ; 0x5664a GoldenrodDeptStore6F_MapEventHeader: ; 0x5664a

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