diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-16 20:47:30 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-16 20:47:30 +0200 |
commit | bf0178238a179b298f465b64a4f23ff43db48fc9 (patch) | |
tree | 20ce13adef55b5c6ef06c8ba697b7c187ef4f453 /include/battle_controllers.h | |
parent | ea5ffa3375f58c3d859f48d220a8a67fcb56fa61 (diff) |
Battle files - review changes
Diffstat (limited to 'include/battle_controllers.h')
-rw-r--r-- | include/battle_controllers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_controllers.h b/include/battle_controllers.h index 8ba45fad1..ff5a629af 100644 --- a/include/battle_controllers.h +++ b/include/battle_controllers.h @@ -81,7 +81,7 @@ enum #define INSTANT_HP_BAR_DROP 32767 // Special return values in gBattleBufferB from Battle Controller functions. -#define RET_VALUE_LEVELLED_UP 11 +#define RET_VALUE_LEVELED_UP 11 struct UnusedControllerStruct { |