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_b1f.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_b1f.asm')
| -rw-r--r-- | text/maps/mansion_b1f.asm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/text/maps/mansion_b1f.asm b/text/maps/mansion_b1f.asm new file mode 100644 index 00000000..54e78bf2 --- /dev/null +++ b/text/maps/mansion_b1f.asm @@ -0,0 +1,40 @@ +_Mansion4BattleText1: ; 854df (21:54df) + text "Uh-oh. Where am" + line "I now?" + done + +_Mansion4EndBattleText1: ; 854f7 (21:54f7) + text "Awooh!" + prompt + +_Mansion4AfterBattleText1: ; 854ff (21:54ff) + text "You can find stuff" + line "lying around." + done + +_Mansion4BattleText2: ; 85521 (21:5521) + text "This place is" + line "ideal for a lab." + done + +_Mansion4EndBattleText2: ; 85541 (21:5541) + text "What" + line "was that for?" + prompt + +_Mansion4AfterBattleText2: ; 85555 (21:5555) + text "I like it here!" + line "It's conducive to" + cont "my studies!" + done + +_Mansion4Text7: ; 85583 (21:5583) + text "Diary; Sept. 1" + line "MEWTWO is far too" + cont "powerful." + + para "We have failed to" + line "curb its vicious" + cont "tendencies..." + done + |
