diff options
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r-- | src/pokeblock.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c index b7fa5daa8..bc46a119a 100644 --- a/src/pokeblock.c +++ b/src/pokeblock.c @@ -26,8 +26,15 @@ #include "songs.h" #include "safari_zone.h" #include "use_pokeblock.h" +#include "event_data.h" #include "pokeblock.h" +extern u8 ewram[]; + +static EWRAM_DATA u8 gUnknown_02039244 = 0; +static EWRAM_DATA ALIGNED(4) u8 gUnknown_02039248[4] = {0}; // why aligned to 4 bytes? +static EWRAM_DATA u8 gUnknown_0203924C = 0; + // function declarations // gUnknown_083F7EF4 @@ -76,6 +83,8 @@ static void sub_810C5EC(u8); // sub_810C610 static void sub_810C704(u8); +static const u8 *gUnknown_03000758; + // rodata #define GFX_TAG_POKEBLOCK_CASE 14800 |