diff options
| author | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-01-22 23:37:40 -0500 |
| commit | 6e5476d420d5d3a73e478a28ed96e8425b7ba94c (patch) | |
| tree | d9bf8bc9f91379f0cd2d450c100cadf506ae4100 /text/maps/mansion_1f.asm | |
| parent | Silph Co 1f text was actually somewhere else (diff) | |
| download | pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.gz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.tar.xz pokeyellow-6e5476d420d5d3a73e478a28ed96e8425b7ba94c.zip | |
Even more map text
Diffstat (limited to 'text/maps/mansion_1f.asm')
| -rw-r--r-- | text/maps/mansion_1f.asm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/text/maps/mansion_1f.asm b/text/maps/mansion_1f.asm new file mode 100644 index 00000000..b5b2a7d2 --- /dev/null +++ b/text/maps/mansion_1f.asm @@ -0,0 +1,30 @@ +_Mansion1BattleText2: ; a07a8 (28:47a8) + text "Who are you? There" + line "shouldn't be" + cont "anyone here." + done + +_Mansion1EndBattleText2: ; a07d5 (28:47d5) + text "Ouch!" + prompt + +_Mansion1AfterBattleText2: ; a07dc (28:47dc) + text "A key? I don't" + line "know what you're" + cont "talking about." + done + +_MansionSwitchText: ; a080a (28:480a) + text "A secret switch!" + + para "Press it?" + done + +_MansionSwitchPressedText: ; a0826 (28:4826) + text "Who wouldn't?" + prompt + +_MansionSwitchNotPressedText: ; a0834 (28:4834) + text "Not quite yet!" + done + |
