From 4efb3e307cd6b4bf267ab0d509f8e5ab498f798e Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 10:34:05 -0500 Subject: Sync more with pokered --- text/CeruleanMelaniesHouse.asm | 46 ++++++++++++++++++++++++++++++++++++++++++ text/CeruleanTradeHouse.asm | 46 ------------------------------------------ 2 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 text/CeruleanMelaniesHouse.asm delete mode 100644 text/CeruleanTradeHouse.asm (limited to 'text') 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 diff --git a/text/CeruleanTradeHouse.asm b/text/CeruleanTradeHouse.asm deleted file mode 100644 index d50a4ac4..00000000 --- a/text/CeruleanTradeHouse.asm +++ /dev/null @@ -1,46 +0,0 @@ -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 -- cgit v1.3.1-sl0p