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

In the name of making Pikachu/Eevee mode more accurate to Yellow, the starter trio are being made obtainable. However, I am also improving it in some respects to make it more accurate. In the anime, the Hidden Village is between Cerulean and Vermillion, so Yellow's implementation is inaccurate. It also pushes the Jynx trader out of the house, which is undesirable. Thus, Melanie has been placed in the Day Care to give more reason to go there, as well as make the Day Care look more like the one from FireRed and LeafGreen. In the name of this, a PC has been added as well, allowing for easier utility around the Day Care itself. Bulbasaur is currently allergic to hiding for some reason but we'll figure that out later.
118 lines
1.8 KiB
NASM
118 lines
1.8 KiB
NASM
_DayCareIntroText::
|
|
text "I run a DAYCARE."
|
|
line "Would you like me"
|
|
cont "to raise one of"
|
|
cont "your #MON?"
|
|
done
|
|
|
|
_DayCareWhichMonText::
|
|
text "Which #MON"
|
|
line "should I raise?"
|
|
prompt
|
|
|
|
_DayCareWillLookAfterMonText::
|
|
text "Fine, I'll look"
|
|
line "after @"
|
|
text_ram wcd6d
|
|
text_start
|
|
cont "for a while."
|
|
prompt
|
|
|
|
_DayCareComeSeeMeInAWhileText::
|
|
text "Come see me in"
|
|
line "a while."
|
|
done
|
|
|
|
_DayCareMonHasGrownText::
|
|
text "Your @"
|
|
text_ram wcd6d
|
|
text_start
|
|
line "has grown a lot!"
|
|
|
|
para "By level, it's"
|
|
line "grown by @"
|
|
text_decimal wDayCareNumLevelsGrown, 1, 3
|
|
text "!"
|
|
|
|
para "Aren't I great?"
|
|
prompt
|
|
|
|
_DayCareOweMoneyText::
|
|
text "You owe me ¥@"
|
|
text_bcd wDayCareTotalCost, 2 | LEADING_ZEROES | LEFT_ALIGN
|
|
text_start
|
|
line "for the return"
|
|
cont "of this #MON."
|
|
done
|
|
|
|
_DayCareGotMonBackText::
|
|
text "<PLAYER> got"
|
|
line "@"
|
|
text_ram wDayCareMonName
|
|
text " back!"
|
|
done
|
|
|
|
_DayCareMonNeedsMoreTimeText::
|
|
text "Back already?"
|
|
line "Your @"
|
|
text_ram wcd6d
|
|
text_start
|
|
cont "needs some more"
|
|
cont "time with me."
|
|
prompt
|
|
|
|
_MelanieText1::
|
|
text "I take care of"
|
|
line "injured #MON."
|
|
|
|
para "I nursed this"
|
|
line "BULBASAUR back to"
|
|
cont "health!"
|
|
done
|
|
|
|
_MelanieText2::
|
|
text "That said..."
|
|
|
|
para "It needs a good"
|
|
line "trainer to take"
|
|
cont "care of it now."
|
|
|
|
para "I know! Would you"
|
|
line "take care of this"
|
|
cont "BULBASAUR?"
|
|
done
|
|
|
|
_MelanieText3::
|
|
text "Please take care"
|
|
line "of BULBASAUR!"
|
|
done
|
|
|
|
_MelanieText4::
|
|
text "Is BULBASAUR"
|
|
line "doing well?"
|
|
done
|
|
|
|
_MelanieText5::
|
|
text "Oh..."
|
|
line "That's too bad..."
|
|
done
|
|
|
|
_MelanieText6::
|
|
text "Umm...your PARTY"
|
|
line "is full."
|
|
|
|
para "There's a PC over"
|
|
line "there, if you"
|
|
cont "don't mind..."
|
|
done
|
|
|
|
_MelanieText7::
|
|
text "One day, I think"
|
|
line "someone will love"
|
|
cont "to have it."
|
|
|
|
para "Someone who began"
|
|
line "a journey with a"
|
|
cont "cute #MON!"
|
|
done
|