kep-hack/text/MtMoonPokecenter.asm
Martha Schilling 29fc579c3f Obtainable Safari Balls...?
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.
2023-11-23 22:19:08 +00:00

50 lines
821 B
NASM

_MtMoonPokecenterText1::
text "I've 6 # BALLs"
line "set in my belt."
para "At most, you can"
line "carry 6 #MON."
done
_MtMoonPokecenterText3::
text "TEAM ROCKET"
line "attacks CERULEAN"
cont "citizens..."
para "TEAM ROCKET is"
line "always in the"
cont "news!"
done
_MagikarpSalesmanText1::
text "SALESMAN: Hello,"
line "there! Have I got"
cont "a deal for you!"
para "I'll let you have"
line "a swell MAGIKARP"
cont "for just ¥500!"
cont "What do you say?"
done
_MagikarpSalesmanNoText::
text "No? I'm only"
line "doing this as a"
cont "favor to you!"
done
_MagikarpSalesmanNoMoneyText::
text "You'll need more"
line "money than that!"
done
_MagikarpSalesmanText2::
text "SALESMAN: Well, I"
line "don't give any"
cont "refunds!"
done
_MtMoonPokecenterText5::
text_start
done