fix OAMFLAG_VFLIPPED (#283)

Replace incorrect label OAMFLAG_VFLIPPED with OAM_HFLIP
This commit is contained in:
Akihiro Otomo 2020-08-02 13:31:10 +09:00 committed by GitHub
parent 2b54583c8b
commit b48bbbb047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View file

@ -1,8 +1,6 @@
; OAM flags used by this game
OAMFLAG_ENDOFDATA EQU %00000001 ; pseudo OAM flag, only used by game logic
OAMFLAG_CANBEMASKED EQU %00000010 ; pseudo OAM flag, only used by game logic
OAMFLAG_VFLIPPED EQU %00100000 ; OAM flag flips the sprite vertically.
; Used for making left facing sprites face right and to alternate between left and right foot animation when walking up or down
; OAM attribute flags
OAM_PALETTE EQU %111