diff options
Diffstat (limited to 'text/CeruleanMelaniesHouse.asm')
-rw-r--r-- | text/CeruleanMelaniesHouse.asm | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/text/CeruleanMelaniesHouse.asm b/text/CeruleanMelaniesHouse.asm new file mode 100644 index 00000000..d50a4ac4 --- /dev/null +++ b/text/CeruleanMelaniesHouse.asm @@ -0,0 +1,46 @@ +MelanieText1:: + text "I take care of" + line "injured #MON." + + para "I nursed this" + line "BULBASAUR back to" + cont "health." + + para "It needs a good" + line "trainer to take" + cont "care of it now.@" + text_end + +MelanieText2:: + text "I know! Would you" + line "take care of this" + cont "BULBASAUR?" + done + +MelanieText3:: + text "Please take care" + line "of BULBASAUR!@" + text_end + +MelanieText4:: + text "Is BULBASAUR" + line "doing well?@" + text_end + +MelanieText5:: + text "Oh..." + line "That's too bad...@" + text_end + +MelanieBulbasaurText:: + text "BULBASAUR: Bubba!" + line "Zoar!@" + text_end + +MelanieOddishText:: + text "ODDISH: Orddissh!@" + text_end + +MelanieSandshrewText:: + text "SANDSHREW: Pikii!@" + text_end |