summaryrefslogtreecommitdiff
path: root/src/use_pokeblock.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-10 19:02:51 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-10 19:02:51 +0100
commitb4d10ab7aba76bf9ab16f07cc9409083388c603d (patch)
treea6666aa61352f30b000d2f41572ca0f6db572717 /src/use_pokeblock.c
parent37ae6a7758d0f16394f31c367f5c1eb86d34327f (diff)
split pokeblock files
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r--src/use_pokeblock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c
index 1a210b101..12f475c93 100644
--- a/src/use_pokeblock.c
+++ b/src/use_pokeblock.c
@@ -69,6 +69,10 @@ EWRAM_DATA void *gUnknown_0203BCA4 = NULL;
EWRAM_DATA void *gUnknown_0203BCA8 = NULL;
EWRAM_DATA struct UsePokeblockStruct *gUnknown_0203BCAC = NULL;
+// const rom data
+// todo: make it static once the file is decompiled
+
+// code
void ChooseMonToGivePokeblock(struct Pokeblock *pokeblock, void (*callback)(void))
{
gUnknown_0203BCAC = AllocZeroed(0x806C);