summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-07-26 00:11:33 -0700
committeryenatch <yenatch@gmail.com>2015-07-26 00:11:33 -0700
commitabf3fc21378ddc6a4028aa1852d256472bc859e0 (patch)
tree68f0e44c4bc3a312254590a346530e66114c34f2 /engine/map_objects.asm
parentec10d9dd6f8db685270529b49f0b3007a7242dcc (diff)
Name some map event reading functions.
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index 28fadfd1a..02381de55 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -2660,7 +2660,7 @@ Function5579: ; 5579
Function5582: ; 5582
ld de, ObjectStructs
- ld a, $d
+ ld a, NUM_OBJECT_STRUCTS
.loop
push af
ld hl, OBJECT_04
@@ -2780,7 +2780,7 @@ Function561d: ; 561d
; 5629
Function5629: ; 5629
- cp $10
+ cp NUM_OBJECTS
ret nc
call GetMapObject
ld hl, MAPOBJECT_OBJECT_STRUCT_ID
@@ -2788,7 +2788,7 @@ Function5629: ; 5629
ld a, [hl]
cp -1
ret z
- cp $d
+ cp NUM_OBJECT_STRUCTS
ret nc
call GetObjectStruct
call GetObjectSprite