summaryrefslogtreecommitdiff
path: root/include/battle_party_menu.h
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 /include/battle_party_menu.h
parentdda361afb7e2abafc15a498968580be6d1a83cfe (diff)
decompile sub_8121E10 - sub_8122838
Diffstat (limited to 'include/battle_party_menu.h')
-rw-r--r--include/battle_party_menu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/battle_party_menu.h b/include/battle_party_menu.h
index 11752296b..a7d46a462 100644
--- a/include/battle_party_menu.h
+++ b/include/battle_party_menu.h
@@ -3,19 +3,6 @@
#include "task.h"
-// TODO: Unify all of the 0x0201B000 structs
-struct Struct201B000
-{
- u8 filler0[0x259];
- u8 unk259;
- u8 filler25A[6];
- u8 unk260;
- u8 filler261[1];
- u8 unk262;
- s16 unk264;
- s16 unk266;
-};
-
struct PartyMenuItem
{
const u8 *text;
@@ -34,6 +21,5 @@ extern u8 unk_2000000[];
void SetUpBattlePokemonMenu(u8);
#define EWRAM_1609D unk_2000000[0x1609D]
-#define EWRAM_1B000 (*(struct Struct201B000 *)(unk_2000000 + 0x1B000))
#endif