diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 16:18:39 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 17:47:55 -0500 |
| commit | 31f074542bd5da787d95001fefd6cd944153fed3 (patch) | |
| tree | 67d0d42fac188b17f0e5e4b1a5e188bfc877919d /text/maps/mansion_3f.asm | |
| parent | split viridian and oaks lab text into text/maps/ (diff) | |
| download | pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.gz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.tar.xz pokeyellow-31f074542bd5da787d95001fefd6cd944153fed3.zip | |
split out a bunch of map text
Diffstat (limited to 'text/maps/mansion_3f.asm')
| -rw-r--r-- | text/maps/mansion_3f.asm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/text/maps/mansion_3f.asm b/text/maps/mansion_3f.asm new file mode 100644 index 00000000..dbf50992 --- /dev/null +++ b/text/maps/mansion_3f.asm @@ -0,0 +1,38 @@ +_Mansion3BattleText1: ; 85401 (21:5401) + text "This place is" + line "like, huge!" + done + +_Mansion3EndBattleText1: ; 8541c (21:541c) + text "Ayah!" + prompt + +_Mansion3AfterBattleText1: ; 85423 (21:5423) + text "I wonder where" + line "my partner went." + done + +_Mansion3BattleText2: ; 85444 (21:5444) + text "My mentor once" + line "lived here." + done + +_Mansion3EndBattleText2: ; 85460 (21:5460) + text "Whew!" + line "Overwhelming!" + prompt + +_Mansion3AfterBattleText2: ; 85475 (21:5475) + text "So, you're stuck?" + line "Try jumping off" + cont "over there!" + done + +_Mansion3Text5: ; 854a3 (21:54a3) + text "Diary: Feb. 6" + line "MEW gave birth." + + para "We named the" + line "newborn MEWTWO." + done + |
