summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-03 09:16:56 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-03 09:16:56 -0500
commit4a16bbe45a3d547c44aadd127253f6f5eaf78f54 (patch)
tree1e929e3d56155f83e90e5689c0f8ea0b319304a8 /constants
parent1c1fe276ca59726bb0008c60006c6b48cd093573 (diff)
sprite_header and emote_header
Diffstat (limited to 'constants')
-rw-r--r--constants/map_constants.asm1
-rw-r--r--constants/wram_constants.asm1
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