aboutsummaryrefslogtreecommitdiffstats
path: root/constants/oam_constants.asm
blob: f1ddf02142d2c844e589f61e076c1950e4e21da4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
; Pseudo-OAM flags used by game logic
	const_def
	const BIT_END_OF_OAM_DATA    ; 0
	const BIT_SPRITE_UNDER_GRASS ; 1

; Used in SpriteFacingAndAnimationTable (see data/sprites/facings.asm)
DEF FACING_END  EQU 1 << BIT_END_OF_OAM_DATA
DEF UNDER_GRASS EQU 1 << BIT_SPRITE_UNDER_GRASS

DEF OAM_HIGH_PALS EQU 1 << 2 ; palettes %100-%111 are OBP1