summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index 93ff06876..1405393c1 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -29,14 +29,17 @@
#include "constants/songs.h"
#include "constants/species.h"
+extern u8 gUnknown_030061EC;
+
+// EWRAM
static EWRAM_DATA struct PokedexView *gUnknown_02039B4C = NULL;
static EWRAM_DATA u16 gUnknown_02039B50 = 0;
static EWRAM_DATA u8 gUnknown_02039B52 = 0;
static EWRAM_DATA struct PokedexListItem *gUnknown_02039B54 = NULL;
+// IWRAM common
u8 gUnknown_030060B0;
-MainCallback gUnknown_030060B4;
-u8 gUnknown_030061EC;
+void (*gUnknown_030060B4)(void);
struct PokedexEntry
{