diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 1 | ||||
-rw-r--r-- | constants/wram_constants.asm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 0880a4f1e..35a26b9e2 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -566,6 +566,7 @@ const_value SET 1 const MAPOBJECT_FLAG_HI ; d const MAPOBJECT_E ; unused const MAPOBJECT_F ; unused +OBJECT_LENGTH EQU const_value MAPOBJECT_SCREEN_HEIGHT EQU 11 MAPOBJECT_SCREEN_WIDTH EQU 12 diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 9bb72b2a2..dd2c6f40b 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -54,7 +54,6 @@ SATURDAY EQU 6 PLAYER_OBJECT EQU 0 NUM_OBJECTS EQU $10 -OBJECT_LENGTH EQU $10 ; InputType: ; c2c7 AUTO_INPUT EQU $ff |