mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00

- Finishes the Vermilion Beauty event. One silly mistake involving the choice was fixed, and a workaround for wBeautyChoice failing in strange places implemented. Functionally the result I wanted. - Implemented the Yellow spriteset for Vermilion City with minor adaptations. Fixes that funny issue I found on stream. - Viridian Pre-Gym was fixed, reworking some events.
22 lines
708 B
NASM
22 lines
708 B
NASM
ViridianPreGym_Object:
|
|
db $0 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 5, 13, LAST_MAP, 7
|
|
warp_event 4, 13, LAST_MAP, 7
|
|
|
|
def_bg_events
|
|
bg_event 2, 7, 6 ; League poster
|
|
bg_event 4, 0, 7 ; Trainer Tips 1
|
|
bg_event 5, 0, 8 ; Trainer Tips 2
|
|
bg_event 8, 6, 9 ; PC
|
|
bg_event 3, 7, 10 ; Rhydon Statue
|
|
bg_event 6, 7, 11 ; Rhydon Statue
|
|
|
|
def_object_events
|
|
object_event 6, 9, SPRITE_GIRL, STAY, LEFT, 1, OPP_STUDENT, 1 ; person, Trainer 1
|
|
object_event 3, 8, SPRITE_GIRL, STAY, RIGHT, 2, OPP_STUDENT, 2 ; person, Trainer 2
|
|
object_event 5, 2, SPRITE_YOUNGSTER, STAY, NONE, 3 ; person, Yujirou
|
|
object_event 1, 6, SPRITE_GYM_GUIDE, STAY, DOWN, 5 ; person
|
|
|
|
def_warps_to VIRIDIAN_PRE_GYM |