summaryrefslogtreecommitdiff
path: root/engine/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
commit72af3337fd8746c51aac273b6c056209e73c7ae0 (patch)
tree661d1515bcee017ce4652bc02d0691e00992ec9a /engine/map_objects.asm
parente0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff)
No more NONE
Diffstat (limited to 'engine/map_objects.asm')
-rw-r--r--engine/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/map_objects.asm b/engine/map_objects.asm
index ee5727f37..a5d792204 100644
--- a/engine/map_objects.asm
+++ b/engine/map_objects.asm
@@ -3103,7 +3103,7 @@ Function57e2: ; 57e2
ld a, d
and %10000000
ret z
- ld bc, NONE ; debug?
+ ld bc, 0 ; debug?
ld hl, OBJECT_FACING
add hl, bc
ld a, [hl]