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
14
data/mapObjects/route1.asm
Executable file
14
data/mapObjects/route1.asm
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
Route1Object: ; 0x1c0e5 (size=19)
|
||||
db $b ; border block
|
||||
|
||||
db $0 ; warps
|
||||
|
||||
db $1 ; signs
|
||||
db $1b, $9, $3 ; Route1Text3
|
||||
|
||||
db $2 ; people
|
||||
db SPRITE_BUG_CATCHER, $18 + 4, $5 + 4, $fe, $1, $1 ; person
|
||||
db SPRITE_BUG_CATCHER, $d + 4, $f + 4, $fe, $2, $2 ; person
|
||||
|
||||
; warp-to (unused)
|
||||
EVENT_DISP $4, $7, $2
|
||||
Loading…
Add table
Add a link
Reference in a new issue