mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Use more constants in object data
This commit is contained in:
parent
a9528fc870
commit
a02c327910
85 changed files with 476 additions and 476 deletions
|
|
@ -14,8 +14,8 @@ Route2Object: ; 0x54022 (size=72)
|
|||
db $b, $b, $4 ; Route2Text4
|
||||
|
||||
db $2 ; people
|
||||
db SPRITE_BALL, $36 + 4, $d + 4, $ff, $ff, $81, MOON_STONE ; item
|
||||
db SPRITE_BALL, $2d + 4, $d + 4, $ff, $ff, $82, HP_UP ; item
|
||||
db SPRITE_BALL, $36 + 4, $d + 4, $ff, $ff, ITEM | $1, MOON_STONE
|
||||
db SPRITE_BALL, $2d + 4, $d + 4, $ff, $ff, ITEM | $2, HP_UP
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP ROUTE_2_WIDTH, $9, $c ; DIGLETTS_CAVE_EXIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue