diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
| commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
| tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /text/maps/mansion_2f.asm | |
| parent | Merge branch 'fix-init-sudo' of https://github.com/yenatch/pokered (diff) | |
| parent | Get rid of more unnecessary labels in text.asm (diff) | |
| download | pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.gz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.tar.xz pokeyellow-6bfe2f42381deecf254542842d7c312d777062fc.zip | |
Merge branch 'text' of https://github.com/yenatch/pokered
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 + |
