diff options
Diffstat (limited to 'text/SummerBeachHouse.asm')
-rw-r--r-- | text/SummerBeachHouse.asm | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/text/SummerBeachHouse.asm b/text/SummerBeachHouse.asm new file mode 100644 index 00000000..ed28fe06 --- /dev/null +++ b/text/SummerBeachHouse.asm @@ -0,0 +1,107 @@ +_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 + +_SummerBeachHousePikachuText:: + text "PIKACHU: Pikaa" + done + +_SummerBeachHouseSign1Text1:: + text "SURFIN' DUDE's" + line "scribbles..." + + para "When I shoot the" + line "tube, the tunes" + cont "hit the groove!" + done + +_SummerBeachHouseSign1Text2:: + text "30 years of waves!" + line "SURFIN' DUDE" + done + +_SummerBeachHouseSign2Text1:: + text "SURFING TIP 1!" + + para "After flips, line" + line "the board up with" + cont "a wave for a cool" + cont "effect!" + done + +_SummerBeachHouseSign2Text2:: + text "SUMMER BEACH HOUSE" + line "#MON welcome!" + done + +_SummerBeachHouseSign3Text1:: + text "SURFING TIP 2!" + + para "Pulling flips in" + line "a jump is totally" + cont "rad!" + done + +_SummerBeachHouseSign3Text2:: + text "The sea unites" + line "all in surfdom!" + done + +_SummerBeachHousePrinterText1:: + text "It's some sort of" + line "a machine...@" + text_end + +_SummerBeachHousePrinterText2:: + text "SUMMER BEACH HOUSE" + line "PRINTER, it says.@" + text_end + +_SummerBeachHousePrinterText3:: + text "The Hi-Score is" + line "shown." + + para "PRINT it out?" + done + +_SummerBeachHousePrinterText4:: + text "SUMMER BEACH HOUSE" + line "PRINTER, it says." + + para "The Hi-Score is" + line "shown." + + para "PRINT it out?" + done + +_SummerBeachHousePrinterText5:: + text "PRINT completed.@" + text_end + +_SummerBeachHousePrinterText6:: + text "PRINT error!@" + text_end |