mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-07 01:12:04 +00:00
EmeraldLoc's easy suggestions
This commit is contained in:
parent
1d2dc78b84
commit
9d6a239fd5
1 changed files with 2 additions and 2 deletions
|
|
@ -1319,8 +1319,8 @@ static u8 resolve_player_collision(struct MarioState* m, struct MarioState* m2)
|
|||
}
|
||||
|
||||
u8 determine_player_damage_value(u32 interaction) {
|
||||
if (interaction & INT_GROUND_POUND_OR_TWIRL) { return 3; }
|
||||
if (interaction & (INT_KICK | INT_SLIDE_KICK | INT_TRIP)) { return 2; }
|
||||
if (interaction & (INT_GROUND_POUND | INT_TRIP)) { return 3; }
|
||||
if (interaction & (INT_KICK | INT_SLIDE_KICK | INT_TWIRL)) { return 2; }
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue