Remove heal on warp (#181)

* Patch heal on warp

* Remove entirely
This commit is contained in:
Emerald Lockdown 2022-09-12 22:01:13 -05:00 committed by GitHub
parent c7bdeef8d5
commit 8661c65ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -417,11 +417,6 @@ void init_mario_after_warp(void) {
if (sWarpDest.type == WARP_TYPE_CHANGE_LEVEL || sWarpDest.type == WARP_TYPE_CHANGE_AREA) {
gPlayerSpawnInfos[i].areaIndex = sWarpDest.areaIdx;
// reset health
gMarioStates[i].health = 0x880;
gMarioStates[i].healCounter = 0;
gMarioStates[i].hurtCounter = 0;
if (i == 0) { load_mario_area(); }
}