Define more bit flag constants

This commit is contained in:
Rangi
2018-01-26 12:27:02 -05:00
parent f1366d615f
commit 3332305bb4
3 changed files with 11 additions and 6 deletions

View File

@@ -52,6 +52,11 @@ FIXED_FACING EQU 2
SLIDING EQU 3
EMOTE_OBJECT EQU 7
; object_struct OBJECT_FLAGS2 bit flags
LOW_PRIORITY EQU 0
HIGH_PRIORITY EQU 1
OVERHEAD EQU 3
; map_object struct members (see macros/wram.asm)
const_def