diff options
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 4 |
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 |