noted WaveRace Pal as not working (those patches fail before race) and just some wads
This commit is contained in:
parent
1af0e24c26
commit
c9e030f271
56
GWRP01.ini
56
GWRP01.ini
|
@ -2,59 +2,37 @@
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 2
|
||||||
EmulationIssues = needs the frame cheats from ini
|
EmulationIssues = goes to before race with framepatch
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
+$Patches
|
+$Patches
|
||||||
0x800FDAD8:dword:0x60000000
|
0x800FDAD8:dword:0x60000000
|
||||||
0x800FAF08:dword:0x60000000
|
0x800FAF08:dword:0x60000000
|
||||||
0x800fdd38:dword:0x60000000 # Changing character
|
0x800FDD38:dword:0x60000000
|
||||||
0x800235f0:dword:0x60000000 # Crash through glass
|
0x800235F0:dword:0x60000000
|
||||||
|
|
||||||
[Video]
|
[Video]
|
||||||
Hack = -1
|
Hack = -1
|
||||||
|
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
||||||
$(M)
|
$(M)
|
||||||
N6MT-J2RM-UEQBJ
|
C411794C 00000800
|
||||||
RCNH-BP8X-D8PK0
|
|
||||||
|
|
||||||
$Always First Place
|
$Always First Place
|
||||||
DTH9-2UDE-DMNUK
|
0061C57B 00000000
|
||||||
WJ47-HAPU-G26KM
|
|
||||||
|
|
||||||
$Never Out of Bounds
|
$Never Out of Bounds
|
||||||
NQXA-WHEW-GWUYK
|
0061C874 00000000
|
||||||
8PUE-8GT1-KM3CT
|
|
||||||
|
|
||||||
$Stunt Mode: Freeze Timer
|
$Stunt Mode: Freeze Timer
|
||||||
EAM0-GDKP-NVZ3N
|
0461C82C 00010488
|
||||||
8DJC-Z6V1-0FMZ8
|
|
||||||
|
|
||||||
$Stunt Mode: Massive Score
|
$Stunt Mode: Massive Score
|
||||||
06G8-QT8V-VPU9H
|
0461DF58 3B9AC9FF
|
||||||
KJ6P-AD6W-0B9Y7
|
|
||||||
|
|
||||||
$Zero buoys missed
|
$Zero buoys missed
|
||||||
8670-40XP-AFR1T
|
0261C696 00000000
|
||||||
KK0V-JRR5-B6ZMQ
|
|
||||||
|
|
||||||
$Always turbo
|
$Always turbo
|
||||||
1VYB-RJ6C-MK7Y0
|
04623C7E 0000004B
|
||||||
1V67-N5JA-ZRXHM
|
|
||||||
|
|
||||||
$PAL2NTSC Fix
|
$PAL2NTSC Fix
|
||||||
6E9V-GCWJ-6902V
|
04252AC0 00000010
|
||||||
QQ1C-JHY4-JRH84
|
|
||||||
|
|
||||||
$All Championships/Tracks Open
|
$All Championships/Tracks Open
|
||||||
WC5V-Z0Q2-FKKCB
|
04694558 01010101
|
||||||
X79Q-YHBG-BDJHP
|
046945E0 00000001
|
||||||
WHWY-KKTH-XNTRN
|
046945D4 00010001
|
||||||
UBKW-4CP8-2CC2G
|
046945D8 00010000
|
||||||
RGFB-07T4-M3HUX
|
|
||||||
|
|
||||||
$All Weather Options Available
|
$All Weather Options Available
|
||||||
7Z4U-HWYN-C5012
|
040AA930 38000001
|
||||||
93CW-B27C-UHJYG
|
040A5FE8 38000001
|
||||||
UVCC-R1C9-E506D
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# HAAA01 - Photo Channel
|
||||||
|
[Core] Values set here will override the main dolphin settings.
|
||||||
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
|
EmulationStateId = 1
|
||||||
|
EmulationIssues =
|
||||||
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
[Video]
|
||||||
|
Hack = -1
|
|
@ -1,7 +1,7 @@
|
||||||
# HACA01 - Mii Channel
|
# HACA01 - Mii Channel
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = -1
|
EmulationStateId = 3
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
|
Loading…
Reference in New Issue