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

This commit adds NPCs and signs to Citrine, doing some significant worldbuilding in the process. I considered adding an event where Oak greets you like how the Magma/Aqua Admins do on the ORAS Battle Resort, but it seemed a little too on-the-nose, y'know? There was an issue where you wouldn't be walked out of doors automatically, which was quite immersion-breaking. That was because the door tile IDs weren't defined - this is fixed too. Some map elements have been altered to facilitate the new changes, and obviously, some map sprite slots have been filled. Importing and changing the Battle Tent is most likely my next task.
20 lines
334 B
NASM
20 lines
334 B
NASM
_CitrinePokecenterText2::
|
|
text "I've seen a lot"
|
|
line "of men in black"
|
|
cont "going in and"
|
|
cont "out of a house"
|
|
cont "down the road."
|
|
|
|
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
|