diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 09:16:56 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-03 09:16:56 -0500 |
commit | 4a16bbe45a3d547c44aadd127253f6f5eaf78f54 (patch) | |
tree | 1e929e3d56155f83e90e5689c0f8ea0b319304a8 /constants/map_constants.asm | |
parent | 1c1fe276ca59726bb0008c60006c6b48cd093573 (diff) |
sprite_header and emote_header
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 1 |
1 files changed, 1 insertions, 0 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 |