summaryrefslogtreecommitdiff
path: root/home/oam_dma.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/oam_dma.asm')
-rw-r--r--home/oam_dma.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/oam_dma.asm b/home/oam_dma.asm
index 42c68e7..db08f0e 100644
--- a/home/oam_dma.asm
+++ b/home/oam_dma.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "OAM DMA", ROMX[$4153], BANK[$01]
+SECTION "home/oam_dma.asm", ROMX
WriteOAMDMACodeToHRAM:: ; 4153
ld c, LOW(hOAMDMA)
@@ -22,4 +22,4 @@ WriteOAMDMACodeToHRAM:: ; 4153
dec a
jr nz, .wait
ret
-.OAMDMAEnd ; 416b
+.OAMDMAEnd ; 416b \ No newline at end of file