Identify USE_OBP1_F

This commit is contained in:
Rangi
2018-05-23 20:44:32 -04:00
parent 50ea6d6e22
commit 85f7328bf8
3 changed files with 11 additions and 9 deletions

View File

@@ -58,10 +58,12 @@ EMOTE_OBJECT EQU 1 << EMOTE_OBJECT_F
LOW_PRIORITY_F EQU 0
HIGH_PRIORITY_F EQU 1
OVERHEAD_F EQU 3
USE_OBP1_F EQU 4
LOW_PRIORITY EQU 1 << LOW_PRIORITY_F
HIGH_PRIORITY EQU 1 << HIGH_PRIORITY_F
OVERHEAD EQU 1 << OVERHEAD_F
USE_OBP1 EQU 1 << USE_OBP1_F
; object_struct OBJECT_PALETTE bit flags
SWIMMING_F EQU 5