Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

Commit

Permalink
Fixed "Remove HUD" not completely hiding the health meter
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSwag101 committed Jul 24, 2017
1 parent 71ad60a commit 61b7ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M64MM2/ExtraControlsForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void btnRemoveHud_Click(object sender, EventArgs e)
WriteUInt(BaseAddress + 0x2E3DE0, 0);
WriteUInt(BaseAddress + 0x2E3E18, 0);
WriteUInt(BaseAddress + 0x2E3DC8, 0);
WriteUInt(BaseAddress + 0x3325F4, 0x1);
WriteUInt(BaseAddress + 0x3325F4, 0x01000000);
}
}
}

0 comments on commit 61b7ba8

Please sign in to comment.