diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-28 11:00:46 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-28 08:00:46 -0800 |
commit | f34eaec7132c4ebd455c00fd83448f57dd3d064d (patch) | |
tree | 8513f5b459f0ae2cb2f302f3104499bd394a354a /src/battle_party_menu.c | |
parent | 81099d83683a3ac8cdddf587877b7c46239dba39 (diff) |
decompile script_pokemon_util_80F99CC.c except for sub_80F9FDC (#238)
* start decompiling script_pokemon_util_80F99CC.c
* formatting
* decompile more of script_pokemon_util_80F99CC.c
* finish decompiling script_pokemon_util_80F99CC except for sub_80F9FDC
* remove script_pokemon_util_80F99CC from ld_script.txt
Diffstat (limited to 'src/battle_party_menu.c')
-rw-r--r-- | src/battle_party_menu.c | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/battle_party_menu.c b/src/battle_party_menu.c index c6d39d5a0..dab97db9b 100644 --- a/src/battle_party_menu.c +++ b/src/battle_party_menu.c @@ -9,6 +9,7 @@ #include "string_util.h" #include "task.h" #include "text.h" +#include "battle_party_menu.h" struct PartyMenuItem { @@ -60,23 +61,6 @@ extern void sub_8094C98(u8, u8); extern void sub_806E6F0(); extern void sub_806D538(); -struct UnknownStruct1 -{ - u8 filler0[0x259]; - u8 unk259; - u8 filler25A[6]; - u8 unk260; - u8 filler261[1]; - u8 unk262; - s16 unk264; - s16 unk266; -}; - -extern u8 unk_2000000[]; - -#define EWRAM_1609D unk_2000000[0x1609D] -#define EWRAM_1B000 (*(struct UnknownStruct1 *)(unk_2000000 + 0x1B000)) - extern u16 gScriptItemId; extern u8 gPlayerPartyCount; extern u8 gUnknown_02024A68; |