diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-23 20:44:32 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-23 20:44:32 -0400 |
commit | 85f7328bf853d30c23149151718c2ccef337ced5 (patch) | |
tree | df7540cefd678ce1f3055ffcdcb117fef75784a8 /constants/map_object_constants.asm | |
parent | 50ea6d6e22804441c028e8bbbdd3e0720b4478c5 (diff) |
Identify USE_OBP1_F
Diffstat (limited to 'constants/map_object_constants.asm')
-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 |