GameINI: Fix Cheats for Conduit 2
These codes are actually Gecko codes so setting that correctly. There were errors which pop up when running this game as the comments for AR codes need to be set with hash(#) instead of asterisk(*). I replaced those anyways. Removed the url in the comment since it's inaccessible and not on wayback machine either. Also corrected the GameID, the wrong one is listed.
This commit is contained in:
parent
2cb124bd3a
commit
576bae3ac8
|
@ -1,4 +1,4 @@
|
|||
# SC2P8P - Conduit 2
|
||||
# SC2E8P - Conduit 2
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
@ -6,8 +6,8 @@
|
|||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
[Gecko]
|
||||
# Add gecko cheats here.
|
||||
$Undead Invincibility Mode [Bully@Wiiplaza]
|
||||
F6000001 80008100
|
||||
8001002C 90180000
|
||||
|
@ -19,9 +19,8 @@ D200000C 00000006
|
|||
90040000 80040000
|
||||
60000000 00000000
|
||||
E0000000 80008000
|
||||
**Offline Only*
|
||||
**You are completely untouchable*
|
||||
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
|
||||
# Offline Only
|
||||
# You are completely untouchable
|
||||
$Inf. Ammo [Bully@Wiiplaza]
|
||||
F6000001 80008100
|
||||
80640000 80050000
|
||||
|
@ -30,7 +29,7 @@ D2000008 00000003
|
|||
38600000 7C030050
|
||||
60000000 00000000
|
||||
E0000000 80008000
|
||||
**Offline Only*
|
||||
# Offline Only
|
||||
$No Flashwhite [Bully@Wiiplaza]
|
||||
F6000001 80008100
|
||||
EC210032 93C10008
|
||||
|
|
Loading…
Reference in New Issue