diff options
author | yenatch <yenatch@gmail.com> | 2013-12-23 04:39:26 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-23 04:39:26 -0500 |
commit | 7b20626c7bb90d0bc43c3eb001844d917b2034bf (patch) | |
tree | a19eec0b8f49fb85b1f01cac17ec6630e99ef4fe /constants | |
parent | 48db6daef9741aafaf0ff339c01f9e7920089f8e (diff) |
more object struct constants
Diffstat (limited to 'constants')
-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 2e451f41e..e9e00f6e6 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -1771,6 +1771,7 @@ DUNGEON EQU 7 OBJECT_SPRITE EQU $2 OBJECT_FLAGS EQU $5 OBJECT_PALETTE EQU $6 +OBJECT_STEP_DURATION EQU $a OBJECT_FACING EQU $d OBJECT_STANDING_TILE EQU $e OBJECT_NEXT_TILE EQU $f |