diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 19:57:09 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-07 19:57:09 +0200 |
commit | 008d961b2a3d2d145f9ff8e7515cfb4f5e04128c (patch) | |
tree | 91fa8c967a0ff63da316cfd9b9bd7c5bc396cfce /include/battle_controllers.h | |
parent | 1c48e585747de0a2273c4b3eb4be114d5214b8a2 (diff) |
add party menu defines
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 61e2935b7..8ba45fad1 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -65,6 +65,8 @@ enum REQUEST_TOUGH_RIBBON_BATTLE, }; +// Special arguments for Battle Controller functions. + #define RESET_ACTION_MOVE_SELECTION 0 #define RESET_ACTION_SELECTION 1 #define RESET_MOVE_SELECTION 2 @@ -76,10 +78,11 @@ enum #define BALL_3_SHAKES_SUCCESS 4 #define BALL_TRAINER_BLOCK 5 -#define RET_VALUE_LEVELLED_UP 11 - #define INSTANT_HP_BAR_DROP 32767 +// Special return values in gBattleBufferB from Battle Controller functions. +#define RET_VALUE_LEVELLED_UP 11 + struct UnusedControllerStruct { u8 field_0:7; |