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

I'm committing this for someone to have a look at my apparently-garbage code and figure out what I'm doing wrong because i CANNOT figure this out on my own
32 lines
535 B
NASM
32 lines
535 B
NASM
_SilphCo1Text1::
|
|
text "Welcome!"
|
|
|
|
para "The PRESIDENT is"
|
|
line "in the boardroom"
|
|
cont "on 11F!"
|
|
done
|
|
|
|
_SilphCo1Text2::
|
|
text "Past here is the"
|
|
line "SILPH GAUNTLET,"
|
|
cont "a gathering of"
|
|
cont "some of KANTO's"
|
|
cont "best trainers!"
|
|
|
|
para "I can only allow"
|
|
line "you in if you've"
|
|
cont "been invited by"
|
|
cont "CHIEF, though."
|
|
done
|
|
|
|
_SilphCo1Text3::
|
|
text "Excuse me, only"
|
|
line "trainers with a"
|
|
cont "special invite"
|
|
cont "are allowed in."
|
|
|
|
para "Please come back"
|
|
line "once you have an"
|
|
cont "invite!"
|
|
done
|