Skip to content

Commit

Permalink
Add N64 weird frames and OOB Bombchus cvars (HarbourMasters#602)
Browse files Browse the repository at this point in the history
* Add gN64WeirdFrames and gBombchuOOB cvars

* Rename gBombchuOOB to gBombchusOOB

* Fix pipeline
  • Loading branch information
Sirius902 committed Jul 6, 2022
1 parent 770e3a8 commit e83a58d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libultraship/ImGuiImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,10 @@ namespace SohImGui {
Tooltip("Restore the original red blood from NTSC 1.0/1.1. Disable for green blood");
EnhancementCheckbox("Fish while hovering", "gHoverFishing");
Tooltip("Restore a bug from NTSC 1.0 that allows casting the Fishing Rod while using the Hover Boots");
EnhancementCheckbox("N64 Weird Frames", "gN64WeirdFrames");
Tooltip("Restores N64 Weird Frames allowing weirdshots to behave the same as N64");
EnhancementCheckbox("Bombchus out of bounds", "gBombchusOOB");
Tooltip("Allows bombchus to explode out of bounds similar to GameCube and Wii VC");

ImGui::EndMenu();
}
Expand Down

0 comments on commit e83a58d

Please sign in to comment.