summaryrefslogtreecommitdiff
path: root/src/party_menu.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-06-16 17:46:13 -0500
committercamthesaxman <cameronghall@cox.net>2017-06-16 17:46:13 -0500
commit0de38858f641934699ce934e2bdb3dc1495baec9 (patch)
tree14bc0cd17133422b7d9aee984fdc7453a7ce0d1f /src/party_menu.c
parentdda361afb7e2abafc15a498968580be6d1a83cfe (diff)
decompile sub_8121E10 - sub_8122838
Diffstat (limited to 'src/party_menu.c')
-rw-r--r--src/party_menu.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/party_menu.c b/src/party_menu.c
index ad0007695..27630a366 100644
--- a/src/party_menu.c
+++ b/src/party_menu.c
@@ -15,8 +15,7 @@
#include "item.h"
#include "battle_interface.h"
#include "species.h"
-
-#define DATA_COUNT (6)
+#include "party_menu.h"
struct Unk2001000
{
@@ -25,19 +24,6 @@ struct Unk2001000
u8 unk2;
};
-struct Unk201B000
-{
- u8 filler0[0x260];
- u8 unk260;
- u8 unk261;
- u8 filler262[2];
- s16 unk264[DATA_COUNT * 2]; // This may be a union
- u8 filler27C[2];
- s16 unk27E;
- s16 unk280;
- s16 unk282;
-};
-
struct Unk201C000
{
/*0x00*/ struct Pokemon *pokemon;
@@ -66,7 +52,6 @@ struct UnknownStruct5
extern u8 ewram[];
#define ewram01000 (*(struct Unk2001000 *)(ewram + 0x01000))
-#define ewram1B000 (*(struct Unk201B000 *)(ewram + 0x1B000))
#define ewram1C000 (*(struct Unk201C000 *)(ewram + 0x1C000))
#define ewram1F000 (*(struct Unk201F000 *)(ewram + 0x1F000))