Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code_8069E0C.s #266

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

code_8069E0C.s #266

wants to merge 18 commits into from

Conversation

DizzyEggg
Copy link
Contributor

@DizzyEggg DizzyEggg commented Nov 22, 2024

-g is needed to match

@DizzyEggg DizzyEggg changed the title code_8069E0C.s (WIP) code_8069E0C.s Nov 26, 2024
@DizzyEggg
Copy link
Contributor Author

Ready for review.

@@ -91,6 +84,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))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

POISIONED > POISONED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants