summaryrefslogtreecommitdiff
path: root/engine/overworld/movement.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-12-23 16:54:26 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-12-23 16:54:26 -0500
commited133f5c9afac83b9f9ca4f6951c5bdbe4c95fc5 (patch)
tree5731b13e7f583e7be713b20cd1b08ec4d72ef237 /engine/overworld/movement.asm
parent524f57703fb362dd9a131edb1eb5aebad5ffe633 (diff)
Remove "Buffer" suffix from two HRAM labels
Diffstat (limited to 'engine/overworld/movement.asm')
-rw-r--r--engine/overworld/movement.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/overworld/movement.asm b/engine/overworld/movement.asm
index 1c9899ce..4c90c92d 100644
--- a/engine/overworld/movement.asm
+++ b/engine/overworld/movement.asm
@@ -230,7 +230,7 @@ Movement_48:
Movement_remove_object:
call DeleteMapObject
ld hl, wObjectFollow_Leader
- ldh a, [hMapObjectIndexBuffer]
+ ldh a, [hMapObjectIndex]
cp [hl]
jr nz, .not_leading
ld [hl], -1
@@ -673,7 +673,7 @@ NormalStep:
.skip_grass
ld hl, wCenteredObject
- ldh a, [hMapObjectIndexBuffer]
+ ldh a, [hMapObjectIndex]
cp [hl]
jr z, .player
@@ -697,7 +697,7 @@ TurningStep:
ld [hl], OBJECT_ACTION_SPIN
ld hl, wCenteredObject
- ldh a, [hMapObjectIndexBuffer]
+ ldh a, [hMapObjectIndex]
cp [hl]
jr z, .player
@@ -721,7 +721,7 @@ SlideStep:
ld [hl], OBJECT_ACTION_STAND
ld hl, wCenteredObject
- ldh a, [hMapObjectIndexBuffer]
+ ldh a, [hMapObjectIndex]
cp [hl]
jr z, .player
@@ -753,7 +753,7 @@ JumpStep:
call SpawnShadow
ld hl, wCenteredObject
- ldh a, [hMapObjectIndexBuffer]
+ ldh a, [hMapObjectIndex]
cp [hl]
jr z, .player