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
17
data/mapObjects/lance.asm
Executable file
17
data/mapObjects/lance.asm
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
LanceObject: ; 0x5a3c5 (size=36)
|
||||
db $3 ; border block
|
||||
|
||||
db $3 ; warps
|
||||
db $10, $18, $2, AGATHAS_ROOM
|
||||
db $0, $5, $0, CHAMPIONS_ROOM
|
||||
db $0, $6, $0, CHAMPIONS_ROOM
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $1 ; people
|
||||
db SPRITE_LANCE, $1 + 4, $6 + 4, $ff, $d0, $41, LANCE + $C8, $1 ; trainer
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP LANCES_ROOM_WIDTH, $10, $18 ; AGATHAS_ROOM
|
||||
EVENT_DISP LANCES_ROOM_WIDTH, $0, $5 ; CHAMPIONS_ROOM
|
||||
EVENT_DISP LANCES_ROOM_WIDTH, $0, $6 ; CHAMPIONS_ROOM
|
||||
Loading…
Add table
Add a link
Reference in a new issue