summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-29 18:22:23 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-29 18:22:23 -0400
commit895e14cd05c95859820b4bae6b8ee0b6b3603f50 (patch)
tree8feef7a5800aed0a5bc4c53237414cf061b55187 /home/map_objects.asm
parent594253eb30e8e2ee8b4b9e0cfe7442eba0e3d3b4 (diff)
Reworked person_event arguments
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 1071ff01c..ac363b31d 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -549,7 +549,7 @@ Function1a71:: ; 1a71
ld d, 0
ld hl, ObjectStruct3_Data + 1
rept OBJECT_STRUCT_3_DATA_WIDTH
- add hl,de
+ add hl, de
endr
ld b, h
ld c, l