diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-22 10:01:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:01:07 -0700 |
commit | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (patch) | |
tree | 0e40067d711c783ef97667f4a8256f38ab0d4b0a /src/debug_menu_mid.c | |
parent | 3f7ee3a806d965fae70fd98f2cd1af13a2e4cf0b (diff) |
Death by 74 files (#65)
* death by 74 files
* 20% reached
* doc move stuff in pokemon
* fix undef reference
* doc more and plumb a few more constanst for num party members and num moves
* that struct is def PokemonMove.. clean up all code with it
Diffstat (limited to 'src/debug_menu_mid.c')
-rw-r--r-- | src/debug_menu_mid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug_menu_mid.c b/src/debug_menu_mid.c index c210773..31d7bbf 100644 --- a/src/debug_menu_mid.c +++ b/src/debug_menu_mid.c @@ -47,7 +47,6 @@ struct unkStruct_203B3F4 extern struct unkStruct_203B3F4 *gUnknown_203B3F4; -extern struct TeamInventory *gTeamInventory_203B460; extern void sub_801B3C0(struct ItemSlot *); extern void sub_8013AA0(u32 *); |