mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Supersonic merge fixes (#2553)
* ss2 * Remove Comments and Rupees when dead. * Rupees removal for real * Updated Inline formatting as well as changed Mode Idenitifier from Super Sonic to Rupee Dash. * Add OnPlayerUpdate hook * Move rupee dash to hooks * Update comment for DashInterval * ss2 * Remove Comments and Rupees when dead. * Rupees removal for real * Updated Inline formatting as well as changed Mode Idenitifier from Super Sonic to Rupee Dash. * Add OnPlayerUpdate hook * Move rupee dash to hooks * Update comment for DashInterval * Update Health to not crash on less than 16 units. * lus * fix build, use `Health_ChangeBy` --------- Co-authored-by: Caladius <Caladius@users.noreply.github.com> Co-authored-by: David Chavez <david@dcvz.io>
This commit is contained in:
parent
f0be8c7b0c
commit
7f5221b149
6 changed files with 43 additions and 1 deletions
|
@ -11038,6 +11038,8 @@ void Player_Update(Actor* thisx, PlayState* play) {
|
|||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
GameInteractor_ExecuteOnPlayerUpdate();
|
||||
}
|
||||
|
||||
static struct_80858AC8 D_80858AC8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue