mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Pull map objects out of main.asm
This commit is contained in:
parent
b438d0c1d7
commit
e1a931df6a
227 changed files with 5208 additions and 4974 deletions
19
data/mapObjects/agatha.asm
Executable file
19
data/mapObjects/agatha.asm
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
AgathaObject: ; 0x76534 (size=44)
|
||||
db $0 ; border block
|
||||
|
||||
db $4 ; warps
|
||||
db $b, $4, $2, BRUNOS_ROOM
|
||||
db $b, $5, $3, BRUNOS_ROOM
|
||||
db $0, $4, $0, LANCES_ROOM
|
||||
db $0, $5, $0, LANCES_ROOM
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $1 ; people
|
||||
db SPRITE_AGATHA, $2 + 4, $5 + 4, $ff, $d0, $41, AGATHA + $C8, $1 ; trainer
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $4 ; BRUNOS_ROOM
|
||||
EVENT_DISP AGATHAS_ROOM_WIDTH, $b, $5 ; BRUNOS_ROOM
|
||||
EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $4 ; LANCES_ROOM
|
||||
EVENT_DISP AGATHAS_ROOM_WIDTH, $0, $5 ; LANCES_ROOM
|
||||
Loading…
Add table
Add a link
Reference in a new issue