diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-03 12:33:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 12:33:47 -0600 |
commit | 8064b011d142cfb7a6c8aa1f8366b85a6ff4e45a (patch) | |
tree | 5d0753d9daa61c26d726a7bfcd669ccc3ff719f1 /include/battle_controllers.h | |
parent | ffa8655f4cd2cb8d6b1bdacc0a5568259eb60a72 (diff) | |
parent | ba1fc055581921f41cbaebfe9d91b51b8e5df544 (diff) |
Merge pull request #424 from DizzyEggg/labels
Clean up src/data
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index ff5a629af..9449f1986 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -175,6 +175,7 @@ enum CONTROLLER_CMDS_COUNT }; +extern struct UnusedControllerStruct gUnknown_02022D0C; // general functions void HandleLinkBattleSetup(void); |