diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_object_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/map_object_constants.asm b/constants/map_object_constants.asm index 191b3af9c..6b9d3cacf 100644 --- a/constants/map_object_constants.asm +++ b/constants/map_object_constants.asm @@ -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 |