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 /include | |
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 'include')
-rw-r--r-- | include/battle_party_menu.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/battle_party_menu.h b/include/battle_party_menu.h new file mode 100644 index 000000000..c808cdcd7 --- /dev/null +++ b/include/battle_party_menu.h @@ -0,0 +1,21 @@ +#ifndef GUARD_BATTLE_PARTY_MENU_H +#define GUARD_BATTLE_PARTY_MENU_H + +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)) + +#endif |