merging the ini database with dolphin svn.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1701 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
daco65
2008-12-28 14:00:27 +00:00
parent ac7fe768ee
commit fce24deca5
50 changed files with 4621 additions and 83 deletions

View File

@ -1,14 +1,9 @@
# GALP01 - SUPER SMASH BROS. Melee
[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 = 4
#The Emulation State.
EmulationStateId = 5
[OnFrame]
#Add memory patches to be applied every frame here.
0x8044CD30:dword:0xFFFFFFFF
[ActionReplay]
#Add action replay cheats here.
$P1 - No Damage
04443E80 00000000
$P2 - No Damage
@ -21,7 +16,7 @@ $Infinite Lives
00443EAE 00000009
$One Hit Kills
044C9578 40100000
$Infinite Jumps
$Infinite Jumps
040CC114 60000000
$Infinite Retries
0246A8C2 000005FA
@ -76,7 +71,6 @@ $All start with 900%
04034B74 38A00384
$All start with 999%
04034B74 38A003E7
#Secret multi player level modifier
$Metroidy level
044C7FC4 00000D02
$City rooftops level
@ -99,3 +93,6 @@ $Yoshi's story level
044C7FC4 00001B02
$Dusk jungle level
044C7FC4 00001C02
$Debug Menu
024C7BC4 00000602
[Core]