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

This adds the S.S. Anne healer from FRLG that's notorious for gaslighting newer players who just think she's there. This also adds an extremely early Mewtwo theme. It's far from finished, just happens to be in this commit as I was testing it in debug - thanks to Luci for working on this! Updated bug list as well with things my friend Crunter found.
24 lines
669 B
NASM
24 lines
669 B
NASM
SSAnne1F_Object:
|
|
db $c ; border block
|
|
|
|
def_warp_events
|
|
warp_event 26, 0, VERMILION_DOCK, 2
|
|
warp_event 27, 0, VERMILION_DOCK, 2
|
|
warp_event 19, 8, SS_ANNE_1F_ROOMS, 1
|
|
warp_event 23, 8, SS_ANNE_1F_ROOMS, 2
|
|
warp_event 31, 8, SS_ANNE_1F_ROOMS, 3
|
|
warp_event 15, 8, SS_ANNE_1F_ROOMS, 4
|
|
warp_event 11, 8, SS_ANNE_1F_ROOMS, 5
|
|
warp_event 7, 8, SS_ANNE_1F_ROOMS, 6
|
|
warp_event 2, 6, SS_ANNE_2F, 7
|
|
warp_event 37, 15, SS_ANNE_B1F, 6
|
|
warp_event 3, 16, SS_ANNE_KITCHEN, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 12, 6, SPRITE_WAITER, WALK, LEFT_RIGHT, 1 ; person
|
|
object_event 27, 5, SPRITE_SAILOR, STAY, NONE, 2 ; person
|
|
|
|
def_warps_to SS_ANNE_1F
|