diff options
| author | IIMarckus <iimarckus@gmail.com> | 2014-10-17 08:13:51 -0600 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2014-10-17 08:13:51 -0600 |
| commit | 7db2fe99f83e196a92bd3dab2e4c6b8c7b191682 (patch) | |
| tree | 2da3877d40ad011c12f45ca0150c1cb0aa103969 /text/maps/surf_house.asm | |
| parent | Kill version.asm. (diff) | |
| download | pokeyellow-7db2fe99f83e196a92bd3dab2e4c6b8c7b191682.tar.gz pokeyellow-7db2fe99f83e196a92bd3dab2e4c6b8c7b191682.tar.xz pokeyellow-7db2fe99f83e196a92bd3dab2e4c6b8c7b191682.zip | |
Add more from the beach house.
Diffstat (limited to 'text/maps/surf_house.asm')
| -rw-r--r-- | text/maps/surf_house.asm | 99 |
1 files changed, 0 insertions, 99 deletions
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!@@" |
