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

Decompile EntityWeaponAttack_w_043 #1525

Merged
merged 2 commits into from
Aug 16, 2024
Merged

Decompile EntityWeaponAttack_w_043 #1525

merged 2 commits into from
Aug 16, 2024

Conversation

joshlory
Copy link
Contributor

modifierY = 0;
if (PLAYER.drawFlags & FLAG_DRAW_ROTY) {
modifierY = -3;
if (PLAYER.ext.player.anim - 0x43 < 2U) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

    if (PLAYER.ext.player.anim >= 0x43 && PLAYER.ext.player.anim < 0x45) {

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! There's even an existing m2c issue matt-kempster/m2c#193 for this pattern.

@sozud sozud merged commit 4d081bc into Xeeynamo:master Aug 16, 2024
14 checks passed
@joshlory joshlory deleted the w_043 branch August 16, 2024 15:02
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