diff options
Diffstat (limited to 'text/maps/pewter_house_2.asm')
-rw-r--r-- | text/maps/pewter_house_2.asm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/text/maps/pewter_house_2.asm b/text/maps/pewter_house_2.asm new file mode 100644 index 00000000..1e7b1cd6 --- /dev/null +++ b/text/maps/pewter_house_2.asm @@ -0,0 +1,20 @@ +_PewterHouse2Text1:: ; 98656 (26:4656) + text "#MON learn new" + line "techniques as" + cont "they grow!" + + para "But, some moves" + line "must be taught by" + cont "the trainer!" + done + +_PewterHouse2Text2:: ; 986ae (26:46ae) + text "#MON become" + line "easier to catch" + cont "when they are" + cont "hurt or asleep!" + + para "But, it's not a" + line "sure thing!" + done + |