Use level_int_t for levels.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "../PkmnScriptHook.hpp"
|
||||
#include "../Pokemon/Pokemon.hpp"
|
||||
|
||||
static inline uint32_t CalculateDynamicExperience(uint8_t level, float v1,
|
||||
static inline uint32_t CalculateDynamicExperience(level_int_t level, float v1,
|
||||
ArbUt::BorrowedPtr<CreatureLib::Battling::Creature> op,
|
||||
ArbUt::BorrowedPtr<CreatureLib::Battling::Creature> faintedMon) {
|
||||
float a = 2 * level + 10;
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#define PKMNLIB_EXPERIENCELIBRARY_HPP
|
||||
|
||||
#include <CreatureLib/Battling/Library/ExperienceLibrary.hpp>
|
||||
#include <CreatureLib/Defines.hpp>
|
||||
|
||||
namespace PkmnLib::Battling {
|
||||
class ExperienceLibrary : public CreatureLib::Battling::ExperienceLibrary {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user