Rename OBJECT_LENGTH to MAPOBJECT_LENGTH and OBJECT_STRUCT_LENGTH to OBJECT_LENGTH

This commit is contained in:
Rangi
2019-11-03 12:25:59 -05:00
parent 01f68fcc6a
commit 5134266b9a
10 changed files with 37 additions and 37 deletions

View File

@@ -1626,7 +1626,7 @@ CmdQueue_StoneTable:
jr c, .fall_down_hole
.next
ld hl, OBJECT_STRUCT_LENGTH
ld hl, OBJECT_LENGTH
add hl, de
ld d, h
ld e, l