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
20
data/mapObjects/gary.asm
Executable file
20
data/mapObjects/gary.asm
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
GaryObject: ; 0x7612f (size=48)
|
||||
db $3 ; border block
|
||||
|
||||
db $4 ; warps
|
||||
db $7, $3, $1, LANCES_ROOM
|
||||
db $7, $4, $2, LANCES_ROOM
|
||||
db $0, $3, $0, HALL_OF_FAME
|
||||
db $0, $4, $0, HALL_OF_FAME
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $2 ; people
|
||||
db SPRITE_BLUE, $2 + 4, $4 + 4, $ff, $d0, $1 ; person
|
||||
db SPRITE_OAK, $7 + 4, $3 + 4, $ff, $d1, $2 ; person
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP CHAMPIONS_ROOM_WIDTH, $7, $3 ; LANCES_ROOM
|
||||
EVENT_DISP CHAMPIONS_ROOM_WIDTH, $7, $4 ; LANCES_ROOM
|
||||
EVENT_DISP CHAMPIONS_ROOM_WIDTH, $0, $3 ; HALL_OF_FAME
|
||||
EVENT_DISP CHAMPIONS_ROOM_WIDTH, $0, $4 ; HALL_OF_FAME
|
||||
Loading…
Add table
Add a link
Reference in a new issue