diff options
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 6f5b71310..dc3337b2a 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -718,17 +718,16 @@ const_value SET 1 const MAPOBJECT_FLAG_HI ; d const MAPOBJECT_E ; unused const MAPOBJECT_F ; unused - -MAPOBJECT_NOT_VISIBLE EQU -1 + MAPOBJECT_SCREEN_HEIGHT EQU 11 MAPOBJECT_SCREEN_WIDTH EQU 12 OBJECT_STRUCT_3_DATA_WIDTH EQU 6 OBJECT_STRUCT_3_DATA_HEIGHT EQU 37 OW_DOWN EQU $0 -OW_RIGHT EQU $4 -OW_UP EQU $8 -OW_LEFT EQU $c +OW_UP EQU $4 +OW_LEFT EQU $8 +OW_RIGHT EQU $c const_def const EMOTE_SHOCK ; 0 |