summaryrefslogtreecommitdiff
path: root/home/cry.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/cry.asm')
-rw-r--r--home/cry.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/cry.asm b/home/cry.asm
index 112505e..02a281b 100644
--- a/home/cry.asm
+++ b/home/cry.asm
@@ -1,6 +1,6 @@
include "constants.asm"
-SECTION "Cry Home", ROM0 [$39b1]
+SECTION "home/cry.asm", ROM0
PlayStereoCry::
push af
@@ -101,4 +101,4 @@ Function3a42::
ld b, $0
add hl, bc
ld a, [hl]
- ret
+ ret \ No newline at end of file