summaryrefslogtreecommitdiff
path: root/include/scanline_effect.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-12-18 20:23:32 -0500
committergolem galvanize <golemgalvanize@github.com>2018-12-18 20:23:32 -0500
commitf7df299be8dea5fb536cfef6b8ddc30bb760426f (patch)
tree70c0b766df1b8ce8817a710b61b60283fec7fec5 /include/scanline_effect.h
parent15a7b1bc08f89aebae9b52c2047c0d73dc0f0fb0 (diff)
parentb2ac3b6d6f06ed4a2d64af90e97796c66bcdeb5f (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_water
Diffstat (limited to 'include/scanline_effect.h')
-rw-r--r--include/scanline_effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scanline_effect.h b/include/scanline_effect.h
index eb837e7e2..5bd8b5546 100644
--- a/include/scanline_effect.h
+++ b/include/scanline_effect.h
@@ -3,6 +3,7 @@
// DMA control value to transfer a single 16-bit value at HBlank
#define SCANLINE_EFFECT_DMACNT_16BIT (((DMA_ENABLE | DMA_START_HBLANK | DMA_REPEAT | DMA_SRC_INC | DMA_DEST_INC | DMA_16BIT | DMA_DEST_RELOAD) << 16) | 1)
+#define SCANLINE_EFFECT_DMACNT_32BIT (((DMA_ENABLE | DMA_START_HBLANK | DMA_REPEAT | DMA_SRC_INC | DMA_DEST_INC | DMA_32BIT | DMA_DEST_RELOAD) << 16) | 1)
#define SCANLINE_EFFECT_REG_BG0HOFS (REG_ADDR_BG0HOFS - REG_ADDR_BG0HOFS)
#define SCANLINE_EFFECT_REG_BG0VOFS (REG_ADDR_BG0VOFS - REG_ADDR_BG0HOFS)