diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-23 14:52:47 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-23 14:52:47 +0100 |
commit | efa820469afcd92b0fdd6b7fff589143ea63c45c (patch) | |
tree | d22dfb5f344e1e75e7c7b9710e88c5b211ec5435 /src/rom_8034C54.c | |
parent | 6d57a9dfc8988163bf449295ee530d3bb883164b (diff) |
move data to c
Diffstat (limited to 'src/rom_8034C54.c')
-rw-r--r-- | src/rom_8034C54.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rom_8034C54.c b/src/rom_8034C54.c index ba431778f..cc875bd3f 100644 --- a/src/rom_8034C54.c +++ b/src/rom_8034C54.c @@ -3,6 +3,7 @@ #include "alloc.h" #include "decompress.h" #include "main.h" +#include "battle_main.h" struct UnkStruct2 { @@ -31,8 +32,6 @@ struct UnkStruct1 struct UnkStruct2 *array; }; -extern const struct SpriteTemplate gUnknown_0831AC88; - // this file's functions static u8 sub_8035518(u8 arg0);; static void sub_8034EFC(struct UnkStruct2 *arg0); |