aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/BillsHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/BillsHouse.asm')
-rw-r--r--scripts/BillsHouse.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/BillsHouse.asm b/scripts/BillsHouse.asm
index 6b65aa38..d43ae546 100644
--- a/scripts/BillsHouse.asm
+++ b/scripts/BillsHouse.asm
@@ -82,13 +82,13 @@ BillsHouseBillExitsMachineScript:
call DelayFrames
ld a, BILLSHOUSE_BILL1
ldh [hSpriteIndex], a
- ld de, BillExitMachineMovement
+ ld de, .BillExitMachineMovement
call MoveSprite
ld a, SCRIPT_BILLSHOUSE_CLEANUP
ld [wBillsHouseCurScript], a
ret
-BillExitMachineMovement:
+.BillExitMachineMovement:
db NPC_MOVEMENT_DOWN
db NPC_MOVEMENT_RIGHT
db NPC_MOVEMENT_RIGHT