diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-10 13:35:10 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-10 13:35:10 -0600 |
commit | d4afe49b06a7ef2422839fcd0340c06c6a8e541b (patch) | |
tree | 2574b4b45b52dc72f88d5064ef6b9b5a74a6cec4 /src/field/use_pokeblock.c | |
parent | 0be27e16d2bea0fb4a9145849706779501ae3450 (diff) | |
parent | bb2c758e8fa730b2bd19b92119a2bd7e37af57f8 (diff) |
Merge pull request #519 from camthesaxman/label_unknown_task
label scanline effect routines
Diffstat (limited to 'src/field/use_pokeblock.c')
-rw-r--r-- | src/field/use_pokeblock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field/use_pokeblock.c b/src/field/use_pokeblock.c index 9363498ba..42020c49a 100644 --- a/src/field/use_pokeblock.c +++ b/src/field/use_pokeblock.c @@ -117,7 +117,7 @@ static void sub_81365A0(void); static void sub_81365C8(void); static void sub_8136638(void); static void sub_81368A4(void); -void sub_8089668(void); +void ScanlineEffect_InitHBlankDmaTransfer(void); static void sub_8136B44(void); static u8 sub_81370E4(u8); static void sub_8136BB8(void); @@ -194,7 +194,7 @@ static void sub_8136264(void) ProcessSpriteCopyRequests(); TransferPlttBuffer(); sub_80F5CDC(6); - sub_8089668(); + ScanlineEffect_InitHBlankDmaTransfer(); } static void launch_c3_walk_stairs_and_run_once(void (*const func)(void)) |