mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-10 19:01:46 +00:00
Set mario health to 1 instead of 8 with anti softlock measure
This commit is contained in:
parent
2d65cbfa1a
commit
6a099714d3
1 changed files with 1 additions and 1 deletions
|
|
@ -556,7 +556,7 @@ void init_mario_after_warp(void) {
|
|||
}
|
||||
|
||||
if (gMarioState && gMarioState->health <= 0x110) {
|
||||
gMarioState->health = 0x880;
|
||||
gMarioState->health = 0x180;
|
||||
}
|
||||
|
||||
if (gMarioState) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue