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

@ -14,10 +14,10 @@ SafariZoneEastObject: ; 0x4588b (size=81)
db $17, $5, $7 ; SafariZoneEastText7
db $4 ; objects
object SPRITE_BALL, $15, $a, FACE, STAY, $1, FULL_RESTORE
object SPRITE_BALL, $3, $7, FACE, STAY, $2, MAX_POTION
object SPRITE_BALL, $14, $d, FACE, STAY, $3, CARBOS
object SPRITE_BALL, $f, $c, FACE, STAY, $4, TM_37
object SPRITE_BALL, $15, $a, STAY, NONE, $1, FULL_RESTORE
object SPRITE_BALL, $3, $7, STAY, NONE, $2, MAX_POTION
object SPRITE_BALL, $14, $d, STAY, NONE, $3, CARBOS
object SPRITE_BALL, $f, $c, STAY, NONE, $4, TM_37
; warp-to
EVENT_DISP SAFARI_ZONE_EAST_WIDTH, $4, $0 ; SAFARI_ZONE_NORTH