mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +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.
62 lines
1.1 KiB
NASM
62 lines
1.1 KiB
NASM
_CinnabarPokecenterText2::
|
|
text "You can cancel"
|
|
line "evolution."
|
|
|
|
para "When a #MON is"
|
|
line "evolving, you can"
|
|
cont "stop it and leave"
|
|
cont "it the way it is."
|
|
done
|
|
|
|
_CinnabarPokecenterText3::
|
|
text "Do you have any"
|
|
line "friends?"
|
|
|
|
para "#MON you get"
|
|
line "in trades grow"
|
|
cont "very quickly."
|
|
|
|
para "I think it's"
|
|
line "worth a try!"
|
|
done
|
|
|
|
_PoryZSalesmanText1::
|
|
text "SALESMAN: Whoa"
|
|
line "there, kid! Long"
|
|
cont "time no see!"
|
|
|
|
para "My uncle works for"
|
|
line "SILPH CO., and he"
|
|
cont "got me some top"
|
|
cont "secret data on"
|
|
cont "the next PORYGON!"
|
|
|
|
para "Tell you what."
|
|
line "You can get a"
|
|
cont "copy for ¥2100."
|
|
cont "What do you say?"
|
|
|
|
done
|
|
|
|
_PoryZSalesmanNoText::
|
|
text "Huh? Are you sure?"
|
|
line "It's your big"
|
|
cont "chance!"
|
|
done
|
|
|
|
_PoryZSalesmanNoMoneyText::
|
|
text "You'll need more"
|
|
line "money than that!"
|
|
done
|
|
|
|
_PoryZSalesmanText2::
|
|
text "SALESMAN: I'm not"
|
|
line "liable for any"
|
|
cont "bugs in that code!"
|
|
done
|
|
|
|
_PoryZBagFull::
|
|
text "Hey, your bag's"
|
|
line "full! Can't sell"
|
|
cont "you anything like"
|
|
cont "that!" |