summaryrefslogtreecommitdiff
path: root/home/map_objects.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-29 13:15:58 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-29 13:15:58 -0500
commit9bbb65166e4f7674bbdec7b1314b0cf42b43a923 (patch)
treee6e65f2094fddc71695e517075800ca36124c4f6 /home/map_objects.asm
parenta2a26682330b70629d68f1f159c9b139b237c5ae (diff)
More movement stuff
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 855e0af39..be2c8553a 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -460,7 +460,7 @@ LoadMovementDataPointer:: ; 19e9
ld hl, OBJECT_STEP_TYPE
add hl, bc
- ld [hl], 0
+ ld [hl], STEP_TYPE_00
ld hl, VramState
set 7, [hl]
@@ -611,7 +611,7 @@ endr
ret
; 1aae
-Function1aae:: ; 1aae
+_GetMovementByte:: ; 1aae
; Switch to the movement data bank
ld a, [hROMBank]
push af