summaryrefslogtreecommitdiff
path: root/engine/oam_dma.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/oam_dma.asm')
-rw-r--r--engine/oam_dma.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/oam_dma.asm b/engine/oam_dma.asm
index 6421a1b8..3de4d773 100644
--- a/engine/oam_dma.asm
+++ b/engine/oam_dma.asm
@@ -14,7 +14,7 @@ WriteDMACodeToHRAM:
DMARoutine:
; initiate DMA
- ld a, $c3
+ ld a, wOAMBuffer / $100
ld [$ff46], a
; wait for DMA to finish