summaryrefslogtreecommitdiff
path: root/home/movement.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/movement.asm')
-rw-r--r--home/movement.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/movement.asm b/home/movement.asm
index 212a4b3..b1dd6c0 100644
--- a/home/movement.asm
+++ b/home/movement.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "Movement ROM0", ROM0 [$19d1]
+SECTION "home/movement.asm", ROM0
InitMovementBuffer::
ld [wMovementBufferObject], a
@@ -126,4 +126,4 @@ ComputePathToWalkToPlayer::
; big_step DOWN
; big_step UP
; big_step LEFT
-; big_step RIGHT
+; big_step RIGHT \ No newline at end of file