mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
326 B
NASM
15 lines
326 B
NASM
PewterSpeechHouse_Object:
|
|
db $a ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 6
|
|
warp_event 3, 7, LAST_MAP, 6
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 2, 3, SPRITE_GAMBLER, STAY, RIGHT, 1 ; person
|
|
object_event 4, 5, SPRITE_YOUNGSTER, STAY, NONE, 2 ; person
|
|
|
|
def_warps_to PEWTER_SPEECH_HOUSE
|