diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-27 11:08:52 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-27 11:08:52 -0700 |
| commit | f16f07c5ca38fa269972dfecab7dbae50e0a73ff (patch) | |
| tree | 1a015d00cf025c98f3b5df49b60bedbb89978186 /engine/oam_dma.asm | |
| parent | Remove most static wram addresses. Use labels instead. (diff) | |
| download | pokeyellow-f16f07c5ca38fa269972dfecab7dbae50e0a73ff.tar.gz pokeyellow-f16f07c5ca38fa269972dfecab7dbae50e0a73ff.tar.xz pokeyellow-f16f07c5ca38fa269972dfecab7dbae50e0a73ff.zip | |
More wOAMBuffer references.
Diffstat (limited to 'engine/oam_dma.asm')
| -rw-r--r-- | engine/oam_dma.asm | 2 |
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 |
