sub_806ABAC

This commit is contained in:
DizzyEggg
2024-11-22 13:53:30 +01:00
parent 1de7c500e9
commit d4d2d809dd
6 changed files with 181 additions and 477 deletions

View File

@@ -91,6 +91,9 @@ typedef struct BurnClassStatus
/* 0x3 */ u8 unk4;
} BurnClassStatus;
// Useful when checking if a mon is poisoned without having to check for Poison and Bad Poison every time.
#define ENTITY_POISIONED(entityInfo)((entityInfo->burnClassStatus.status == STATUS_POISONED || entityInfo->burnClassStatus.status == STATUS_BADLY_POISONED))
// size: 0xC
typedef struct FrozenClassStatus
{