mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Fix object constant names
swap LEFT and RIGHT FACE is better named STAY because sprites that have no range do not necessarily face any direction STAY has been renamed to NONE because sprites that use this will spin randomly, except for the item/voltorb/electrode sprite I never should have listened to https://github.com/iimarckus/pokered/issues/89
This commit is contained in:
parent
0e48333fb8
commit
4452acb021
204 changed files with 830 additions and 830 deletions
|
|
@ -10,11 +10,11 @@ SilphCo11Object: ; 0x62380 (size=72)
|
|||
db $0 ; signs
|
||||
|
||||
db $5 ; objects
|
||||
object SPRITE_MR_MASTERBALL, $7, $5, FACE, DOWN, $1 ; person
|
||||
object SPRITE_FOULARD_WOMAN, $a, $5, FACE, DOWN, $2 ; person
|
||||
object SPRITE_GIOVANNI, $6, $9, FACE, DOWN, $3, GIOVANNI + $C8, $2
|
||||
object SPRITE_ROCKET, $3, $10, FACE, UP, $4, ROCKET + $C8, $29
|
||||
object SPRITE_ROCKET, $f, $9, FACE, UP, $5, ROCKET + $C8, $28
|
||||
object SPRITE_MR_MASTERBALL, $7, $5, STAY, DOWN, $1 ; person
|
||||
object SPRITE_FOULARD_WOMAN, $a, $5, STAY, DOWN, $2 ; person
|
||||
object SPRITE_GIOVANNI, $6, $9, STAY, DOWN, $3, GIOVANNI + $C8, $2
|
||||
object SPRITE_ROCKET, $3, $10, STAY, UP, $4, ROCKET + $C8, $29
|
||||
object SPRITE_ROCKET, $f, $9, STAY, UP, $5, ROCKET + $C8, $28
|
||||
|
||||
; warp-to
|
||||
EVENT_DISP SILPH_CO_11F_WIDTH, $0, $9 ; SILPH_CO_10F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue