diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:03:37 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-17 22:03:37 -0500 |
commit | b9fa18bdd4a44e219c7678c26d692b2be4baeea3 (patch) | |
tree | e7466ec4ff6635202580e6a29d748d6101f59a9f /src/overworld.c | |
parent | c4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (diff) | |
parent | ecb13cdbf722aacbceca1b7a2e7514e5dd1ec83a (diff) |
Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into update-macros
Diffstat (limited to 'src/overworld.c')
-rw-r--r-- | src/overworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/overworld.c b/src/overworld.c index a0fd7dbb3..f6c4c0f3d 100644 --- a/src/overworld.c +++ b/src/overworld.c @@ -308,7 +308,7 @@ static const struct BgTemplate sOverworldBgTemplates[] = static const struct ScanlineEffectParams sFlashEffectParams = { - (void *)REG_ADDR_WIN0H, + ®_WIN0H, ((DMA_ENABLE | DMA_START_HBLANK | DMA_REPEAT | DMA_DEST_RELOAD) << 16) | 1, 1, 0, |