summaryrefslogtreecommitdiff
path: root/text/maps
diff options
context:
space:
mode:
Diffstat (limited to 'text/maps')
-rw-r--r--text/maps/blues_house.asm42
-rw-r--r--text/maps/pallet_town.asm56
-rw-r--r--text/maps/reds_house_1f.asm38
3 files changed, 136 insertions, 0 deletions
diff --git a/text/maps/blues_house.asm b/text/maps/blues_house.asm
new file mode 100644
index 00000000..33fd732f
--- /dev/null
+++ b/text/maps/blues_house.asm
@@ -0,0 +1,42 @@
+_DaisyInitialText:
+ text "Hi ",$52,"!"
+ line $53," is out at"
+ cont "Grandpa's lab."
+ done
+
+_DaisyOfferMapText:
+ text "Grandpa asked you"
+ line "to run an errand?"
+ cont "Here, this will"
+ cont "help you!"
+ prompt
+
+_GotMapText:
+ text $52," got a"
+ line "@"
+ TX_RAM $CF4B
+ text "!@@"
+
+_DaisyBagFullText:
+ text "You have too much"
+ line "stuff with you."
+ done
+
+_DaisyUseMapText:
+ text "Use the TOWN MAP"
+ line "to find out where"
+ cont "you are."
+ done
+
+_BluesHouseText2:
+ text "#MON are living"
+ line "things! If they"
+ cont "get tired, give"
+ cont "them a rest!"
+ done
+
+_BluesHouseText3:
+ text "It's a big map!"
+ line "This is useful!"
+ done
+
diff --git a/text/maps/pallet_town.asm b/text/maps/pallet_town.asm
new file mode 100644
index 00000000..421959d6
--- /dev/null
+++ b/text/maps/pallet_town.asm
@@ -0,0 +1,56 @@
+_OakAppearsText:
+ text "OAK: Hey! Wait!"
+ line "Don't go out!@@"
+
+_OakWalksUpText:
+ text "OAK: It's unsafe!"
+ line "Wild #MON live"
+ cont "in tall grass!"
+
+ para "You need your own"
+ line "#MON for your"
+ cont "protection."
+ cont "I know!"
+
+ para "Here, come with"
+ line "me!"
+ done
+
+_PalletTownText2:
+ text "I'm raising"
+ line "#MON too!"
+
+ para "When they get"
+ line "strong, they can"
+ cont "protect me!"
+ done
+
+_PalletTownText3:
+ text "Technology is"
+ line "incredible!"
+
+ para "You can now store"
+ line "and recall items"
+ cont "and #MON as"
+ cont "data via PC!"
+ done
+
+_PalletTownText4:
+ text "OAK #MON"
+ line "RESEARCH LAB"
+ done
+
+_PalletTownText5:
+ text "PALLET TOWN"
+ line "Shades of your"
+ cont "journey await!"
+ done
+
+_PalletTownText6:
+ text $52,"'s house "
+ done
+
+_PalletTownText7:
+ text $53,"'s house "
+ done
+
diff --git a/text/maps/reds_house_1f.asm b/text/maps/reds_house_1f.asm
new file mode 100644
index 00000000..4154558e
--- /dev/null
+++ b/text/maps/reds_house_1f.asm
@@ -0,0 +1,38 @@
+_MomWakeUpText:
+ text "MOM: Right."
+ line "All boys leave"
+ cont "home some day."
+ cont "It said so on TV."
+
+ para "PROF.OAK, next"
+ line "door, is looking"
+ cont "for you."
+ done
+
+_MomHealText1:
+ text "MOM: ",$52,"!"
+ line "You should take a"
+ cont "quick rest."
+ prompt
+
+_MomHealText2:
+ text "MOM: Oh good!"
+ line "You and your"
+ cont "#MON are"
+ cont "looking great!"
+ cont "Take care now!"
+ done
+
+_StandByMeText:
+ text "There's a movie"
+ line "on TV. Four boys"
+ cont "are walking on"
+ cont "railroad tracks."
+
+ para "I better go too."
+ done
+
+_TVWrongSideText:
+ text "Oops, wrong side."
+ done
+