mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 10:23:34 +12:00

Here's one for all the people that wanted another wacky interaction with the shady salesman! He stands outside the Safari Zone selling his own Safari Balls. They act the same way, they're called the same thing, but they're looking a little off...hey, is that paint peeling off? Anyway, this acts as a way to get Safari Balls outside of the Safari Zone, like in SwSh! Whether or not you wanna pretend that they're real, it's still neat that he's selling them to you for a good price.
59 lines
973 B
NASM
59 lines
973 B
NASM
_CeladonUniversityPokecenterText4::
|
|
text "Thanks to recent"
|
|
line "funding from"
|
|
cont "SILPH CO., we"
|
|
cont "can upgrade"
|
|
cont "PORYGON now!"
|
|
|
|
para "I wonder if"
|
|
line "we'll ever see"
|
|
cont "PORYGON3?"
|
|
|
|
done
|
|
|
|
_CuboneSalesmanText1::
|
|
text "SALESMAN: Hey,"
|
|
line "kid! Interested"
|
|
cont "in another great"
|
|
cont "deal?"
|
|
|
|
para "Strike fear into"
|
|
line "the hearts of"
|
|
cont "your foes with"
|
|
cont "CUBONE today!"
|
|
|
|
para "See that skull"
|
|
line "on its face?"
|
|
|
|
para "Just ¥500! You"
|
|
line "can't refuse"
|
|
cont "an offer like"
|
|
cont "that!"
|
|
|
|
done
|
|
|
|
_CuboneSalesmanNoText::
|
|
text "No? It's a"
|
|
line "limited time"
|
|
cont "offer, pal!"
|
|
done
|
|
|
|
_CuboneSalesmanNoMoneyText::
|
|
text "You'll need more"
|
|
line "money than that!"
|
|
done
|
|
|
|
_CuboneSalesmanText2::
|
|
text "SALESMAN: Again,"
|
|
line "no refunds!"
|
|
done
|
|
|
|
_CeladonUniversityPokecenterText8::
|
|
text "I wonder how"
|
|
line "DRAGONAIR can fly"
|
|
cont "without wings..."
|
|
|
|
para "#MON are strange"
|
|
line "creatures..."
|
|
|
|
done |