kep-hack/data/maps/objects/Daycare.asm
Llinos Evans c716be39da Daycare Revamp (except Bulbasaur)
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.
2023-06-28 01:04:09 +01:00

20 lines
585 B
NASM

Daycare_Object:
db $a ; border block
def_warp_events
warp_event 4, 7, LAST_MAP, 5
warp_event 5, 7, LAST_MAP, 5
def_bg_events
bg_event 7, 4, 7 ; Daycare Book
def_object_events
object_event 2, 2, SPRITE_GENTLEMAN, STAY, RIGHT, 1 ; person
object_event 7, 5, SPRITE_GIRL, STAY, UP, 2 ; person
object_event 8, 5, SPRITE_BULBASAUR, STAY, UP, 3 ; person
object_event 10, 2, SPRITE_ODDISH, STAY, DOWN, 4 ; person
object_event 9, 4, SPRITE_SANDSHREW, STAY, LEFT, 5 ; person
object_event 7, 1, SPRITE_MONSTER, STAY, LEFT_RIGHT, 6 ; person
def_warps_to DAYCARE