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_2f.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_2f.asm')
| -rw-r--r-- | text/maps/mansion_2f.asm | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/text/maps/mansion_2f.asm b/text/maps/mansion_2f.asm new file mode 100644 index 00000000..37746069 --- /dev/null +++ b/text/maps/mansion_2f.asm @@ -0,0 +1,48 @@ +_Mansion2BattleText1: ; 852b7 (21:52b7) + text "I can't get out!" + line "This old place is" + cont "one big puzzle!" + done + +_Mansion2EndBattleText1: ; 852ea (21:52ea) + text "Oh no!" + line "My bag of loot!" + prompt + +_Mansion2AfterBattleText1: ; 85302 (21:5302) + text "Switches open and" + line "close alternating" + cont "sets of doors!" + done + +_Mansion2Text3: ; 85336 (21:5336) + text "Diary: July 5" + line "Guyana," + cont "South America" + + para "A new #MON was" + line "discovered deep" + cont "in the jungle." + done + +_Mansion2Text4: ; 85389 (21:5389) + text "Diary: July 10" + line "We christened the" + cont "newly discovered" + cont "#MON, MEW." + done + +_UnnamedText_520c2: ; 853c7 (21:53c7) + text "A secret switch!" + + para "Press it?" + done + +_UnnamedText_520c7: ; 853e3 (21:53e3) + text "Who wouldn't?" + prompt + +_UnnamedText_520cc: ; 853f1 (21:53f1) + text "Not quite yet!" + done + |
