Update to CreatureLib changes in event triggers.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-31 16:30:06 +02:00
parent f55033b8a2
commit efbb9429d7
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,6 @@
#include <Arbutils/Enum.hpp>
#include <CreatureLib/Battling/EventHooks/EventDataKind.hpp>
ENUM_WITH_START_VALUE(PkmnEventDataKind, uint8_t, ((uint8_t)CreatureLib::Battling::EventDataKindHelper::Highest()) + 1,
WeatherChange)
ENUM_WITH_START_VALUE(PkmnEventDataKind, uint8_t, 128, WeatherChange)
#endif // PKMNLIB_PKMNEVENTKIND_HPP