more useless changes :P

and yes, the fzero cheat makes it possible to copy saves, but the game doesn't accept them...yet
This commit is contained in:
daco65 2011-06-20 20:58:10 +00:00
parent f180cd9601
commit 56def105fe
9 changed files with 133 additions and 7 deletions

View File

@ -14,6 +14,13 @@ PH_ExtraParam = 0
PH_ZNear = 20 PH_ZNear = 20
PH_ZFar = 1.7555555 PH_ZFar = 1.7555555
[ActionReplay] [ActionReplay]
$Make Save Copyable
0C031514 909C0028
04031518 48BFFBE8
04C31100 38000004
04C31104 981C0034
04C31108 38000000
04C3110C 4B400410
[Gecko] [Gecko]
[Video_Hacks] [Video_Hacks]
EFBCopyEnable = True EFBCopyEnable = True

View File

@ -5,10 +5,38 @@ EmulationStateId = 5
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.
$Disable Save Check
0E800350 08000000
4C1FCE48 7C040040
041FCE44 7C0521AE
041FCE4C 4800000C
4C1FCEEC 7C040040
041FCEE8 7C0521AE
041FCEF0 4800000C
$Disable Save Check Plus
07FF0001 06000000
4C1FD7D0 7C040040
041FD7CC 7C0521AE
041FD7D4 4800000C
4C1FD874 7C040040
041FD870 7C0521AE
041FD878 4800000C
+$Make Save Copyable
0E806D7A 08000000
0C383230 909C0028
04383234 4BC7FCEC
04002F20 38000004
04002F24 981C0034
04002F28 38000000
04002F2C 4838030C
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko] [Gecko]
[Video_Settings] [Video_Settings]
SafeTextureCache = True SafeTextureCache = True
SafeTextureCacheColorSamples = 512 SafeTextureCacheColorSamples = 512

View File

@ -1,7 +1,7 @@
# GPOP8P - PSO EPISODE I&II # GPOP8P - PSO EPISODE I&II
[EmuState] [EmuState]
#The Emulation State. #The Emulation State.
EmulationStateId = 2 EmulationStateId = 4
EmulationIssues = needs texture cache EmulationIssues = needs texture cache
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
@ -14,7 +14,7 @@ C46CB69C 0000FF02
0C37AAA0 4E800020 0C37AAA0 4E800020
C437AAA0 0002FF03 C437AAA0 0002FF03
C437AAA0 0002FF03 C437AAA0 0002FF03
+$No textures $No textures
07FE6365 18000000 07FE6365 18000000
04205128 38600010 04205128 38600010
$God of Equip $God of Equip
@ -47,6 +47,13 @@ $Game Save Valid
4C1FD770 7C040040 4C1FD770 7C040040
041FD76C 7C0521AE 041FD76C 7C0521AE
041FD774 4800000C 041FD774 4800000C
$Game Save copyable
0C385460 909C0028
04385464 4BC7DABC
04002F20 38000004
04002F24 981C0034
04002F28 38000000
04002F2C 4838253C
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0 PH_SZNear = 0

View File

@ -35,7 +35,7 @@ $No texture mode (made by phytress/card gray, imported to pal by daco)
8011DD70 48338865 8011DD70 48338865
$Char Save is Valid - Ep3 port $Char Save is Valid - Ep3 port
0F006464 09000000 0F006464 09000000
4C115734 7C040040 4C115730 7C040040
0411572C 7C0521AE 0411572C 7C0521AE
04115734 4800000C 04115734 4800000C
4C1157D4 7C040040 4C1157D4 7C040040
@ -45,6 +45,14 @@ $Fix Ep3 Online Port
0F006464 07000000 0F006464 07000000
4C4469CC 000023F4 4C4469CC 000023F4
044469CC 000023F3 044469CC 000023F3
$Make Saved data copyable
0F006363 09000000
0C330600 909C0028
04330604 4BCCFA8C
04000090 38000004
04000094 981C0034
04000098 38000000
0400009C 4833056C
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0 PH_SZNear = 0

View File

@ -1,7 +1,15 @@
# GPVP01 - PIKMIN2 for GAMECUBE # GPVP01 - PIKMIN2 for GAMECUBE
[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 = 4
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.
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -2,8 +2,14 @@
[EmuState] [EmuState]
#The Emulation State. #The Emulation State.
EmulationStateId = 2 EmulationStateId = 2
EmulationIssues = Can Crash on some systems (unknown) EmulationIssues = Can Crash on some systems (unknown)
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -8,3 +8,9 @@ EmulationIssues =
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -7,3 +7,9 @@ EmulationIssues = crash after strap warning
[ActionReplay] Add action replay cheats here. [ActionReplay] Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]

View File

@ -14,6 +14,56 @@ EmulationIssues =
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Gecko] [Gecko]
$Undead Invincibility Mode [Bully@Wiiplaza]
F6000001 80008100
8001002C 90180000
D200000C 00000006
2C110035 40820020
2C0800F4 40820018
2C0300A0 40820010
3C007FFF 6000FFFF
90040000 80040000
60000000 00000000
E0000000 80008000
**Offline Only*
**You are completely untouchable*
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
$Inf. Ammo [Bully@Wiiplaza]
F6000001 80008100
80640000 80050000
D2000008 00000003
2C110021 4082000C
38600000 7C030050
60000000 00000000
E0000000 80008000
**Offline Only*
$No Flashwhite [Bully@Wiiplaza]
F6000001 80008100
EC210032 93C10008
14000114 60000000
E0000000 80008000
$Inf. Money [Bully@Wiiplaza]
F6000001 80008100
7C003A14 38E70001
D2000010 00000004
2C11002F 40820014
2C0401A8 4082000C
3D807FFF 7D84012E
7C04002E 00000000
E0000000 80008000
$Profile One Name Changer Jedi Hack & [Mitch]
0487E2D4 XXXXXXXX
0487E2D8 XXXXXXXX
0487E2DC XXXXXXXX
$Profile Two Name Changer Jedi Hack & [Mitch]
0487E320 0000XXXX
0487E324 XXXXXXXX
0487E328 XXXXXXXX
0487E32C XXXX0000
$Profile Three Name Changer Jedi Hack & [Mitch]
0487E370 XXXXXXXX
0487E374 XXXXXXXX
[Video_Hacks] [Video_Hacks]
DlistCachingEnable = False DlistCachingEnable = False
[Video_Settings] [Video_Settings]