Be more sensible

This commit is contained in:
Michael 2018-11-03 19:42:50 -07:00
parent 7b94c0e4b9
commit 1f72068b31
9 changed files with 46 additions and 46 deletions

View File

@ -2,7 +2,7 @@
titleIds = 00050000101C9300,00050000101C9400,00050000101C9500 titleIds = 00050000101C9300,00050000101C9400,00050000101C9500
name = Arrows name = Arrows
path = "The Legend of Zelda: Breath of the Wild/Modifications/Dynamic (FPS++)/Arrows Workaround" path = "The Legend of Zelda: Breath of the Wild/Modifications/Dynamic (FPS++)/Arrows Workaround"
description = "This allows you to change the fall speed of the arrows. Choose the one where your FPS lands the most." description = "This allows you to change the fall speed of the arrows. Choose the preset where your FPS lands the most."
version = 3 version = 3
[Preset] [Preset]

View File

@ -6,4 +6,4 @@ description = "This removes the 60FPS lock, allowing the game to run as fast as
version = 3 version = 3
[Control] [Control]
vsyncFrequency = 65535 vsyncFrequency = 240

View File

@ -25,9 +25,5 @@ $FPS = 90
name = 200% Speed name = 200% Speed
$FPS = 120 $FPS = 120
[Preset]
name = Unlimited Speed
$FPS = 65535
[Control] [Control]
vsyncFrequency = $FPS vsyncFrequency = $FPS

View File

@ -1,14 +0,0 @@
[Gambit16]
moduleMatches = 0x08ED6677
0x100D2F5C = .string "Npc_IdolA"
0x100D3534 = .string "Npc_IdolA"
0x100D5560 = .string "Npc_IdolA"
[Gambit272]
moduleMatches = 0xF7A78809
0x100E38F0 = .string "Npc_IdolA"
0x100E5A4C = .string "Npc_IdolA"
0x100E5DC4 = .string "Npc_IdolA"
0x100E85F8 = .string "Npc_IdolA"

View File

@ -1,6 +0,0 @@
[Definition]
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
name = Callie over Marie
path = "Splatoon/Modifications/Callie over Marie"
description = Replaces Callie over Marie.
version = 3

View File

@ -1,14 +0,0 @@
[Gambit16]
moduleMatches = 0x08ED6677
0x100D2F50 = .string "Npc_IdolB"
0x100D3528 = .string "Npc_IdolB"
0x100D5554 = .string "Npc_IdolB"
[Gambit272]
moduleMatches = 0xF7A78809
0x100E38E4 = .string "Npc_IdolB"
0x100E5A40 = .string "Npc_IdolB"
0x100E5DB8 = .string "Npc_IdolB"
0x100E85EC = .string "Npc_IdolB"

View File

@ -1,6 +0,0 @@
[Definition]
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
name = Marie over Callie
path = "Splatoon/Modifications/Marie over Callie"
description = Replaces Marie over Callie.
version = 3

View File

@ -0,0 +1,23 @@
[Gambit16]
moduleMatches = 0x08ED6677
0x100D2F58 = .byte $callieLetter
0x100D3530 = .byte $callieLetter
0x100D555C = .byte $callieLetter
0x100D2F64 = .byte $marieLetter
0x100D353C = .byte $marieLetter
0x100D5568 = .byte $marieLetter
[Gambit272]
moduleMatches = 0xF7A78809
0x100E38EC = .byte $callieLetter
0x100E5A48 = .byte $callieLetter
0x100E5DC0 = .byte $callieLetter
0x100E85F4 = .byte $callieLetter
0x100E38F8 = .byte $marieLetter
0x100E5A54 = .byte $marieLetter
0x100E5DCC = .byte $marieLetter
0x100E8600 = .byte $marieLetter

View File

@ -0,0 +1,21 @@
[Definition]
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
name = Squid Sister Swap
path = "Splatoon/Modifications/Squid Sister Swap"
description = Allows you to swap the Squid Sisters.
version = 3
[Preset]
name = Callie over Marie
$callieLetter = 65
$marieLetter = 65
[Preset]
name = Marie over Callie
$callieLetter = 66
$marieLetter = 66
[Preset]
name = Swapped
$callieLetter = 66
$marieLetter = 65