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

Rowan NPC added to Cinnabar Lab, just a little cute thing. Bill's Garden could see many revisions, what's here is the bare minimum. Here's what's done: - Nidorino NPC blocks it off and is unlocked in the post-game. This currently contradicts the myth - I have a plan for this soon. - Wild Pokemon are the "non-reproducibles" given in Stadium; starters and eevee are mandatory given those were common in the myth - Hisui forms should be added when possible - I had to remake Martha's map in the forest tileset so leaving would be possible - Everything is at a point where it functions
103 lines
1.8 KiB
NASM
103 lines
1.8 KiB
NASM
_BillsHouseText_1e865::
|
|
text "Hiya! I'm a"
|
|
line "#MON..."
|
|
cont "...No I'm not!"
|
|
|
|
para "Call me BILL!"
|
|
line "I'm a true blue"
|
|
cont "#MANIAC! Hey!"
|
|
cont "What's with that"
|
|
cont "skeptical look?"
|
|
|
|
para "I'm not joshing"
|
|
line "you, I screwed up"
|
|
cont "an experiment and"
|
|
cont "got combined with"
|
|
cont "a #MON!"
|
|
|
|
para "So, how about it?"
|
|
line "Help me out here!"
|
|
done
|
|
|
|
_BillsHouseText_1e86a::
|
|
text "When I'm in the"
|
|
line "TELEPORTER, go to"
|
|
cont "my PC and run the"
|
|
cont "Cell Separation"
|
|
cont "System!"
|
|
done
|
|
|
|
_BillsHouseText_1e86f::
|
|
text "No!? Come on, you"
|
|
line "gotta help a guy"
|
|
cont "in deep trouble!"
|
|
|
|
para "What do you say,"
|
|
line "chief? Please?"
|
|
cont "OK? All right!"
|
|
prompt
|
|
|
|
_BillThankYouText::
|
|
text "BILL: Yeehah!"
|
|
line "Thanks, bud! I"
|
|
cont "owe you one!"
|
|
|
|
para "So, did you come"
|
|
line "to see my #MON"
|
|
cont "collection?"
|
|
cont "You didn't?"
|
|
cont "That's a bummer."
|
|
|
|
para "I've got to thank"
|
|
line "you... Oh here,"
|
|
cont "maybe this'll do."
|
|
prompt
|
|
|
|
_SSTicketReceivedText::
|
|
text "<PLAYER> received"
|
|
line "an @"
|
|
text_ram wStringBuffer
|
|
text "!@"
|
|
text_end
|
|
|
|
_SSTicketNoRoomText::
|
|
text "You've got too"
|
|
line "much stuff, bud!"
|
|
done
|
|
|
|
_BillsHouseText_1e8cb::
|
|
text "That cruise ship,"
|
|
line "S.S.ANNE, is in"
|
|
cont "VERMILION CITY."
|
|
cont "Its passengers"
|
|
cont "are all trainers!"
|
|
|
|
para "They invited me"
|
|
line "to their party,"
|
|
cont "but I can't stand"
|
|
cont "fancy do's. Why"
|
|
cont "don't you go"
|
|
cont "instead of me?"
|
|
done
|
|
|
|
_BillsHouseText_1e8da::
|
|
text "BILL: Look, bud,"
|
|
line "just check out"
|
|
cont "some of my rare"
|
|
cont "#MON on my PC!"
|
|
done
|
|
|
|
_BillsHouseNidorino::
|
|
text "NIDORINO stares"
|
|
line "you down..."
|
|
done
|
|
|
|
_BillWarning::
|
|
text "BILL: Hey, bud!"
|
|
line "Stay away from"
|
|
cont "there, would ya?"
|
|
|
|
para "My prized #MON"
|
|
line "are in there!"
|
|
done
|