diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-08 19:11:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 19:11:14 -0500 |
commit | 4e64934d5ff4d2f58d7b9d00c047cad2a06104aa (patch) | |
tree | e0f3b15432a7cd921b56bf91b8302de65516f184 /src/party_menu.c | |
parent | 76320b6f84b61807e5265fe1e972e56ae9b4b6e3 (diff) | |
parent | 8d48b463ec11099fdc21ad8b709503e4b8e24f4c (diff) |
Merge pull request #424 from DizzyEggg/decompile_pokemon_menu
decompile pokemon menu
Diffstat (limited to 'src/party_menu.c')
-rw-r--r-- | src/party_menu.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/party_menu.c b/src/party_menu.c index 1fcd2cdda..39477e293 100644 --- a/src/party_menu.c +++ b/src/party_menu.c @@ -33,15 +33,6 @@ #include "species.h" #include "party_menu.h" -#define DATA_COUNT (6) - -struct Unk2001000 -{ - u8 unk0; - u8 unk1; - u8 unk2; -}; - struct Unk201C000 { /*0x00*/ struct Pokemon *pokemon; @@ -68,8 +59,6 @@ struct UnknownStruct5 u16 *unk4; }; -extern u8 ewram[]; -#define ewram01000 (*(struct Unk2001000 *)(ewram + 0x01000)) #define ewram1C000 (*(struct Unk201C000 *)(ewram + 0x1C000)) #define ewram1F000 (*(struct Unk201F000 *)(ewram + 0x1F000)) |