summaryrefslogtreecommitdiff
path: root/home/delay.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/delay.asm')
-rw-r--r--home/delay.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/delay.asm b/home/delay.asm
index 286cc0c..2f8ec13 100644
--- a/home/delay.asm
+++ b/home/delay.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "Delay", ROM0[$0317]
+SECTION "home/delay.asm", ROM0
DelayFrame::
; Wait for one frame
@@ -19,4 +19,4 @@ DelayFrames::
call DelayFrame
dec c
jr nz, DelayFrames
- ret
+ ret \ No newline at end of file