mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55: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/fuchsiameetingroom.asm
Executable file
17
data/mapObjects/fuchsiameetingroom.asm
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
FuchsiaMeetingRoomObject: ; 0x756fc (size=38)
|
||||
db $17 ; border block
|
||||
|
||||
db $2 ; warps
|
||||
db $7, $4, $6, $ff
|
||||
db $7, $5, $6, $ff
|
||||
|
||||
db $0 ; signs
|
||||
|
||||
db $3 ; people
|
||||
db SPRITE_WHITE_PLAYER, $1 + 4, $4 + 4, $ff, $d0, $1 ; person
|
||||
db SPRITE_WHITE_PLAYER, $2 + 4, $0 + 4, $ff, $d1, $2 ; person
|
||||
db SPRITE_WHITE_PLAYER, $1 + 4, $a + 4, $ff, $d0, $3 ; person
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP FUCHSIA_MEETING_ROOM_WIDTH, $7, $4
|
||||
EVENT_DISP FUCHSIA_MEETING_ROOM_WIDTH, $7, $5
|
||||
Loading…
Add table
Add a link
Reference in a new issue