diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:25:59 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-03 12:26:38 -0500 |
commit | 5134266b9a4570f69df5e9bc8a0d91a116da796c (patch) | |
tree | a3706d30c1a0abb24f8200de1e3aabcfc3ebeecf /engine/overworld/overworld.asm | |
parent | 01f68fcc6ab477c7feaa07979391de9649f70fb4 (diff) |
Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH
Diffstat (limited to 'engine/overworld/overworld.asm')
-rw-r--r-- | engine/overworld/overworld.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/overworld.asm b/engine/overworld/overworld.asm index e47645f2c..814f608f7 100644 --- a/engine/overworld/overworld.asm +++ b/engine/overworld/overworld.asm @@ -109,7 +109,7 @@ AddIndoorSprites: push af ld a, [hl] call AddSpriteGFX - ld de, OBJECT_LENGTH + ld de, MAPOBJECT_LENGTH add hl, de pop af inc a |