summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/oam_dma.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/oam_dma.asm b/home/oam_dma.asm
index 42ecaaf..42c68e7 100644
--- a/home/oam_dma.asm
+++ b/home/oam_dma.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-SECTION "OAM DMA", ROMX[$4153],BANK[1]
+SECTION "OAM DMA", ROMX[$4153], BANK[$01]
WriteOAMDMACodeToHRAM:: ; 4153
ld c, LOW(hOAMDMA)