From 7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Fri, 17 Oct 2014 08:13:51 -0600 Subject: Add more from the beach house. --- text/maps/beach_house.asm | 103 ++++++++++++++++++++++++++++++++++++++++++++++ text/maps/surf_house.asm | 99 -------------------------------------------- 2 files changed, 103 insertions(+), 99 deletions(-) create mode 100644 text/maps/beach_house.asm delete mode 100644 text/maps/surf_house.asm (limited to 'text') diff --git a/text/maps/beach_house.asm b/text/maps/beach_house.asm new file mode 100644 index 00000000..318b6013 --- /dev/null +++ b/text/maps/beach_house.asm @@ -0,0 +1,103 @@ +_SurfinDudeText1:: + text "Whoa!" + + para "Your PIKACHU knows" + line "how to SURF! So," + cont "I'm not alone..." + + para "Great! You earned" + line "the right to SURF" + cont "with the DUDE!" + + para "Give it a go?" + done + +_SurfinDudeText2:: + text "Come SURF anytime," + line "my friend!" + done + +_SurfinDudeText3:: + text "Wanna go SURF?" + done + +_SurfinDudeText4:: + text "Dogs and burgers" + line "on special today!" + done + +_BeachHousePikachuText:: + text "PIKACHU: Pikaa." + done + +_BeachHouseSign1Text1:: + text "SURFIN' DUDE's" + line "scribbles..." + + para "When I shoot the" + line "tube, the tunes" + cont "hit the groove!" + done + +_BeachHouseSign1Text2:: + text "30 years of waves!" + line "SURFIN' DUDE" + done + +_BeachHouseSign2Text1:: + text "SURFING TIP 1!" + + para "After flips, line" + line "the board up with" + cont "a wave for a cool" + cont "effect!" + done + +_BeachHouseSign2Text2:: + text "SUMMER BEACH HOUSE" + line "#MON welcome!" + done + +_BeachHouseSign3Text1:: + text "SURFING TIP 2!" + + para "Pulling flips in" + line "a jump is totally" + cont "rad!" + done + +_BeachHouseSign3Text2:: + text "The sea unites" + line "all in surfdom!" + done + +_BeachHousePrinterText1:: + text "It's some sort of" + line "a machine...@@" + +_BeachHousePrinterText2:: + text "SUMMER BEACH HOUSE" + line "PRINTER, it says.@@" + +_BeachHousePrinterText3:: + text "The Hi.Score is" + line "shown." + + para "PRINT it out?" + done + +_BeachHousePrinterText4:: + text "SUMMER BEACH HOUSE" + line "PRINTER, it says." + + para "The Hi.Score is" + line "shown." + + para "PRINT it out?" + done + +_BeachHousePrinterText5:: + text "PRINT completed.@@" + +_BeachHousePrinterText6:: + text "PRINT error!@@" diff --git a/text/maps/surf_house.asm b/text/maps/surf_house.asm deleted file mode 100644 index b43df5cf..00000000 --- a/text/maps/surf_house.asm +++ /dev/null @@ -1,99 +0,0 @@ -SurfinDudeText1:: - text "Whoa!" - - para "Your PIKACHU knows" - line "how to SURF! So," - cont "I'm not alone..." - - para "Great! You earned" - line "the right to SURF" - cont "with the DUDE!" - - para "Give it a go?" - done - -SurfinDudeText2:: - text "Come SURF anytime," - line "my friend!" - done - -SurfinDudeText3:: - text "Wanna go SURF?" - done - -SurfinDudeText4:: - text "Dogs and burgers" - line "on special today!" - done - -BeachHousePikachuText:: - text "PIKACHU: Pikaa." - done - -BeachHouseSign1Text1:: - text "SURFIN' DUDE's" - line "scribbles..." - - para "When I shoot the" - line "tube, the tunes" - cont "hit the groove!" - done - -BeachHouseSign1Text2:: - text "30 years of waves!" - line "SURFIN' DUDE" - done - -BeachHouseSign2Text1:: - text "SURFING TIP 1!" - - para "After flips, line" - line "the board up with" - cont "a wave for a cool" - cont "effect!" - done - -BeachHouseSign2Text2:: - text "SUMMER BEACH HOUSE" - line "#MON welcome!" - done - -BeachHouseSign3Text1:: - text "SURFING TIP 2!" - - para "Pulling flips in" - line "a jump is totally" - cont "rad!" - done - -BeachHouseSign3Text2:: - text "The sea unites" - line "all in surfdom!" - done - -BeachHousePrinterText1:: - text "SUMMER BEACH HOUSE" - line "PRINTER, it says.@@" - -BeachHousePrinterText2:: - text "The Hi.Score is" - line "shown." - - para "PRINT it out?" - done - -BeachHousePrinterText3:: - text "SUMMER BEACH HOUSE" - line "PRINTER, it says." - - para "The Hi.Score is" - line "shown." - - para "PRINT it out?" - done - -BeachHousePrinterText4:: - text "PRINT completed.@@" - -BeachHousePrinterText5:: - text "PRINT error!@@" -- cgit v1.2.3