summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 00:23:48 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-09 00:23:48 -0500
commit31edd7f803a9df47d76469559065af96d78f1c7d (patch)
treedaa974e9dd72ab1f4c7c7b1ef279b2b46f1ec4d9
parent187196ff80e5e46a981429fc8dd1cf088a31ad5b (diff)
Move text/ into data/
-rw-r--r--Makefile4
-rw-r--r--data/battle_text.asm (renamed from text/battle.asm)0
-rw-r--r--data/battle_tower/trainer_text.asm (renamed from text/battle_tower.asm)0
-rw-r--r--data/common_text/common_text.asm16
-rw-r--r--data/common_text/common_text_1.asm (renamed from text/common_1.asm)0
-rw-r--r--data/common_text/common_text_2.asm (renamed from text/common_3.asm)310
-rw-r--r--data/common_text/common_text_3.asm (renamed from text/common_5.asm)684
-rw-r--r--data/phone_text/alan_overworld.asm (renamed from text/phone/alan_overworld.asm)0
-rw-r--r--data/phone_text/anthony_overworld.asm (renamed from text/phone/anthony_overworld.asm)0
-rw-r--r--data/phone_text/arnie_overworld.asm (renamed from text/phone/arnie_overworld.asm)0
-rw-r--r--data/phone_text/beth_overworld.asm (renamed from text/phone/beth_overworld.asm)0
-rw-r--r--data/phone_text/beverly_overworld.asm (renamed from text/phone/beverly_overworld.asm)0
-rw-r--r--data/phone_text/bill.asm (renamed from text/phone/bill.asm)0
-rw-r--r--data/phone_text/brent_overworld.asm (renamed from text/phone/brent_overworld.asm)0
-rw-r--r--data/phone_text/buena.asm (renamed from text/phone/buena.asm)0
-rw-r--r--data/phone_text/chad_overworld.asm (renamed from text/phone/chad_overworld.asm)0
-rw-r--r--data/phone_text/dana_overworld.asm (renamed from text/phone/dana_overworld.asm)0
-rw-r--r--data/phone_text/derek_overworld.asm (renamed from text/phone/derek_overworld.asm)0
-rw-r--r--data/phone_text/elm.asm (renamed from text/phone/elm.asm)0
-rw-r--r--data/phone_text/erin_overworld.asm (renamed from text/phone/erin_overworld.asm)0
-rw-r--r--data/phone_text/extra.asm (renamed from text/phone/extra.asm)0
-rw-r--r--data/phone_text/extra2.asm (renamed from text/phone/extra2.asm)0
-rw-r--r--data/phone_text/gaven_overworld.asm (renamed from text/phone/gaven_overworld.asm)0
-rw-r--r--data/phone_text/gina_overworld.asm (renamed from text/phone/gina_overworld.asm)0
-rw-r--r--data/phone_text/huey_overworld.asm (renamed from text/phone/huey_overworld.asm)0
-rw-r--r--data/phone_text/irwin_overworld.asm (renamed from text/phone/irwin_overworld.asm)0
-rw-r--r--data/phone_text/jack_overworld.asm (renamed from text/phone/jack_overworld.asm)0
-rw-r--r--data/phone_text/joey_overworld.asm (renamed from text/phone/joey_overworld.asm)0
-rw-r--r--data/phone_text/jose_overworld.asm (renamed from text/phone/jose_overworld.asm)0
-rw-r--r--data/phone_text/kenji_overworld.asm (renamed from text/phone/kenji_overworld.asm)0
-rw-r--r--data/phone_text/liz_overworld.asm (renamed from text/phone/liz_overworld.asm)0
-rw-r--r--data/phone_text/mom.asm (renamed from text/phone/mom.asm)0
-rw-r--r--data/phone_text/parry_overworld.asm (renamed from text/phone/parry_overworld.asm)0
-rw-r--r--data/phone_text/ralph_overworld.asm (renamed from text/phone/ralph_overworld.asm)0
-rw-r--r--data/phone_text/reena_overworld.asm (renamed from text/phone/reena_overworld.asm)0
-rw-r--r--data/phone_text/tiffany_overworld.asm (renamed from text/phone/tiffany_overworld.asm)0
-rw-r--r--data/phone_text/todd_overworld.asm (renamed from text/phone/todd_overworld.asm)0
-rw-r--r--data/phone_text/trainers1.asm (renamed from text/phone/trainers1.asm)0
-rw-r--r--data/phone_text/tully_overworld.asm (renamed from text/phone/tully_overworld.asm)0
-rw-r--r--data/phone_text/vance_overworld.asm (renamed from text/phone/vance_overworld.asm)0
-rw-r--r--data/phone_text/wade_overworld.asm (renamed from text/phone/wade_overworld.asm)0
-rw-r--r--data/phone_text/wilton_overworld.asm (renamed from text/phone/wilton_overworld.asm)0
-rw-r--r--data/std_text.asm (renamed from text/stdtext.asm)0
-rw-r--r--data/unused_text/gen_1_trainers.asm (renamed from text/unused_gen_1_trainers.asm)0
-rw-r--r--data/unused_text/sweet_honey.asm (renamed from text/unused_sweet_honey.asm)0
-rw-r--r--engine/phone/buenas_password.asm2
-rw-r--r--main.asm76
-rw-r--r--maps/GoldenrodNameRater.asm2
-rw-r--r--text/common_2.asm309
-rw-r--r--text/common_4.asm683
-rw-r--r--text/common_text.asm18
51 files changed, 1052 insertions, 1052 deletions
diff --git a/Makefile b/Makefile
index c0109aa11..e8c219ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ home.o \
main.o \
maps.o \
wram.o \
+data/common_text/common_text.o \
data/pokemon/dex_entries.o \
data/pokemon/egg_moves.o \
data/pokemon/evos_attacks.o \
@@ -29,8 +30,7 @@ engine/credits.o \
engine/events.o \
gfx/pics.o \
gfx/sprites.o \
-lib/mobile/main.o \
-text/common_text.o
+lib/mobile/main.o
crystal11_obj := $(crystal_obj:.o=11.o)
diff --git a/text/battle.asm b/data/battle_text.asm
index 7e1b06069..7e1b06069 100644
--- a/text/battle.asm
+++ b/data/battle_text.asm
diff --git a/text/battle_tower.asm b/data/battle_tower/trainer_text.asm
index 53af5a9e6..53af5a9e6 100644
--- a/text/battle_tower.asm
+++ b/data/battle_tower/trainer_text.asm
diff --git a/data/common_text/common_text.asm b/data/common_text/common_text.asm
new file mode 100644
index 000000000..9c212eae2
--- /dev/null
+++ b/data/common_text/common_text.asm
@@ -0,0 +1,16 @@
+INCLUDE "includes.asm"
+
+
+SECTION "Text 1", ROMX
+
+INCLUDE "data/common_text/common_text_1.asm"
+
+
+SECTION "Text 2", ROMX
+
+INCLUDE "data/common_text/common_text_2.asm"
+
+
+SECTION "Text 3", ROMX
+
+INCLUDE "data/common_text/common_text_3.asm"
diff --git a/text/common_1.asm b/data/common_text/common_text_1.asm
index 34694b31e..34694b31e 100644
--- a/text/common_1.asm
+++ b/data/common_text/common_text_1.asm
diff --git a/text/common_3.asm b/data/common_text/common_text_2.asm
index 6f42c0bc3..268d10ca3 100644
--- a/text/common_3.asm
+++ b/data/common_text/common_text_2.asm
@@ -1,3 +1,313 @@
+UnknownText_0x1c0000::
+ text "Oh, no picture?"
+ line "Come again, OK?"
+ done
+
+UnknownText_0x1c0021::
+ text "An EGG? My talent"
+ line "is worth more…"
+ done
+
+UnknownText_0x1c0043::
+ text "Hello, hello! I'm"
+ line "the NAME RATER."
+
+ para "I rate the names"
+ line "of #MON."
+
+ para "Would you like me"
+ line "to rate names?"
+ done
+
+UnknownText_0x1c00a0::
+ text "Which #MON's"
+ line "nickname should I"
+ cont "rate for you?"
+ prompt
+
+UnknownText_0x1c00cd::
+ text "Hm… @"
+ text_from_ram StringBuffer1
+ text "…"
+ line "That's a fairly"
+ cont "decent name."
+
+ para "But, how about a"
+ line "slightly better"
+ cont "nickname?"
+
+ para "Want me to give it"
+ line "a better name?"
+ done
+
+UnknownText_0x1c0142::
+ text "All right. What"
+ line "name should we"
+ cont "give it, then?"
+ prompt
+
+UnknownText_0x1c0171::
+ text "That's a better"
+ line "name than before!"
+
+ para "Well done!"
+ done
+
+UnknownText_0x1c019e::
+ text "OK, then. Come"
+ line "again sometime."
+ done
+
+UnknownText_0x1c01be::
+ text "Hm… @"
+ text_from_ram StringBuffer1
+ text "?"
+ line "What a great name!"
+ cont "It's perfect."
+
+ para "Treat @"
+ text_from_ram StringBuffer1
+ text ""
+ line "with loving care."
+ done
+
+UnknownText_0x1c0208::
+ text "Whoa… That's just"
+ line "an EGG."
+ done
+
+UnknownText_0x1c0222::
+ text "It might look the"
+ line "same as before,"
+
+ para "but this new name"
+ line "is much better!"
+
+ para "Well done!"
+ done
+
+UnknownText_0x1c0272::
+ text "All right. This"
+ line "#MON is now"
+ cont "named @"
+ text_from_ram StringBuffer1
+ text "."
+ prompt
+
+Text_Gained::
+ text_from_ram StringBuffer1
+ text " gained@@"
+
+Text_ABoostedStringBuffer2ExpPoints::
+ text ""
+ line "a boosted"
+ cont "@"
+ deciram StringBuffer2, 2, 4
+ text " EXP. Points!"
+ prompt
+
+Text_StringBuffer2ExpPoints::
+ text ""
+ line "@"
+ deciram StringBuffer2, 2, 4
+ text " EXP. Points!"
+ prompt
+
+Text_GoPkmn::
+ text "Go! @@"
+
+Text_DoItPkmn::
+ text "Do it! @@"
+
+Text_GoForItPkmn::
+ text "Go for it,"
+ line "@@"
+
+Text_YourFoesWeakGetmPkmn::
+ text "Your foe's weak!"
+ line "Get'm, @@"
+
+Text_BattleMonNick01::
+ text_from_ram BattleMonNick
+ text "!"
+ done
+
+Text_BattleMonNickComma::
+ text_from_ram BattleMonNick
+ text ",@@"
+
+Text_ThatsEnoughComeBack::
+ text " that's"
+ line "enough! Come back!@@"
+
+Text_OKComeBack::
+ text " OK!"
+ line "Come back!@@"
+
+Text_GoodComeBack::
+ text " good!"
+ line "Come back!@@"
+
+Text_ComeBack::
+ text " come"
+ line "back!"
+ done
+
+UnknownText_0x1c0373::
+ text "Booted up a TM."
+ prompt
+
+UnknownText_0x1c0384::
+ text "Booted up an HM."
+ prompt
+
+UnknownText_0x1c0396::
+ text "It contained"
+ line "@"
+ text_from_ram StringBuffer2
+ text "."
+
+ para "Teach @"
+ text_from_ram StringBuffer2
+ text ""
+ line "to a #MON?"
+ done
+
+UnknownText_0x1c03c2::
+ text_from_ram StringBuffer2
+ text " is"
+ line "not compatible"
+ cont "with @"
+ text_from_ram StringBuffer1
+ text "."
+
+ para "It can't learn"
+ line "@"
+ text_from_ram StringBuffer2
+ text "."
+ prompt
+
+UnknownText_0x1c03fa::
+ text "You have no room"
+ line "for any more"
+ cont "@"
+ text_from_ram StringBuffer1
+ text "S."
+ prompt
+
+UnknownText_0x1c0421::
+ text "You received"
+ line "@"
+ text_from_ram StringBuffer1
+ text "!"
+ prompt
+
+UnknownText_0x1c0436::
+ text "The link has been"
+ line "cancelled."
+ prompt
+
+UnknownText_0x1c0454::
+ text "Communication"
+ line "error."
+ prompt
+
+UnknownText_0x1c046a::
+ text "Must retrieve GIFT"
+ line "at #MON CENTER."
+ prompt
+
+UnknownText_0x1c048e::
+ text "Your friend isn't"
+ line "ready."
+ prompt
+
+UnknownText_0x1c04a7::
+ text "Sorry--only five"
+ line "GIFTS a day."
+ prompt
+
+UnknownText_0x1c04c6::
+ text "Sorry. One GIFT"
+ line "a day per person."
+ prompt
+
+UnknownText_0x1c04e9::
+ text_from_ram wMysteryGiftPartnerName
+ text " sent"
+ line "@"
+ text_from_ram StringBuffer1
+ text "."
+ prompt
+
+UnknownText_0x1c04fa::
+ text_from_ram wMysteryGiftPartnerName
+ text " sent"
+ line "@"
+ text_from_ram StringBuffer1
+ text ""
+ cont "to @"
+ text_from_ram wMysteryGiftPlayerName
+ text "'s home."
+ prompt
+
+UnknownText_0x1c051a::
+ text "Received"
+ line "@"
+ text_from_ram wc850
+ text "'s CARD."
+ prompt
+
+UnknownText_0x1c0531::
+ text_from_ram wc850
+ text "'s CARD was"
+ line "listed as no.@"
+ deciram wd265, 1, 2
+ text "."
+ prompt
+
+UnknownText_0x1c0555::
+ text "The CARD was not"
+ line "registered."
+ prompt
+
+UnknownText_0x1c0573::
+ text "The link has been"
+ line "cancelled."
+ prompt
+
+UnknownText_0x1c0591::
+ text "Communication"
+ line "error."
+ prompt
+
+_BadgeRequiredText::
+ text "Sorry! A new BADGE"
+ line "is required."
+ prompt
+
+UnknownText_0x1c05c8::
+ text "Can't use that"
+ line "here."
+ prompt
+
+UnknownText_0x1c05dd::
+ text_from_ram StringBuffer2
+ text " used"
+ line "CUT!"
+ prompt
+
+UnknownText_0x1c05ec::
+ text "There's nothing to"
+ line "CUT here."
+ prompt
+
+UnknownText_0x1c0609::
+ text "A blinding FLASH"
+ line "lights the area!@"
+ text_waitbutton
+ db "@@"
+
_UsedSurfText::
text_from_ram StringBuffer2
text " used"
diff --git a/text/common_5.asm b/data/common_text/common_text_3.asm
index ee9d32a8b..f1611bddb 100644
--- a/text/common_5.asm
+++ b/data/common_text/common_text_3.asm
@@ -1,3 +1,687 @@
+_OakText6::
+ text "Now, what did you"
+ line "say your name was?"
+ prompt
+
+_OakText7::
+ text "<PLAYER>, are you"
+ line "ready?"
+
+ para "Your very own"
+ line "#MON story is"
+ cont "about to unfold."
+
+ para "You'll face fun"
+ line "times and tough"
+ cont "challenges."
+
+ para "A world of dreams"
+ line "and adventures"
+
+ para "with #MON"
+ line "awaits! Let's go!"
+
+ para "I'll be seeing you"
+ line "later!"
+ done
+
+UnknownText_0x1c40e6::
+ text "The clock's time"
+ line "may be wrong."
+
+ para "Please reset the"
+ line "time."
+ prompt
+
+UnknownText_0x1c411c::
+ text "Set with the"
+ line "Control Pad."
+
+ para "Confirm: A Button"
+ line "Cancel: B Button"
+ done
+
+UnknownText_0x1c415b::
+ text "Is this OK?"
+ done
+
+UnknownText_0x1c4168::
+ text "The clock has been"
+ line "reset."
+ done
+
+UnknownText_0x1c4183::
+ text "Too much time has"
+ line "elapsed. Please"
+ cont "try again."
+ prompt
+
+UnknownText_0x1c41b1::
+ text "If you trade that"
+ line "#MON, you won't"
+ cont "be able to battle."
+ prompt
+
+UnknownText_0x1c41e6::
+ text "Your friend's"
+ line "@"
+ text_from_ram StringBuffer1
+ text " appears"
+ cont "to be abnormal!"
+ prompt
+
+UnknownText_0x1c4212::
+ text "Trade @"
+ text_from_ram wd004
+ text ""
+ line "for @"
+ text_from_ram StringBuffer1
+ text "?"
+ done
+
+UnknownText_0x1c422a::
+ text "To enter a mobile"
+ line "battle, you must"
+
+ para "pick a team of"
+ line "three #MON."
+
+ para "Is that OK?"
+ done
+
+UnknownText_0x1c4275::
+ text "Need more info on"
+ line "mobile battles?"
+ done
+
+UnknownText_0x1c4298::
+ text "For a mobile"
+ line "battle, choose"
+ cont "three #MON."
+
+ para "The maximum daily"
+ line "play time is ten"
+
+ para "minutes for each"
+ line "linked player."
+
+ para "If a battle isn't"
+ line "finished within"
+
+ para "the time limit,"
+ line "the player with"
+
+ para "the fewest fainted"
+ line "#MON wins."
+
+ para "If tied, the team"
+ line "that lost the"
+
+ para "least amount of HP"
+ line "wins."
+ done
+
+UnknownText_0x1c439c::
+ text "Today's remaining"
+ line "time is @"
+ deciram StringBuffer2, 1, 2
+ text " min."
+
+ para "Would you like to"
+ line "battle?"
+ done
+
+UnknownText_0x1c43dc::
+ text "There are only @"
+ deciram StringBuffer2, 1, 2
+ text ""
+ line "min. left today."
+
+ para "Want a quick"
+ line "battle?"
+ done
+
+UnknownText_0x1c4419::
+ text "There is only"
+ line "1 min. left today!"
+
+ para "Want to rush"
+ line "through a battle?"
+ done
+
+UnknownText_0x1c445a::
+ text "There is less than"
+ line "1 min. left today!"
+
+ para "Please try again"
+ line "tomorrow."
+ done
+
+UnknownText_0x1c449c::
+ text "Try again using"
+ line "the same settings?"
+ done
+
+UnknownText_0x1c44c0::
+ text "There is less than"
+ line "1 min. left today!"
+ done
+
+UnknownText_0x1c44e7::
+ text "No time left for"
+ line "linking today."
+ done
+
+UnknownText_0x1c4508::
+ text "Pick three #MON"
+ line "for battle."
+ done
+
+UnknownText_0x1c4525::
+ text "Today's remaining"
+ line "time is @"
+ deciram StringBuffer2, 1, 2
+ text " min."
+ done
+
+UnknownText_0x1c454b::
+ text "Would you like to"
+ line "save the game?"
+ done
+
+UnknownText_0x1c456d::
+ text "SAVING… DON'T TURN"
+ line "OFF THE POWER."
+ done
+
+UnknownText_0x1c4590::
+ text "<PLAYER> saved"
+ line "the game."
+ done
+
+UnknownText_0x1c45a3::
+ text "There is already a"
+ line "save file. Is it"
+ cont "OK to overwrite?"
+ done
+
+UnknownText_0x1c45d9::
+ text "There is another"
+ line "save file. Is it"
+ cont "OK to overwrite?"
+ done
+
+UnknownText_0x1c460d::
+ text "The save file is"
+ line "corrupted!"
+ prompt
+
+UnknownText_0x1c462a::
+ text "When you change a"
+ line "#MON BOX, data"
+ cont "will be saved. OK?"
+ done
+
+UnknownText_0x1c465f::
+ text "Each time you move"
+ line "a #MON, data"
+ cont "will be saved. OK?"
+ done
+
+UnknownText_0x1c4693::
+ text "The window save"
+ line "area was exceeded."
+ done
+
+UnknownText_0x1c46b7::
+ text "No windows avail-"
+ line "able for popping."
+ done
+
+UnknownText_0x1c46dc::
+ text "Corrupted event!"
+ prompt
+
+_ObjectEventText::
+ text "Object event"
+ done
+
+UnknownText_0x1c46fc::
+ text "BG event"
+ done
+
+UnknownText_0x1c4706::
+ text "Coordinates event"
+ done
+
+UnknownText_0x1c4719::
+ text "<PLAYER> received"
+ line "@"
+ text_from_ram StringBuffer4
+ text "."
+ done
+
+UnknownText_0x1c472c::
+ text "<PLAYER> put the"
+ line "@"
+ text_from_ram StringBuffer1
+ text " in"
+ cont "the @"
+ text_from_ram StringBuffer3
+ text "."
+ prompt
+
+UnknownText_0x1c474b::
+ text "The @"
+ text_from_ram StringBuffer3
+ text ""
+ line "is full…"
+ prompt
+
+UnknownText_0x1c475f::
+ text "I see all."
+ line "I know all…"
+
+ para "Certainly, I know"
+ line "of your #MON!"
+ done
+
+UnknownText_0x1c4797::
+ text "Whaaaat? I can't"
+ line "tell a thing!"
+
+ para "How could I not"
+ line "know of this?"
+ done
+
+UnknownText_0x1c47d4::
+ text "Hm… I see you met"
+ line "@"
+ text_from_ram wSeerNickname
+ text " here:"
+ cont "@"
+ text_from_ram wSeerCaughtLocation
+ text "!"
+ prompt
+
+UnknownText_0x1c47fa::
+ text "The time was"
+ line "@"
+ text_from_ram wSeerTimeOfDay
+ text "!"
+
+ para "Its level was @"
+ text_from_ram wSeerCaughtLevelString
+ text "!"
+
+ para "Am I good or what?"
+ prompt
+
+UnknownText_0x1c4837::
+ text "Hm… @"
+ text_from_ram wSeerNickname
+ text ""
+ line "came from @"
+ text_from_ram wSeerOTName
+ text ""
+ cont "in a trade?"
+
+ para "@"
+ text_from_ram wSeerCaughtLocation
+ text ""
+ line "was where @"
+ text_from_ram wSeerOTName
+ text ""
+ cont "met @"
+ text_from_ram wSeerNickname
+ text "!"
+ prompt
+
+UnknownText_0x1c487f::
+ text "What!? Incredible!"
+
+ para "I don't understand"
+ line "how, but it is"
+
+ para "incredible!"
+ line "You are special."
+
+ para "I can't tell where"
+ line "you met it, but it"
+ cont "was at level @"
+ text_from_ram wSeerCaughtLevelString
+ text "."
+
+ para "Am I good or what?"
+ prompt
+
+UnknownText_0x1c491d::
+ text "Hey!"
+
+ para "That's an EGG!"
+
+ para "You can't say that"
+ line "you've met it yet…"
+ done
+
+UnknownText_0x1c4955::
+ text "Fufufu! I saw that"
+ line "you'd do nothing!"
+ done
+
+UnknownText_0x1c497a::
+ text "Incidentally…"
+
+ para "It would be wise"
+ line "to raise your"
+
+ para "#MON with a"
+ line "little more care."
+ done
+
+UnknownText_0x1c49c6::
+ text "Incidentally…"
+
+ para "It seems to have"
+ line "grown a little."
+
+ para "@"
+ text_from_ram wSeerNickname
+ text " seems"
+ line "to be becoming"
+ cont "more confident."
+ done
+
+UnknownText_0x1c4a21::
+ text "Incidentally…"
+
+ para "@"
+ text_from_ram wSeerNickname
+ text " has"
+ line "grown. It's gained"
+ cont "much strength."
+ done
+
+UnknownText_0x1c4a5b::
+ text "Incidentally…"
+
+ para "It certainly has"
+ line "grown mighty!"
+
+ para "This @"
+ text_from_ram wSeerNickname
+ text ""
+ line "must have come"
+
+ para "through numerous"
+ line "#MON battles."
+
+ para "It looks brimming"
+ line "with confidence."
+ done
+
+UnknownText_0x1c4ae5::
+ text "Incidentally…"
+
+ para "I'm impressed by"
+ line "your dedication."
+
+ para "It's been a long"
+ line "time since I've"
+
+ para "seen a #MON as"
+ line "mighty as this"
+ cont "@"
+ text_from_ram wSeerNickname
+ text "."
+
+ para "I'm sure that"
+ line "seeing @"
+ text_from_ram wSeerNickname
+ text ""
+ para "in battle would"
+ line "excite anyone."
+ done
+
+UnknownText_0x1c4b92::
+ text "Congratulations!"
+ line "Your @"
+ text_from_ram StringBuffer2
+ db "@@"
+
+UnknownText_0x1c4baf::
+ text ""
+ para "evolved into"
+ line "@"
+ text_from_ram StringBuffer1
+ text "!"
+ done
+
+UnknownText_0x1c4bc5::
+ text "Huh? @"
+ text_from_ram StringBuffer2
+ text ""
+ line "stopped evolving!"
+ prompt
+
+UnknownText_0x1c4be3::
+ text "What? @"
+ text_from_ram StringBuffer2
+ text ""
+ line "is evolving!"
+ done
+
+UnknownText_0x1c4bfd::
+ text "How many?"
+ done
+
+UnknownText_0x1c4c08::
+ deciram wItemQuantityChangeBuffer, 1, 2
+ text " @"
+ text_from_ram StringBuffer2
+ text "(S)"
+ line "will be ¥@"
+ deciram hMoneyTemp, 3, 6
+ text "."
+ done
+
+UnknownText_0x1c4c28::
+ text "Hello, dear."
+
+ para "I sell inexpensive"
+ line "herbal medicine."
+
+ para "They're good, but"
+ line "a trifle bitter."
+
+ para "Your #MON may"
+ line "not like them."
+
+ para "Hehehehe…"
+ done
+
+UnknownText_0x1c4ca3::
+ text "How many?"
+ done
+
+UnknownText_0x1c4cae::
+ deciram wItemQuantityChangeBuffer, 1, 2
+ text " @"
+ text_from_ram StringBuffer2
+ text "(S)"
+ line "will be ¥@"
+ deciram hMoneyTemp, 3, 6
+ text "."
+ done
+
+UnknownText_0x1c4cce::
+ text "Thank you, dear."
+ line "Hehehehe…"
+ done
+
+UnknownText_0x1c4cea::
+ text "Oh? Your PACK is"
+ line "full, dear."
+ done
+
+UnknownText_0x1c4d08::
+ text "Hehehe… You don't"
+ line "have the money."
+ done
+
+UnknownText_0x1c4d2a::
+ text "Come again, dear."
+ line "Hehehehe…"
+ done
+
+UnknownText_0x1c4d47::
+ text "Hiya! Care to see"
+ line "some bargains?"
+
+ para "I sell rare items"
+ line "that nobody else"
+
+ para "carries--but only"
+ line "one of each item."
+ done
+
+UnknownText_0x1c4db0::
+ text_from_ram StringBuffer2
+ text " costs"
+ line "¥@"
+ deciram hMoneyTemp, 3, 6
+ text ". Want it?"
+ done
+
+UnknownText_0x1c4dcd::
+ text "Thanks."
+ done
+
+UnknownText_0x1c4dd6::
+ text "Uh-oh, your PACK"
+ line "is chock-full."
+ done
+
+UnknownText_0x1c4df7::
+ text "You bought that"
+ line "already. I'm all"
+ cont "sold out of it."
+ done
+
+UnknownText_0x1c4e28::
+ text "Uh-oh, you're"
+ line "short on funds."
+ done
+
+UnknownText_0x1c4e46::
+ text "Come by again"
+ line "sometime."
+ done
+
+UnknownText_0x1c4e5f::
+ text "What's up? Need"
+ line "some medicine?"
+ done
+
+UnknownText_0x1c4e7e::
+ text "How many?"
+ done
+
+UnknownText_0x1c4e89::
+ deciram wItemQuantityChangeBuffer, 1, 2
+ text " @"
+ text_from_ram StringBuffer2
+ text "(S)"
+ line "will cost ¥@"
+ deciram hMoneyTemp, 3, 6
+ text "."
+ done
+
+UnknownText_0x1c4eab::
+ text "Thanks much!"
+ done
+
+UnknownText_0x1c4eb9::
+ text "You don't have any"
+ line "more space."
+ done
+
+UnknownText_0x1c4ed8::
+ text "Huh? That's not"
+ line "enough money."
+ done
+
+UnknownText_0x1c4ef6::
+ text "All right."
+ line "See you around."
+ done
+
+UnknownText_0x1c4f12::
+ text "You don't have"
+ line "anything to sell."
+ prompt
+
+UnknownText_0x1c4f33::
+ text "How many?"
+ done
+
+UnknownText_0x1c4f3e::
+ text "I can pay you"
+ line "¥@"
+ deciram hMoneyTemp, 3, 6
+ text "."
+
+ para "Is that OK?"
+ done
+
+UnknownText_0x1c4f62::
+ text "Welcome! How may I"
+ line "help you?"
+ done
+
+UnknownText_0x1c4f80::
+ text "Here you are."
+ line "Thank you!"
+ done
+
+UnknownText_0x1c4f9a::
+ text "You don't have"
+ line "enough money."
+ done
+
+UnknownText_0x1c4fb7::
+ text "You can't carry"
+ line "any more items."
+ done
+
+UnknownText_0x1c4fd7::
+ text "Sorry, I can't buy"
+ line "that from you."
+ prompt
+
+UnknownText_0x1c4ff9::
+ text "Please come again!"
+ done
+
+UnknownText_0x1c500d::
+ text "Can I do anything"
+ line "else for you?"
+ done
+
+UnknownText_0x1c502e::
+ text "Got ¥@"
+ deciram hMoneyTemp, 3, 6
+ text " for"
+ line "@"
+ text_from_ram StringBuffer2
+ text "(S)."
+ done
+
+UnknownText_0x1c5049::
+ text "Bet how many"
+ line "coins?"
+ done
+
UnknownText_0x1c505e::
text "Start!"
done
diff --git a/text/phone/alan_overworld.asm b/data/phone_text/alan_overworld.asm
index e1246037a..e1246037a 100644
--- a/text/phone/alan_overworld.asm
+++ b/data/phone_text/alan_overworld.asm
diff --git a/text/phone/anthony_overworld.asm b/data/phone_text/anthony_overworld.asm
index 71e419c42..71e419c42 100644
--- a/text/phone/anthony_overworld.asm
+++ b/data/phone_text/anthony_overworld.asm
diff --git a/text/phone/arnie_overworld.asm b/data/phone_text/arnie_overworld.asm
index 4b12bd976..4b12bd976 100644
--- a/text/phone/arnie_overworld.asm
+++ b/data/phone_text/arnie_overworld.asm
diff --git a/text/phone/beth_overworld.asm b/data/phone_text/beth_overworld.asm
index 5c23a7ab6..5c23a7ab6 100644
--- a/text/phone/beth_overworld.asm
+++ b/data/phone_text/beth_overworld.asm
diff --git a/text/phone/beverly_overworld.asm b/data/phone_text/beverly_overworld.asm
index cd4b5b4d3..cd4b5b4d3 100644
--- a/text/phone/beverly_overworld.asm
+++ b/data/phone_text/beverly_overworld.asm
diff --git a/text/phone/bill.asm b/data/phone_text/bill.asm
index 37c0cd546..37c0cd546 100644
--- a/text/phone/bill.asm
+++ b/data/phone_text/bill.asm
diff --git a/text/phone/brent_overworld.asm b/data/phone_text/brent_overworld.asm
index 0ece72091..0ece72091 100644
--- a/text/phone/brent_overworld.asm
+++ b/data/phone_text/brent_overworld.asm
diff --git a/text/phone/buena.asm b/data/phone_text/buena.asm
index 226839ee5..226839ee5 100644
--- a/text/phone/buena.asm
+++ b/data/phone_text/buena.asm
diff --git a/text/phone/chad_overworld.asm b/data/phone_text/chad_overworld.asm
index 883baa21c..883baa21c 100644
--- a/text/phone/chad_overworld.asm
+++ b/data/phone_text/chad_overworld.asm
diff --git a/text/phone/dana_overworld.asm b/data/phone_text/dana_overworld.asm
index 099909eb6..099909eb6 100644
--- a/text/phone/dana_overworld.asm
+++ b/data/phone_text/dana_overworld.asm
diff --git a/text/phone/derek_overworld.asm b/data/phone_text/derek_overworld.asm
index 12472ec75..12472ec75 100644
--- a/text/phone/derek_overworld.asm
+++ b/data/phone_text/derek_overworld.asm
diff --git a/text/phone/elm.asm b/data/phone_text/elm.asm
index cea36061f..cea36061f 100644
--- a/text/phone/elm.asm
+++ b/data/phone_text/elm.asm
diff --git a/text/phone/erin_overworld.asm b/data/phone_text/erin_overworld.asm
index 3cfbe742e..3cfbe742e 100644
--- a/text/phone/erin_overworld.asm
+++ b/data/phone_text/erin_overworld.asm
diff --git a/text/phone/extra.asm b/data/phone_text/extra.asm
index 92ac0f508..92ac0f508 100644
--- a/text/phone/extra.asm
+++ b/data/phone_text/extra.asm
diff --git a/text/phone/extra2.asm b/data/phone_text/extra2.asm
index cef21f23b..cef21f23b 100644
--- a/text/phone/extra2.asm
+++ b/data/phone_text/extra2.asm
diff --git a/text/phone/gaven_overworld.asm b/data/phone_text/gaven_overworld.asm
index 501aa0e79..501aa0e79 100644
--- a/text/phone/gaven_overworld.asm
+++ b/data/phone_text/gaven_overworld.asm
diff --git a/text/phone/gina_overworld.asm b/data/phone_text/gina_overworld.asm
index 559e7fc5b..559e7fc5b 100644
--- a/text/phone/gina_overworld.asm
+++ b/data/phone_text/gina_overworld.asm
diff --git a/text/phone/huey_overworld.asm b/data/phone_text/huey_overworld.asm
index 4629f8022..4629f8022 100644
--- a/text/phone/huey_overworld.asm
+++ b/data/phone_text/huey_overworld.asm
diff --git a/text/phone/irwin_overworld.asm b/data/phone_text/irwin_overworld.asm
index 530ad94dd..530ad94dd 100644
--- a/text/phone/irwin_overworld.asm
+++ b/data/phone_text/irwin_overworld.asm
diff --git a/text/phone/jack_overworld.asm b/data/phone_text/jack_overworld.asm
index 3cef012c3..3cef012c3 100644
--- a/text/phone/jack_overworld.asm
+++ b/data/phone_text/jack_overworld.asm
diff --git a/text/phone/joey_overworld.asm b/data/phone_text/joey_overworld.asm
index cb7c5934d..cb7c5934d 100644
--- a/text/phone/joey_overworld.asm
+++ b/data/phone_text/joey_overworld.asm
diff --git a/text/phone/jose_overworld.asm b/data/phone_text/jose_overworld.asm
index 05e50172c..05e50172c 100644
--- a/text/phone/jose_overworld.asm
+++ b/data/phone_text/jose_overworld.asm
diff --git a/text/phone/kenji_overworld.asm b/data/phone_text/kenji_overworld.asm
index a3206b946..a3206b946 100644
--- a/text/phone/kenji_overworld.asm
+++ b/data/phone_text/kenji_overworld.asm
diff --git a/text/phone/liz_overworld.asm b/data/phone_text/liz_overworld.asm
index cd840b5f8..cd840b5f8 100644
--- a/text/phone/liz_overworld.asm
+++ b/data/phone_text/liz_overworld.asm
diff --git a/text/phone/mom.asm b/data/phone_text/mom.asm
index 249b5c01d..249b5c01d 100644
--- a/text/phone/mom.asm
+++ b/data/phone_text/mom.asm
diff --git a/text/phone/parry_overworld.asm b/data/phone_text/parry_overworld.asm
index 6286aa272..6286aa272 100644
--- a/text/phone/parry_overworld.asm
+++ b/data/phone_text/parry_overworld.asm
diff --git a/text/phone/ralph_overworld.asm b/data/phone_text/ralph_overworld.asm
index 6c737cdf1..6c737cdf1 100644
--- a/text/phone/ralph_overworld.asm
+++ b/data/phone_text/ralph_overworld.asm
diff --git a/text/phone/reena_overworld.asm b/data/phone_text/reena_overworld.asm
index 04bf42c9a..04bf42c9a 100644
--- a/text/phone/reena_overworld.asm
+++ b/data/phone_text/reena_overworld.asm
diff --git a/text/phone/tiffany_overworld.asm b/data/phone_text/tiffany_overworld.asm
index a03173dfa..a03173dfa 100644
--- a/text/phone/tiffany_overworld.asm
+++ b/data/phone_text/tiffany_overworld.asm
diff --git a/text/phone/todd_overworld.asm b/data/phone_text/todd_overworld.asm
index 6b4e9dd4c..6b4e9dd4c 100644
--- a/text/phone/todd_overworld.asm
+++ b/data/phone_text/todd_overworld.asm
diff --git a/text/phone/trainers1.asm b/data/phone_text/trainers1.asm
index 29080f114..29080f114 100644
--- a/text/phone/trainers1.asm
+++ b/data/phone_text/trainers1.asm
diff --git a/text/phone/tully_overworld.asm b/data/phone_text/tully_overworld.asm
index 48d41ba7c..48d41ba7c 100644
--- a/text/phone/tully_overworld.asm
+++ b/data/phone_text/tully_overworld.asm
diff --git a/text/phone/vance_overworld.asm b/data/phone_text/vance_overworld.asm
index b01907d36..b01907d36 100644
--- a/text/phone/vance_overworld.asm
+++ b/data/phone_text/vance_overworld.asm
diff --git a/text/phone/wade_overworld.asm b/data/phone_text/wade_overworld.asm
index 7b0b96009..7b0b96009 100644
--- a/text/phone/wade_overworld.asm
+++ b/data/phone_text/wade_overworld.asm
diff --git a/text/phone/wilton_overworld.asm b/data/phone_text/wilton_overworld.asm
index a6e43ffb4..a6e43ffb4 100644
--- a/text/phone/wilton_overworld.asm
+++ b/data/phone_text/wilton_overworld.asm
diff --git a/text/stdtext.asm b/data/std_text.asm
index 7b558cc49..7b558cc49 100644
--- a/text/stdtext.asm
+++ b/data/std_text.asm
diff --git a/text/unused_gen_1_trainers.asm b/data/unused_text/gen_1_trainers.asm
index 9a637d6a2..9a637d6a2 100644
--- a/text/unused_gen_1_trainers.asm
+++ b/data/unused_text/gen_1_trainers.asm
diff --git a/text/unused_sweet_honey.asm b/data/unused_text/sweet_honey.asm
index 9bfa4f6b1..9bfa4f6b1 100644
--- a/text/unused_sweet_honey.asm
+++ b/data/unused_text/sweet_honey.asm
diff --git a/engine/phone/buenas_password.asm b/engine/phone/buenas_password.asm
index 858ce5540..bfcd1604c 100644
--- a/engine/phone/buenas_password.asm
+++ b/engine/phone/buenas_password.asm
@@ -167,4 +167,4 @@ BuenaPhoneScript_Random1:
end
; a0c28
-INCLUDE "text/phone/buena.asm"
+INCLUDE "data/phone_text/buena.asm"
diff --git a/main.asm b/main.asm
index 73b9403f0..af8a87a2f 100644
--- a/main.asm
+++ b/main.asm
@@ -263,7 +263,7 @@ INCLUDE "engine/events/basement_key.asm"
INCLUDE "engine/events/sacred_ash.asm"
INCLUDE "engine/tempmon.asm"
INCLUDE "engine/types.asm"
-INCLUDE "text/unused_gen_1_trainers.asm"
+INCLUDE "data/unused_text/gen_1_trainers.asm"
INCLUDE "engine/mon_stats.asm"
INCLUDE "engine/routines/initlist.asm"
INCLUDE "engine/experience.asm"
@@ -294,7 +294,7 @@ INCBIN "gfx/unknown/unknown_egg.2bpp.lz"
SECTION "Crystal Phone Text", ROMX
-INCLUDE "text/phone/extra.asm"
+INCLUDE "data/phone_text/extra.asm"
SECTION "bank20", ROMX
@@ -302,7 +302,7 @@ SECTION "bank20", ROMX
INCLUDE "engine/player_movement.asm"
INCLUDE "engine/engine_flags.asm"
INCLUDE "engine/variables.asm"
-INCLUDE "text/battle.asm"
+INCLUDE "data/battle_text.asm"
INCLUDE "engine/debug.asm"
@@ -354,23 +354,23 @@ INCLUDE "engine/phone/buenas_password.asm"
SECTION "Phone Text", ROMX
-INCLUDE "text/phone/anthony_overworld.asm"
-INCLUDE "text/phone/todd_overworld.asm"
-INCLUDE "text/phone/gina_overworld.asm"
-INCLUDE "text/phone/irwin_overworld.asm"
-INCLUDE "text/phone/arnie_overworld.asm"
-INCLUDE "text/phone/alan_overworld.asm"
-INCLUDE "text/phone/dana_overworld.asm"
-INCLUDE "text/phone/chad_overworld.asm"
-INCLUDE "text/phone/derek_overworld.asm"
-INCLUDE "text/phone/tully_overworld.asm"
-INCLUDE "text/phone/brent_overworld.asm"
-INCLUDE "text/phone/tiffany_overworld.asm"
-INCLUDE "text/phone/vance_overworld.asm"
-INCLUDE "text/phone/wilton_overworld.asm"
-INCLUDE "text/phone/kenji_overworld.asm"
-INCLUDE "text/phone/parry_overworld.asm"
-INCLUDE "text/phone/erin_overworld.asm"
+INCLUDE "data/phone_text/anthony_overworld.asm"
+INCLUDE "data/phone_text/todd_overworld.asm"
+INCLUDE "data/phone_text/gina_overworld.asm"
+INCLUDE "data/phone_text/irwin_overworld.asm"
+INCLUDE "data/phone_text/arnie_overworld.asm"
+INCLUDE "data/phone_text/alan_overworld.asm"
+INCLUDE "data/phone_text/dana_overworld.asm"
+INCLUDE "data/phone_text/chad_overworld.asm"
+INCLUDE "data/phone_text/derek_overworld.asm"
+INCLUDE "data/phone_text/tully_overworld.asm"
+INCLUDE "data/phone_text/brent_overworld.asm"
+INCLUDE "data/phone_text/tiffany_overworld.asm"
+INCLUDE "data/phone_text/vance_overworld.asm"
+INCLUDE "data/phone_text/wilton_overworld.asm"
+INCLUDE "data/phone_text/kenji_overworld.asm"
+INCLUDE "data/phone_text/parry_overworld.asm"
+INCLUDE "data/phone_text/erin_overworld.asm"
SECTION "bank2E", ROMX
@@ -550,7 +550,7 @@ INCLUDE "mobile/mobile_5c.asm"
SECTION "Crystal Phone Text 2", ROMX
-INCLUDE "text/phone/extra2.asm"
+INCLUDE "data/phone_text/extra2.asm"
SECTION "UpdateBattleHUDs", ROMX
@@ -570,26 +570,26 @@ INCLUDE "mobile/mobile_5f.asm"
SECTION "Common Text 1", ROMX
-INCLUDE "text/stdtext.asm"
-INCLUDE "text/phone/jack_overworld.asm"
-INCLUDE "text/phone/beverly_overworld.asm"
-INCLUDE "text/phone/huey_overworld.asm"
-INCLUDE "text/phone/gaven_overworld.asm"
-INCLUDE "text/phone/beth_overworld.asm"
-INCLUDE "text/phone/jose_overworld.asm"
-INCLUDE "text/phone/reena_overworld.asm"
-INCLUDE "text/phone/joey_overworld.asm"
-INCLUDE "text/phone/wade_overworld.asm"
-INCLUDE "text/phone/ralph_overworld.asm"
-INCLUDE "text/phone/liz_overworld.asm"
+INCLUDE "data/std_text.asm"
+INCLUDE "data/phone_text/jack_overworld.asm"
+INCLUDE "data/phone_text/beverly_overworld.asm"
+INCLUDE "data/phone_text/huey_overworld.asm"
+INCLUDE "data/phone_text/gaven_overworld.asm"
+INCLUDE "data/phone_text/beth_overworld.asm"
+INCLUDE "data/phone_text/jose_overworld.asm"
+INCLUDE "data/phone_text/reena_overworld.asm"
+INCLUDE "data/phone_text/joey_overworld.asm"
+INCLUDE "data/phone_text/wade_overworld.asm"
+INCLUDE "data/phone_text/ralph_overworld.asm"
+INCLUDE "data/phone_text/liz_overworld.asm"
SECTION "Special Phone Text", ROMX
-INCLUDE "text/phone/mom.asm"
-INCLUDE "text/phone/bill.asm"
-INCLUDE "text/phone/elm.asm"
-INCLUDE "text/phone/trainers1.asm"
+INCLUDE "data/phone_text/mom.asm"
+INCLUDE "data/phone_text/bill.asm"
+INCLUDE "data/phone_text/elm.asm"
+INCLUDE "data/phone_text/trainers1.asm"
SECTION "Miscellaneous Text", ROMX
@@ -624,7 +624,7 @@ INCLUDE "engine/european_mail.asm"
SECTION "Battle Tower Text", ROMX
-INCLUDE "text/battle_tower.asm"
+INCLUDE "data/battle_tower/trainer_text.asm"
SECTION "Battle Tower Trainer Data", ROMX
diff --git a/maps/GoldenrodNameRater.asm b/maps/GoldenrodNameRater.asm
index 259e0fbb7..73fb70d93 100644
--- a/maps/GoldenrodNameRater.asm
+++ b/maps/GoldenrodNameRater.asm
@@ -22,7 +22,7 @@ GoldenrodNameRaterBookshelf:
GoldenrodNameRaterRadio:
jumpstd radio2
-INCLUDE "text/unused_sweet_honey.asm"
+INCLUDE "data/unused_text/sweet_honey.asm"
GoldenrodNameRater_MapEventHeader:
; filler
diff --git a/text/common_2.asm b/text/common_2.asm
deleted file mode 100644
index 060070dea..000000000
--- a/text/common_2.asm
+++ /dev/null
@@ -1,309 +0,0 @@
-UnknownText_0x1c0000::
- text "Oh, no picture?"
- line "Come again, OK?"
- done
-
-UnknownText_0x1c0021::
- text "An EGG? My talent"
- line "is worth more…"
- done
-
-UnknownText_0x1c0043::
- text "Hello, hello! I'm"
- line "the NAME RATER."
-
- para "I rate the names"
- line "of #MON."
-
- para "Would you like me"
- line "to rate names?"
- done
-
-UnknownText_0x1c00a0::
- text "Which #MON's"
- line "nickname should I"
- cont "rate for you?"
- prompt
-
-UnknownText_0x1c00cd::
- text "Hm… @"
- text_from_ram StringBuffer1
- text "…"
- line "That's a fairly"
- cont "decent name."
-
- para "But, how about a"
- line "slightly better"
- cont "nickname?"
-
- para "Want me to give it"
- line "a better name?"
- done
-
-UnknownText_0x1c0142::
- text "All right. What"
- line "name should we"
- cont "give it, then?"
- prompt
-
-UnknownText_0x1c0171::
- text "That's a better"
- line "name than before!"
-
- para "Well done!"
- done
-
-UnknownText_0x1c019e::
- text "OK, then. Come"
- line "again sometime."
- done
-
-UnknownText_0x1c01be::
- text "Hm… @"
- text_from_ram StringBuffer1
- text "?"
- line "What a great name!"
- cont "It's perfect."
-
- para "Treat @"
- text_from_ram StringBuffer1
- text ""
- line "with loving care."
- done
-
-UnknownText_0x1c0208::
- text "Whoa… That's just"
- line "an EGG."
- done
-
-UnknownText_0x1c0222::
- text "It might look the"
- line "same as before,"
-
- para "but this new name"
- line "is much better!"
-
- para "Well done!"
- done
-
-UnknownText_0x1c0272::
- text "All right. This"
- line "#MON is now"
- cont "named @"
- text_from_ram StringBuffer1
- text "."
- prompt
-
-Text_Gained::
- text_from_ram StringBuffer1
- text " gained@@"
-
-Text_ABoostedStringBuffer2ExpPoints::
- text ""
- line "a boosted"
- cont "@"
- deciram StringBuffer2, 2, 4
- text " EXP. Points!"
- prompt
-
-Text_StringBuffer2ExpPoints::
- text ""
- line "@"
- deciram StringBuffer2, 2, 4
- text " EXP. Points!"
- prompt
-
-Text_GoPkmn::
- text "Go! @@"
-
-Text_DoItPkmn::
- text "Do it! @@"
-
-Text_GoForItPkmn::
- text "Go for it,"
- line "@@"
-
-Text_YourFoesWeakGetmPkmn::
- text "Your foe's weak!"
- line "Get'm, @@"
-
-Text_BattleMonNick01::
- text_from_ram BattleMonNick
- text "!"
- done
-
-Text_BattleMonNickComma::
- text_from_ram BattleMonNick
- text ",@@"
-
-Text_ThatsEnoughComeBack::
- text " that's"
- line "enough! Come back!@@"
-
-Text_OKComeBack::
- text " OK!"
- line "Come back!@@"
-
-Text_GoodComeBack::
- text " good!"
- line "Come back!@@"
-
-Text_ComeBack::
- text " come"
- line "back!"
- done
-
-UnknownText_0x1c0373::
- text "Booted up a TM."
- prompt
-
-UnknownText_0x1c0384::
- text "Booted up an HM."
- prompt
-
-UnknownText_0x1c0396::
- text "It contained"
- line "@"
- text_from_ram StringBuffer2
- text "."
-
- para "Teach @"
- text_from_ram StringBuffer2
- text ""
- line "to a #MON?"
- done
-
-UnknownText_0x1c03c2::
- text_from_ram StringBuffer2
- text " is"
- line "not compatible"
- cont "with @"
- text_from_ram StringBuffer1
- text "."
-
- para "It can't learn"
- line "@"
- text_from_ram StringBuffer2
- text "."
- prompt
-
-UnknownText_0x1c03fa::
- text "You have no room"
- line "for any more"
- cont "@"
- text_from_ram StringBuffer1
- text "S."
- prompt
-
-UnknownText_0x1c0421::
- text "You received"
- line "@"
- text_from_ram StringBuffer1
- text "!"
- prompt
-
-UnknownText_0x1c0436::
- text "The link has been"
- line "cancelled."
- prompt
-
-UnknownText_0x1c0454::
- text "Communication"
- line "error."
- prompt
-
-UnknownText_0x1c046a::
- text "Must retrieve GIFT"
- line "at #MON CENTER."
- prompt
-
-UnknownText_0x1c048e::
- text "Your friend isn't"
- line "ready."
- prompt
-
-UnknownText_0x1c04a7::
- text "Sorry--only five"
- line "GIFTS a day."
- prompt
-
-UnknownText_0x1c04c6::
- text "Sorry. One GIFT"
- line "a day per person."
- prompt
-
-UnknownText_0x1c04e9::
- text_from_ram wMysteryGiftPartnerName
- text " sent"
- line "@"
- text_from_ram StringBuffer1
- text "."
- prompt
-
-UnknownText_0x1c04fa::
- text_from_ram wMysteryGiftPartnerName
- text " sent"
- line "@"
- text_from_ram StringBuffer1
- text ""
- cont "to @"
- text_from_ram wMysteryGiftPlayerName
- text "'s home."
- prompt
-
-UnknownText_0x1c051a::
- text "Received"
- line "@"
- text_from_ram wc850
- text "'s CARD."
- prompt
-
-UnknownText_0x1c0531::
- text_from_ram wc850
- text "'s CARD was"
- line "listed as no.@"
- deciram wd265, 1, 2
- text "."
- prompt
-
-UnknownText_0x1c0555::
- text "The CARD was not"
- line "registered."
- prompt
-
-UnknownText_0x1c0573::
- text "The link has been"
- line "cancelled."
- prompt
-
-UnknownText_0x1c0591::
- text "Communication"
- line "error."
- prompt
-
-_BadgeRequiredText::
- text "Sorry! A new BADGE"
- line "is required."
- prompt
-
-UnknownText_0x1c05c8::
- text "Can't use that"
- line "here."
- prompt
-
-UnknownText_0x1c05dd::
- text_from_ram StringBuffer2
- text " used"
- line "CUT!"
- prompt
-
-UnknownText_0x1c05ec::
- text "There's nothing to"
- line "CUT here."
- prompt
-
-UnknownText_0x1c0609::
- text "A blinding FLASH"
- line "lights the area!@"
- text_waitbutton
- db "@@"
diff --git a/text/common_4.asm b/text/common_4.asm
deleted file mode 100644
index f5d14b7cd..000000000
--- a/text/common_4.asm
+++ /dev/null
@@ -1,683 +0,0 @@
-_OakText6::
- text "Now, what did you"
- line "say your name was?"
- prompt
-
-_OakText7::
- text "<PLAYER>, are you"
- line "ready?"
-
- para "Your very own"
- line "#MON story is"
- cont "about to unfold."
-
- para "You'll face fun"
- line "times and tough"
- cont "challenges."
-
- para "A world of dreams"
- line "and adventures"
-
- para "with #MON"
- line "awaits! Let's go!"
-
- para "I'll be seeing you"
- line "later!"
- done
-
-UnknownText_0x1c40e6::
- text "The clock's time"
- line "may be wrong."
-
- para "Please reset the"
- line "time."
- prompt
-
-UnknownText_0x1c411c::
- text "Set with the"
- line "Control Pad."
-
- para "Confirm: A Button"
- line "Cancel: B Button"
- done
-
-UnknownText_0x1c415b::
- text "Is this OK?"
- done
-
-UnknownText_0x1c4168::
- text "The clock has been"
- line "reset."
- done
-
-UnknownText_0x1c4183::
- text "Too much time has"
- line "elapsed. Please"
- cont "try again."
- prompt
-
-UnknownText_0x1c41b1::
- text "If you trade that"
- line "#MON, you won't"
- cont "be able to battle."
- prompt
-
-UnknownText_0x1c41e6::
- text "Your friend's"
- line "@"
- text_from_ram StringBuffer1
- text " appears"
- cont "to be abnormal!"
- prompt
-
-UnknownText_0x1c4212::
- text "Trade @"
- text_from_ram wd004
- text ""
- line "for @"
- text_from_ram StringBuffer1
- text "?"
- done
-
-UnknownText_0x1c422a::
- text "To enter a mobile"
- line "battle, you must"
-
- para "pick a team of"
- line "three #MON."
-
- para "Is that OK?"
- done
-
-UnknownText_0x1c4275::
- text "Need more info on"
- line "mobile battles?"
- done
-
-UnknownText_0x1c4298::
- text "For a mobile"
- line "battle, choose"
- cont "three #MON."
-
- para "The maximum daily"
- line "play time is ten"
-
- para "minutes for each"
- line "linked player."
-
- para "If a battle isn't"
- line "finished within"
-
- para "the time limit,"
- line "the player with"
-
- para "the fewest fainted"
- line "#MON wins."
-
- para "If tied, the team"
- line "that lost the"
-
- para "least amount of HP"
- line "wins."
- done
-
-UnknownText_0x1c439c::
- text "Today's remaining"
- line "time is @"
- deciram StringBuffer2, 1, 2
- text " min."
-
- para "Would you like to"
- line "battle?"
- done
-
-UnknownText_0x1c43dc::
- text "There are only @"
- deciram StringBuffer2, 1, 2
- text ""
- line "min. left today."
-
- para "Want a quick"
- line "battle?"
- done
-
-UnknownText_0x1c4419::
- text "There is only"
- line "1 min. left today!"
-
- para "Want to rush"
- line "through a battle?"
- done
-
-UnknownText_0x1c445a::
- text "There is less than"
- line "1 min. left today!"
-
- para "Please try again"
- line "tomorrow."
- done
-
-UnknownText_0x1c449c::
- text "Try again using"
- line "the same settings?"
- done
-
-UnknownText_0x1c44c0::
- text "There is less than"
- line "1 min. left today!"
- done
-
-UnknownText_0x1c44e7::
- text "No time left for"
- line "linking today."
- done
-
-UnknownText_0x1c4508::
- text "Pick three #MON"
- line "for battle."
- done
-
-UnknownText_0x1c4525::
- text "Today's remaining"
- line "time is @"
- deciram StringBuffer2, 1, 2
- text " min."
- done
-
-UnknownText_0x1c454b::
- text "Would you like to"
- line "save the game?"
- done
-
-UnknownText_0x1c456d::
- text "SAVING… DON'T TURN"
- line "OFF THE POWER."
- done
-
-UnknownText_0x1c4590::
- text "<PLAYER> saved"
- line "the game."
- done
-
-UnknownText_0x1c45a3::
- text "There is already a"
- line "save file. Is it"
- cont "OK to overwrite?"
- done
-
-UnknownText_0x1c45d9::
- text "There is another"
- line "save file. Is it"
- cont "OK to overwrite?"
- done
-
-UnknownText_0x1c460d::
- text "The save file is"
- line "corrupted!"
- prompt
-
-UnknownText_0x1c462a::
- text "When you change a"
- line "#MON BOX, data"
- cont "will be saved. OK?"
- done
-
-UnknownText_0x1c465f::
- text "Each time you move"
- line "a #MON, data"
- cont "will be saved. OK?"
- done
-
-UnknownText_0x1c4693::
- text "The window save"
- line "area was exceeded."
- done
-
-UnknownText_0x1c46b7::
- text "No windows avail-"
- line "able for popping."
- done
-
-UnknownText_0x1c46dc::
- text "Corrupted event!"
- prompt
-
-_ObjectEventText::
- text "Object event"
- done
-
-UnknownText_0x1c46fc::
- text "BG event"
- done
-
-UnknownText_0x1c4706::
- text "Coordinates event"
- done
-
-UnknownText_0x1c4719::
- text "<PLAYER> received"
- line "@"
- text_from_ram StringBuffer4
- text "."
- done
-
-UnknownText_0x1c472c::
- text "<PLAYER> put the"
- line "@"
- text_from_ram StringBuffer1
- text " in"
- cont "the @"
- text_from_ram StringBuffer3
- text "."
- prompt
-
-UnknownText_0x1c474b::
- text "The @"
- text_from_ram StringBuffer3
- text ""
- line "is full…"
- prompt
-
-UnknownText_0x1c475f::
- text "I see all."
- line "I know all…"
-
- para "Certainly, I know"
- line "of your #MON!"
- done
-
-UnknownText_0x1c4797::
- text "Whaaaat? I can't"
- line "tell a thing!"
-
- para "How could I not"
- line "know of this?"
- done
-
-UnknownText_0x1c47d4::
- text "Hm… I see you met"
- line "@"
- text_from_ram wSeerNickname
- text " here:"
- cont "@"
- text_from_ram wSeerCaughtLocation
- text "!"
- prompt
-
-UnknownText_0x1c47fa::
- text "The time was"
- line "@"
- text_from_ram wSeerTimeOfDay
- text "!"
-
- para "Its level was @"
- text_from_ram wSeerCaughtLevelString
- text "!"
-
- para "Am I good or what?"
- prompt
-
-UnknownText_0x1c4837::
- text "Hm… @"
- text_from_ram wSeerNickname
- text ""
- line "came from @"
- text_from_ram wSeerOTName
- text ""
- cont "in a trade?"
-
- para "@"
- text_from_ram wSeerCaughtLocation
- text ""
- line "was where @"
- text_from_ram wSeerOTName
- text ""
- cont "met @"
- text_from_ram wSeerNickname
- text "!"
- prompt
-
-UnknownText_0x1c487f::
- text "What!? Incredible!"
-
- para "I don't understand"
- line "how, but it is"
-
- para "incredible!"
- line "You are special."
-
- para "I can't tell where"
- line "you met it, but it"
- cont "was at level @"
- text_from_ram wSeerCaughtLevelString
- text "."
-
- para "Am I good or what?"
- prompt
-
-UnknownText_0x1c491d::
- text "Hey!"
-
- para "That's an EGG!"
-
- para "You can't say that"
- line "you've met it yet…"
- done
-
-UnknownText_0x1c4955::
- text "Fufufu! I saw that"
- line "you'd do nothing!"
- done
-
-UnknownText_0x1c497a::
- text "Incidentally…"
-
- para "It would be wise"
- line "to raise your"
-
- para "#MON with a"
- line "little more care."
- done
-
-UnknownText_0x1c49c6::
- text "Incidentally…"
-
- para "It seems to have"
- line "grown a little."
-
- para "@"
- text_from_ram wSeerNickname
- text " seems"
- line "to be becoming"
- cont "more confident."
- done
-
-UnknownText_0x1c4a21::
- text "Incidentally…"
-
- para "@"
- text_from_ram wSeerNickname
- text " has"
- line "grown. It's gained"
- cont "much strength."
- done
-
-UnknownText_0x1c4a5b::
- text "Incidentally…"
-
- para "It certainly has"
- line "grown mighty!"
-
- para "This @"
- text_from_ram wSeerNickname
- text ""
- line "must have come"
-
- para "through numerous"
- line "#MON battles."
-
- para "It looks brimming"
- line "with confidence."
- done
-
-UnknownText_0x1c4ae5::
- text "Incidentally…"
-
- para "I'm impressed by"
- line "your dedication."
-
- para "It's been a long"
- line "time since I've"
-
- para "seen a #MON as"
- line "mighty as this"
- cont "@"
- text_from_ram wSeerNickname
- text "."
-
- para "I'm sure that"
- line "seeing @"
- text_from_ram wSeerNickname
- text ""
- para "in battle would"
- line "excite anyone."
- done
-
-UnknownText_0x1c4b92::
- text "Congratulations!"
- line "Your @"
- text_from_ram StringBuffer2
- db "@@"
-
-UnknownText_0x1c4baf::
- text ""
- para "evolved into"
- line "@"
- text_from_ram StringBuffer1
- text "!"
- done
-
-UnknownText_0x1c4bc5::
- text "Huh? @"
- text_from_ram StringBuffer2
- text ""
- line "stopped evolving!"
- prompt
-
-UnknownText_0x1c4be3::
- text "What? @"
- text_from_ram StringBuffer2
- text ""
- line "is evolving!"
- done
-
-UnknownText_0x1c4bfd::
- text "How many?"
- done
-
-UnknownText_0x1c4c08::
- deciram wItemQuantityChangeBuffer, 1, 2
- text " @"
- text_from_ram StringBuffer2
- text "(S)"
- line "will be ¥@"
- deciram hMoneyTemp, 3, 6
- text "."
- done
-
-UnknownText_0x1c4c28::
- text "Hello, dear."
-
- para "I sell inexpensive"
- line "herbal medicine."
-
- para "They're good, but"
- line "a trifle bitter."
-
- para "Your #MON may"
- line "not like them."
-
- para "Hehehehe…"
- done
-
-UnknownText_0x1c4ca3::
- text "How many?"
- done
-
-UnknownText_0x1c4cae::
- deciram wItemQuantityChangeBuffer, 1, 2
- text " @"
- text_from_ram StringBuffer2
- text "(S)"
- line "will be ¥@"
- deciram hMoneyTemp, 3, 6
- text "."
- done
-
-UnknownText_0x1c4cce::
- text "Thank you, dear."
- line "Hehehehe…"
- done
-
-UnknownText_0x1c4cea::
- text "Oh? Your PACK is"
- line "full, dear."
- done
-
-UnknownText_0x1c4d08::
- text "Hehehe… You don't"
- line "have the money."
- done
-
-UnknownText_0x1c4d2a::
- text "Come again, dear."
- line "Hehehehe…"
- done
-
-UnknownText_0x1c4d47::
- text "Hiya! Care to see"
- line "some bargains?"
-
- para "I sell rare items"
- line "that nobody else"
-
- para "carries--but only"
- line "one of each item."
- done
-
-UnknownText_0x1c4db0::
- text_from_ram StringBuffer2
- text " costs"
- line "¥@"
- deciram hMoneyTemp, 3, 6
- text ". Want it?"
- done
-
-UnknownText_0x1c4dcd::
- text "Thanks."
- done
-
-UnknownText_0x1c4dd6::
- text "Uh-oh, your PACK"
- line "is chock-full."
- done
-
-UnknownText_0x1c4df7::
- text "You bought that"
- line "already. I'm all"
- cont "sold out of it."
- done
-
-UnknownText_0x1c4e28::
- text "Uh-oh, you're"
- line "short on funds."
- done
-
-UnknownText_0x1c4e46::
- text "Come by again"
- line "sometime."
- done
-
-UnknownText_0x1c4e5f::
- text "What's up? Need"
- line "some medicine?"
- done
-
-UnknownText_0x1c4e7e::
- text "How many?"
- done
-
-UnknownText_0x1c4e89::
- deciram wItemQuantityChangeBuffer, 1, 2
- text " @"
- text_from_ram StringBuffer2
- text "(S)"
- line "will cost ¥@"
- deciram hMoneyTemp, 3, 6
- text "."
- done
-
-UnknownText_0x1c4eab::
- text "Thanks much!"
- done
-
-UnknownText_0x1c4eb9::
- text "You don't have any"
- line "more space."
- done
-
-UnknownText_0x1c4ed8::
- text "Huh? That's not"
- line "enough money."
- done
-
-UnknownText_0x1c4ef6::
- text "All right."
- line "See you around."
- done
-
-UnknownText_0x1c4f12::
- text "You don't have"
- line "anything to sell."
- prompt
-
-UnknownText_0x1c4f33::
- text "How many?"
- done
-
-UnknownText_0x1c4f3e::
- text "I can pay you"
- line "¥@"
- deciram hMoneyTemp, 3, 6
- text "."
-
- para "Is that OK?"
- done
-
-UnknownText_0x1c4f62::
- text "Welcome! How may I"
- line "help you?"
- done
-
-UnknownText_0x1c4f80::
- text "Here you are."
- line "Thank you!"
- done
-
-UnknownText_0x1c4f9a::
- text "You don't have"
- line "enough money."
- done
-
-UnknownText_0x1c4fb7::
- text "You can't carry"
- line "any more items."
- done
-
-UnknownText_0x1c4fd7::
- text "Sorry, I can't buy"
- line "that from you."
- prompt
-
-UnknownText_0x1c4ff9::
- text "Please come again!"
- done
-
-UnknownText_0x1c500d::
- text "Can I do anything"
- line "else for you?"
- done
-
-UnknownText_0x1c502e::
- text "Got ¥@"
- deciram hMoneyTemp, 3, 6
- text " for"
- line "@"
- text_from_ram StringBuffer2
- text "(S)."
- done
-
-UnknownText_0x1c5049::
- text "Bet how many"
- line "coins?"
- done
diff --git a/text/common_text.asm b/text/common_text.asm
deleted file mode 100644
index d21685480..000000000
--- a/text/common_text.asm
+++ /dev/null
@@ -1,18 +0,0 @@
-INCLUDE "includes.asm"
-
-
-SECTION "Text 1", ROMX
-
-INCLUDE "text/common_1.asm"
-
-
-SECTION "Text 2", ROMX
-
-INCLUDE "text/common_2.asm"
-INCLUDE "text/common_3.asm"
-
-
-SECTION "Text 3", ROMX
-
-INCLUDE "text/common_4.asm"
-INCLUDE "text/common_5.asm"