1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
AgathasRoom_Object:
db $0 ; border block
def_warp_events
warp_event 4, 11, BRUNOS_ROOM, 3
warp_event 5, 11, BRUNOS_ROOM, 4
warp_event 4, 0, LANCES_ROOM, 1
warp_event 5, 0, LANCES_ROOM, 1
def_bg_events
def_object_events
object_event 5, 2, SPRITE_AGATHA, STAY, DOWN, 1, OPP_AGATHA, 1
def_warps_to AGATHAS_ROOM
|