diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 16:20:39 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 16:20:39 +0100 |
commit | dcb1d78fa9e82d65d13d8131a95a4b8ac99bd168 (patch) | |
tree | 73070cb1c906c99f53d939493b76b3d135b20d0e /include/battle_controllers.h | |
parent | 846b5d79e4179cf95e216feaa493e59f0ef12976 (diff) |
Add battle controllers var to src from sym_ewram
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); |