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/field_screen_effect.c | |
parent | c4f8f4d11aeb2255fb0e7ccaa1256be7a2a0f63b (diff) | |
parent | ecb13cdbf722aacbceca1b7a2e7514e5dd1ec83a (diff) |
Merge branch 'master' of https://github.com/GriffinRichards/pokeemerald into update-macros
Diffstat (limited to 'src/field_screen_effect.c')
-rw-r--r-- | src/field_screen_effect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_screen_effect.c b/src/field_screen_effect.c index 5a7351bf2..9155903af 100644 --- a/src/field_screen_effect.c +++ b/src/field_screen_effect.c @@ -55,7 +55,7 @@ const s32 gMaxFlashLevel = ARRAY_COUNT(sFlashLevelToRadius) - 1; const struct ScanlineEffectParams sFlashEffectParams = { - (void *)REG_ADDR_WIN0H, + ®_WIN0H, ((DMA_ENABLE | DMA_START_HBLANK | DMA_REPEAT | DMA_DEST_RELOAD) << 16) | 1, 1 }; |