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:
dannye 2015-07-18 22:36:22 -05:00
parent 0e48333fb8
commit 4452acb021
204 changed files with 830 additions and 830 deletions

View file

@ -7,14 +7,14 @@ Mansion4Object: ; 0x52498 (size=69)
db $0 ; signs
db $8 ; objects
object SPRITE_BLACK_HAIR_BOY_2, $10, $17, FACE, STAY, $1, BURGLAR + $C8, $9
object SPRITE_OAK_AIDE, $1b, $b, FACE, DOWN, $2, SCIENTIST + $C8, $d
object SPRITE_BALL, $a, $2, FACE, STAY, $3, RARE_CANDY
object SPRITE_BALL, $1, $16, FACE, STAY, $4, FULL_RESTORE
object SPRITE_BALL, $13, $19, FACE, STAY, $5, TM_14
object SPRITE_BALL, $5, $4, FACE, STAY, $6, TM_22
object SPRITE_BOOK_MAP_DEX, $10, $14, FACE, STAY, $7 ; person
object SPRITE_BALL, $5, $d, FACE, STAY, $8, SECRET_KEY
object SPRITE_BLACK_HAIR_BOY_2, $10, $17, STAY, NONE, $1, BURGLAR + $C8, $9
object SPRITE_OAK_AIDE, $1b, $b, STAY, DOWN, $2, SCIENTIST + $C8, $d
object SPRITE_BALL, $a, $2, STAY, NONE, $3, RARE_CANDY
object SPRITE_BALL, $1, $16, STAY, NONE, $4, FULL_RESTORE
object SPRITE_BALL, $13, $19, STAY, NONE, $5, TM_14
object SPRITE_BALL, $5, $4, STAY, NONE, $6, TM_22
object SPRITE_BOOK_MAP_DEX, $10, $14, STAY, NONE, $7 ; person
object SPRITE_BALL, $5, $d, STAY, NONE, $8, SECRET_KEY
; warp-to
EVENT_DISP MANSION_4_WIDTH, $16, $17 ; MANSION_1