Skip to content

Conversation

@TheAzack9
Copy link
Contributor

@TheAzack9 TheAzack9 commented Jan 30, 2026

Starting my new years resolution of not making huge PRs :)

Edit:
Maybe for next year it should be to proof read my code before making a PR...

void changeHand(int);
void isAnimeLoopOrStop();
void isLast1AnimeFrame();
s32 isLast1AnimeFrame();
Copy link
Collaborator

Choose a reason for hiding this comment

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

BOOL instead of s32 if bool doesn't match

void isSpeedZero();
void canBendBody();
void considerRotateJumpStart();
s32 considerRotateJumpStart();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same here, if it's a bool-ish return and bool doesn't match -- use BOOL

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