diff options
Diffstat (limited to 'constants/oam_constants.asm')
-rwxr-xr-x | constants/oam_constants.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/constants/oam_constants.asm b/constants/oam_constants.asm index f0f06025..be63dc24 100755 --- a/constants/oam_constants.asm +++ b/constants/oam_constants.asm @@ -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 |