From 10f9559eab8c93b94abb8ae8d1083704ad4e169a Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Wed, 20 May 2020 19:40:33 -0500 Subject: Sync with pokered --- text/maps/PewterPokecenter.asm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 text/maps/PewterPokecenter.asm (limited to 'text/maps/PewterPokecenter.asm') diff --git a/text/maps/PewterPokecenter.asm b/text/maps/PewterPokecenter.asm new file mode 100644 index 00000000..968f6af0 --- /dev/null +++ b/text/maps/PewterPokecenter.asm @@ -0,0 +1,27 @@ +_PewterPokecenterText2:: + text "What!?" + + para "TEAM ROCKET is" + line "at MT.MOON? Huh?" + cont "I'm on the phone!" + + para "Scram!" + done + +_PewterPokecenterText3:: + text "#MON CENTERS" + line "are wonderful!" + + para "They heal #MON" + line "completely." + + para "Even conditions" + line "like sleep, burn," + cont "poison and others" + cont "are cured." + done + +_PewterJigglypuffText:: + text "JIGGLYPUFF: Puu" + line "pupuu!" + done -- cgit v1.3.1-sl0p