Implements Weather
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-18 15:35:01 +02:00
parent caa353191d
commit c6d31e09a1
3 changed files with 67 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
#ifndef PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#define PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#include <Arbutils/Enum.hpp>
#include <CreatureLib/Battling/ScriptHandling/ScriptCategory.hpp>
ENUM_WITH_START_VALUE(PkmnScriptCategory, uint8_t, ((uint8_t)ScriptCategoryHelper::Highest()) + 1, Weather)
#endif // PKMNLIB_PKMNSCRIPTCATEGORY_HPP