diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 12:51:18 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-02-20 21:59:22 -0500 |
commit | 96372eb336d21e5da66246983e0522212f370bdf (patch) | |
tree | 84112b7f1643443dba9af53b21890ae9504a45bb /include/dungeon_entity.h | |
parent | 3555fb7c945ef5152910a84390ecbd1a38ea585d (diff) |
Decomped CanUseOnSelfWithStatusChecker()
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r-- | include/dungeon_entity.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h index 9e9f1f7..2567f79 100644 --- a/include/dungeon_entity.h +++ b/include/dungeon_entity.h @@ -6,6 +6,9 @@ #include "item.h" #include "position.h" +#define MAX_STAT_STAGE 20 +#define MAX_MOVEMENT_SPEED 4 +#define MAX_STOCKPILE_COUNT 3 #define NUM_SPEED_TURN_COUNTERS 5 struct DungeonActionContainer |