summaryrefslogtreecommitdiff
path: root/src/use_pokeblock.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-31 00:02:16 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-31 00:02:16 +0100
commit9fbedcc41c2c888b612efd1b3797c181ff7cb107 (patch)
tree49dbac1e2b3aa0ff7e4451a0d64e9299ae030357 /src/use_pokeblock.c
parente6fb626c1fddb2f696b26219156d2591867295e7 (diff)
parentb3315b64a1ecefc04f36ed50dd341f1f90d3ba97 (diff)
coord weather fix conflicts
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))