summaryrefslogtreecommitdiff
path: root/src/use_pokeblock.c
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-01-30 19:38:24 -0500
committergolem galvanize <golemgalvanize@github.com>2018-01-30 19:38:24 -0500
commitf7c9a6cb547264aaeba8629638aca47869a2994a (patch)
tree9b0ccf490b61a38ffce0bfb457780684ef1a3138 /src/use_pokeblock.c
parent092da42723713105c4a4ecc42f230a9a364bd0a4 (diff)
parentb3315b64a1ecefc04f36ed50dd341f1f90d3ba97 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r--src/use_pokeblock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c
index 12f475c93..c8898d08f 100644
--- a/src/use_pokeblock.c
+++ b/src/use_pokeblock.c
@@ -4,7 +4,7 @@
#include "malloc.h"
#include "palette.h"
#include "pokenav.h"
-#include "unknown_task.h"
+#include "scanline_effect.h"
#include "text.h"
#include "bg.h"
#include "window.h"
@@ -131,7 +131,7 @@ void sub_8166340(void)
ProcessSpriteCopyRequests();
TransferPlttBuffer();
sub_81D2108(gUnknown_0203BCAC->field_7C58);
- sub_80BA0A8();
+ ScanlineEffect_InitHBlankDmaTransfer();
}
void sub_816636C(void (*func)(void))