Skip to content

Commit a6d31c0

Browse files
committed
Fixed GUI Manual Information
1 parent c77bd78 commit a6d31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GUI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void ManualWindow() {
183183
ImGui.Spacing();
184184
ImGui.Text("In Debug: Toggle Sprite0 Hit Check. \nTry this out if a game freezes");
185185
ImGui.Spacing();
186-
ImGui.Text("Only Catridge Mapper ID Supported: \n0, 1, 2, 3");
186+
ImGui.Text("Only Catridge Mapper ID Supported: \n0, 1, 2, 4");
187187

188188
if (ImGui.Button("Close")) {
189189
showManualWindow = false;

0 commit comments

Comments
 (0)