aboutsummaryrefslogtreecommitdiffstats
path: root/engine/oam_dma.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-18 20:49:52 -0700
committerYamaArashi <shadow962@live.com>2015-07-18 21:58:55 -0700
commitc169073eed4f0362ef42170098a141a2fcbd71d0 (patch)
treea4f97ff8eff1a9fc80cadc4dba3fe9d088410656 /engine/oam_dma.asm
parentA few missed TX_ASM (diff)
downloadpokeyellow-c169073eed4f0362ef42170098a141a2fcbd71d0.tar.gz
pokeyellow-c169073eed4f0362ef42170098a141a2fcbd71d0.tar.xz
pokeyellow-c169073eed4f0362ef42170098a141a2fcbd71d0.zip
misc
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 bd89677a..7326445e 100644
--- a/engine/oam_dma.asm
+++ b/engine/oam_dma.asm
@@ -15,7 +15,7 @@ WriteDMACodeToHRAM:
DMARoutine:
; initiate DMA
ld a, wOAMBuffer / $100
- ld [$ff46], a
+ ld [rDMA], a
; wait for DMA to finish
ld a, $28