mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

I am tired of doing the Legendary wing event, so I'm populating Citrine City. Some notes; - I refactored the In-Game Trades to match their nicknames and re-distributed them. - I swapped Fuschia's bench guy for the third unused one meant for the safe house, but I may outright restore these. - I refactored the Pokecenter Hidden Objects to all use the same set - they're clones of each other, so this works out. This saves a TON of bytes and works fine. - I placed the Harry trade for Kadabra/Alakazam in Citrine Pokecenter as it feels right for such a powerful Pokemon to be post-game.
20 lines
327 B
NASM
20 lines
327 B
NASM
_CitrinePokecenterText2::
|
|
text "I've seen a lot"
|
|
line "of men in black"
|
|
cont "going in and"
|
|
cont "out of this one"
|
|
cont "house."
|
|
|
|
para "It couldn't be,"
|
|
line "could it?"
|
|
done
|
|
|
|
_CitrinePokecenterText3::
|
|
text "The TRAINERs here"
|
|
line "are too tough!"
|
|
|
|
para "What are they"
|
|
line "feeding their"
|
|
cont "#MON?!"
|
|
done
|