From ff8ac4f965123472ef9735e7549fb02d90e29ba7 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 9 May 2022 17:08:38 +0200 Subject: [PATCH] Wii & GC widescreen patches --- .../dolphin-emu/GameSettings/D43E01.ini | 100 + .../dolphin-emu/GameSettings/G2FE78.ini | 11 + .../dolphin-emu/GameSettings/G2VE08.ini | 5 + .../dolphin-emu/GameSettings/G4QE01.ini | 20 + .../dolphin-emu/GameSettings/G5SE7D.ini | 52 + .../dolphin-emu/GameSettings/G6SE7D.ini | 6 + .../dolphin-emu/GameSettings/G8ME01.ini | 22 + .../dolphin-emu/GameSettings/G9RE7D.ini | 8 + .../dolphin-emu/GameSettings/G9SE8P.ini | 232 ++ .../dolphin-emu/GameSettings/GAFE01.ini | 9 + .../dolphin-emu/GameSettings/GALE01.ini | 136 + .../dolphin-emu/GameSettings/GC6E01.ini | 9 + .../dolphin-emu/GameSettings/GCBE7D.ini | 6 + .../dolphin-emu/GameSettings/GCCE01.ini | 6 + .../dolphin-emu/GameSettings/GCNE7D.ini | 10 + .../dolphin-emu/GameSettings/GEZE8P.ini | 6 + .../dolphin-emu/GameSettings/GFTE01.ini | 54 + .../dolphin-emu/GameSettings/GFZE01.ini | 483 +++ .../dolphin-emu/GameSettings/GGSEA4.ini | 9 + .../dolphin-emu/GameSettings/GHQE7D.ini | 16 + .../dolphin-emu/GameSettings/GIZE52.ini | 6 + .../dolphin-emu/GameSettings/GJUE78.ini | 32 + .../dolphin-emu/GameSettings/GK2E52.ini | 12 + .../dolphin-emu/GameSettings/GKOE70.ini | 21 + .../dolphin-emu/GameSettings/GKYE01.ini | 53 + .../dolphin-emu/GameSettings/GLME01.ini | 7 + .../dolphin-emu/GameSettings/GM4E01.ini | 134 + .../dolphin-emu/GameSettings/GM8E01.ini | 22 + .../dolphin-emu/GameSettings/GMBE8P.ini | 18 + .../dolphin-emu/GameSettings/GMSE01.ini | 14 + .../dolphin-emu/GameSettings/GMSE03.ini | 74 + .../dolphin-emu/GameSettings/GOME01.ini | 76 + .../dolphin-emu/GameSettings/GOWE69.ini | 0 .../dolphin-emu/GameSettings/GP2EAF.ini | 11 + .../dolphin-emu/GameSettings/GP6E01.ini | 219 ++ .../dolphin-emu/GameSettings/GPIE01.ini | 12 + .../dolphin-emu/GameSettings/GPTE41.ini | 12 + .../dolphin-emu/GameSettings/GPVE01.ini | 20 + .../dolphin-emu/GameSettings/GRHE41.ini | 10 + .../dolphin-emu/GameSettings/GRYE41.ini | 8 + .../dolphin-emu/GameSettings/GS8E7D.ini | 18 + .../dolphin-emu/GameSettings/GSOE8P.ini | 46 + .../dolphin-emu/GameSettings/GT3E52.ini | 12 + .../dolphin-emu/GameSettings/GTSE4F.ini | 57 + .../dolphin-emu/GameSettings/GTYE69.ini | 5 + .../dolphin-emu/GameSettings/GUPE8P.ini | 132 + .../dolphin-emu/GameSettings/GVJE08.ini | 11 + .../dolphin-emu/GameSettings/GWWE01.ini | 25 + .../dolphin-emu/GameSettings/GXEE8P.ini | 12 + .../dolphin-emu/GameSettings/GXXE01.ini | 13 + .../dolphin-emu/GameSettings/GYQE01.ini | 45 + .../dolphin-emu/GameSettings/GYTE69.ini | 6 + .../dolphin-emu/GameSettings/GZ2E01.ini | 92 + .../dolphin-emu/GameSettings/GZLE01.ini | 44 + .../dolphin-emu/GameSettings/GZPE70.ini | 6 + .../dolphin-emu/GameSettings/NAEE01.ini | 8 + .../dolphin-emu/GameSettings/R8PE01.ini | 2 + .../dolphin-emu/GameSettings/R96EAF.ini | 2 + .../dolphin-emu/GameSettings/RENE8P.ini | 8 + .../dolphin-emu/GameSettings/RK5E01.ini | 2 + .../dolphin-emu/GameSettings/RMCE01.ini | 2740 +++++++++++++++++ .../dolphin-emu/GameSettings/RMGE01.ini | 2 + .../dolphin-emu/GameSettings/RPBE01.ini | 5 + .../dolphin-emu/GameSettings/RSFE7U.ini | 2 + .../dolphin-emu/GameSettings/RSRE8P.ini | 8 + .../dolphin-emu/GameSettings/RWLE01.ini | 2 + .../dolphin-emu/GameSettings/SB4E01.ini | 926 ++++++ .../dolphin-emu/GameSettings/SEME4Q.ini | 2 + .../dolphin-emu/GameSettings/SF8E01.ini | 412 +++ .../dolphin-emu/GameSettings/SLSEXJ.ini | 2 + .../dolphin-emu/GameSettings/SMNE01.ini | 2 + .../dolphin-emu/GameSettings/SNCE8P.ini | 86 + .../dolphin-emu/GameSettings/SUKE01.ini | 39 + .../dolphin-emu/GameSettings/SVTEXS.ini | 2 + gc-widescreen.md | 74 + latest.md | 2 + wii-widescreen.md | 23 + 77 files changed, 6836 insertions(+) create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/D43E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2FE78.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2VE08.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G4QE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G5SE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G6SE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G8ME01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9RE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9SE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GAFE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GALE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GC6E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCBE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCCE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCNE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GEZE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFTE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFZE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GGSEA4.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GHQE7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GIZE52.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GJUE78.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GK2E52.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKOE70.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKYE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GLME01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM4E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM8E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMBE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE03.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOME01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOWE69.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP2EAF.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP6E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPIE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPTE41.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPVE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRHE41.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRYE41.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GS8E7D.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GSOE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GT3E52.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTSE4F.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTYE69.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GUPE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GVJE08.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GWWE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXEE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXXE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYQE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYTE69.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZ2E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZLE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZPE70.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/NAEE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R8PE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R96EAF.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RENE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RK5E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMCE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMGE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RPBE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSFE7U.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSRE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RWLE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SB4E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SEME4Q.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SF8E01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SLSEXJ.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SMNE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SNCE8P.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SUKE01.ini create mode 100644 configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SVTEXS.ini create mode 100644 gc-widescreen.md create mode 100644 wii-widescreen.md diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/D43E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/D43E01.ini new file mode 100644 index 00000000..9a841450 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/D43E01.ini @@ -0,0 +1,100 @@ +[ActionReplay_Enabled] +$Widescreen 1 +$Widescreen 2 +$Widescreen 3 +$Widescreen 4 +[ActionReplay] +$Widescreen 1 +0C017ED4 ED494024 +04017ED4 4BFEA9D4 +0402A420 4BFD84B4 +04029E78 4BFD8A98 +04094710 4BF6E22C +040028A8 3DC03FAA +040028AC 61CEAAAB +040028B0 91C21000 +040028B4 C1E21000 +040028B8 ED0F0232 +040028BC ED494024 +040028C0 60000000 +040028C4 48015614 +040028D4 3C808002 +040028D8 6084614C +040028DC 80A1006C +040028E0 7C042800 +040028E4 40820018 +040028E8 3C803B99 +040028EC 6084999A +040028F0 90830000 +040028F4 3C80BF40 +040028F8 9083000C +040028FC 38800001 +04002900 48027B24 +04002910 3861005C +04002914 2C040001 +04002918 40820010 +0400291C 3CA03B99 +04002920 60A5999A +04002924 90A30000 +04002928 60000000 +0400292C 48027550 +0400293C 3DC03FAA +04002940 61CEAAAB +04002944 91C21000 +04002948 C1E21000 +0400294C C3A1005C +04002950 EFAF0772 +04002954 39C00000 +04002958 48091DBC +02C8F1E6 000000AE +02C8F1EC 000000AE +$Widescreen 2 +04B584BC 3C073FE3 +$Widescreen 3 +0C017ED4 ED494024 +04017ED4 4BFEA9D4 +0402A420 4BFD84B4 +04029E78 4BFD8A98 +04094710 4BF6E22C +040028A8 3DC03FAA +040028AC 61CEAAAB +040028B0 91C21000 +040028B4 C1E21000 +040028B8 ED0F0232 +040028BC ED494024 +040028C0 60000000 +040028C4 48015614 +040028D4 3C808002 +040028D8 6084614C +040028DC 80A1006C +040028E0 7C042800 +040028E4 40820018 +040028E8 3C803B99 +040028EC 6084999A +040028F0 90830000 +040028F4 3C80BF40 +040028F8 9083000C +040028FC 38800001 +04002900 48027B24 +04002910 3861005C +04002914 2C040001 +04002918 40820010 +0400291C 3CA03B99 +04002920 60A5999A +04002924 90A30000 +04002928 60000000 +0400292C 48027550 +0400293C 3DC03FAA +04002940 61CEAAAB +04002944 91C21000 +04002948 C1E21000 +0400294C C3A1005C +04002950 EFAF0772 +04002954 39C00000 +04002958 48091DBC +02C8F1A6 000000AE +02C8F1AC 000000AE +02B0F00A 00001E80 +02B0F036 00001E80 +$Widescreen 4 +04B5849C 3C073FE3 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2FE78.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2FE78.ini new file mode 100644 index 00000000..1aae5583 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2FE78.ini @@ -0,0 +1,11 @@ +[ActionReplay_Enabled] +$60fps +$Widescreen +[ActionReplay] +$60fps +003D6C40 00000001 +$Widescreen +0430E1AC C3A2B820 +04418500 3FE38E39 +043847EC 3FE38E39 +04383F80 3FC00000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2VE08.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2VE08.ini new file mode 100644 index 00000000..fd4eb555 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G2VE08.ini @@ -0,0 +1,5 @@ +[ActionReplay_Enabled] +$Widescreen +[ActionReplay] +$Widescreen +042C65A0 3FE38E39 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G4QE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G4QE01.ini new file mode 100644 index 00000000..4f8bf1ae --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G4QE01.ini @@ -0,0 +1,20 @@ +[ActionReplay_Enabled] +$Fixed 169 +[ActionReplay] +$Fixed 169 +021A9F6A 00000000 +021A9F72 00000048 +0216FBFA 00009CC4 +0216FC02 00009CC8 +041B6804 C0029D90 +041B6808 FC1DE82E +041B680C EC420024 +041B6810 FC201090 +04376968 3FD55555 +0437696C 3FA00000 +04376970 3FA00000 +0437693C 44200000 +48010000 00373DF8 +DE000000 80008180 +3C002F00 000000FF +0437693C 44555555 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G5SE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G5SE7D.ini new file mode 100644 index 00000000..d896f7e5 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G5SE7D.ini @@ -0,0 +1,52 @@ +[ActionReplay_Enabled] +$Remove Bloom +[ActionReplay] +$Remove Bloom +04352F00 4E800020 +[Gecko] +$Widescreen +F6000001 80008180 +418100E0 3FC08049 +D2000024 0000000C +2C1D0000 41820054 +3DC03F40 61CE0000 +3DE03F80 61EF0000 +3E003F80 62100000 +91C20000 91E20004 +92020008 C2220008 +C0220000 C0030000 +EC000072 EC000473 +D0030000 C0220004 +C0030014 EC000072 +EC000473 D0030014 +38800000 00000000 +E0000000 80008000 +F6000002 80008180 +EC420032 EC630032 +EC3F0032 EC9E0032 +D2000048 00000010 +3DC08091 61CE43C0 +7C0EF800 41820068 +2C1F0000 41820060 +3DC08091 61CE3900 +7C0EF800 41820050 +C2220000 C2420008 +C0030000 EC000472 +EC0004B3 D0030000 +C003000C EC000472 +EC0004B3 D003000C +C2220004 C0030014 +EC000472 EC0004B3 +D0030014 C003001C +EC000472 EC0004B3 +D003001C 38800001 +60000000 00000000 +E0000000 80008000 +F6000003 80008180 +3FAAAAAB 3B000000 +40000000 3F000000 +C0000000 44200000 +14000014 45800000 +E0000000 80008000 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G6SE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G6SE7D.ini new file mode 100644 index 00000000..251db2cf --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G6SE7D.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +043A1D48 00000000 +043A1D54 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G8ME01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G8ME01.ini new file mode 100644 index 00000000..81b0e4a2 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G8ME01.ini @@ -0,0 +1,22 @@ +[ActionReplay_Enabled] +$Centered HUD +$Normal HUD +[ActionReplay] +$Centered HUD +C202F310 00000003 +3DC08042 3DE03FD8 +91EEF6D8 4E800020 +60000000 00000000 +C200F500 00000003 +3DE08082 3DC0402B +61CE12A2 91CFA1BC +387D015C 00000000 +C200F508 00000003 +3DE08082 3DC04063 +61CEE8D3 91CFA1BC +7FC3F378 00000000 +04199598 4E800020 +$Normal HUD +0441F6D8 3FE38E39 +$Ultrawide +0441F6D8 4017B426 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9RE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9RE7D.ini new file mode 100644 index 00000000..dea4a75d --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9RE7D.ini @@ -0,0 +1,8 @@ +[Gecko] +$169 Widescreen +04090E54 C0020010 +04090E84 C0020010 +040913C4 C0020010 +044B6F90 3FBB3800 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9SE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9SE8P.ini new file mode 100644 index 00000000..14837af4 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/G9SE8P.ini @@ -0,0 +1,232 @@ +[Gecko] +$169 Widescreen +0404E9F8 C0029C30 +0404F520 C0029C30 +0411F280 C002833C +0411F284 D001000C +0442D2D4 3F521DAF +0442DB20 3F521DAF +0442DE84 3F521DAF +0442EBD0 3F2AAAAB +0442D2E0 3ED21DAF +0442F46C 3FC00000 +80000000 BF400000 +042426B0 000001AA +0442D2DC 3F000000 +0442DB24 3F000000 +0442D2E8 3ECFEF9D +0442D2D8 3E800000 +0442F494 40000000 +80000004 3F800000 +042426B4 000001E0 +84210000 00290694 +84210004 0029069C +86A00000 40000000 +86A00004 40000000 +86400000 80000000 +86400004 80000000 +84210000 0042F770 +84210004 0042F774 +0201D90A 00000002 +0201DD06 00000002 +C21018B0 00000008 +80030040 2C000004 +40820034 80010054 +3D808001 618CA90C +3C808010 608418D8 +7C8903A6 7C0C0000 +80030040 4C820420 +3884FFE4 7C8903A6 +4E800420 00000000 +C216EF04 00000002 +C022A4F4 EC010032 +60000000 00000000 +C216F024 00000002 +C022A4F4 EC010032 +60000000 00000000 +0401DC0C 481766D1 +C601E58D 801942DC +C601E66D 801942DC +04092470 48101E6D +040A8B0C 48000008 +040A8B10 480EB7CD +040AA540 480E9D9D +040B7FF8 480DC2E5 +0425A9DC 801018A4 +041942D8 4800002C +0424FF60 43660000 +0424FF64 44A28000 +0424FF68 45246000 +0425016C 445FC000 +04250170 46FCF800 +04250174 C682E600 +042501E0 C4410000 +042501E4 4520B800 +042501E8 448C4000 +C205AD5C 0000004E +901F0830 808D9524 +7C8C2378 806D9420 +88630028 7C630774 +2C030002 40820120 +48000229 2C03000D +40820114 48000179 +38A00000 60A58880 +7C642A14 7C8802A6 +38A00030 48000151 +4800015D 3CA00001 +60A5E640 7C6C2A14 +7C8802A6 38840030 +38A00020 48000131 +38800028 38A0731A +7C6C2A14 38A00000 +38C00030 98830000 +38A50030 7C633214 +2C0502D0 4081FFF0 +38800002 3CA00001 +60A5D618 7C6C2A14 +38A00000 38C00024 +90830000 38A50024 +7C633214 2C05021C +4081FFF0 38800129 +3CA00001 60A5AAA1 +7C6C2A14 B0830000 +38632B2C 3884FFFF +B0830000 38800029 +38A0770A 7C6C2A14 +38A00000 38C00030 +98830000 38A50030 +7C633214 2C0500C0 +4081FFF0 98830120 +38800002 3CA00001 +60A5D90C 7C6C2A14 +38A00000 38C00024 +90830000 38A50024 +7C633214 2C050090 +4081FFF0 908300D8 +48000130 4800010D +2C030005 40820124 +48000111 2C030002 +40820118 48000051 +38A00000 60A53C90 +7C642A14 7C8802A6 +38A00030 48000029 +48000035 3CA00001 +60A5E640 7C6C2A14 +7C8802A6 38840030 +38A00020 48000009 +480000D8 3CE08000 +38E731E8 7CE903A6 +4E800420 4E800021 +45287A0C C574FE66 +C69E0D2E 00000000 +00000000 00000000 +0002A009 00000000 +0002A009 00000000 +1100000A 000002D7 +45843012 C5847F33 +C6A49C00 00000000 +00000000 00000000 +00000000 00000000 +4682E400 45B38800 +C6419000 00000000 +00001500 00000000 +00026009 00000000 +00026009 00000000 +0402CE14 0000013A +00000060 44BB8000 +3EFFFFFD 00000000 +00000000 00000000 +00000000 00000000 +3C608029 6063C34C +80630000 4E800020 +3C608029 6063C54C +80630000 4E800020 +60000000 00000000 +C21942DC 00000018 +9421FF80 80ED9CDC +C842A7E0 A0C70004 +3C004330 90010008 +38000000 9001000C +D8410010 90C10014 +C8010010 C8210008 +EC000828 A0C70008 +90C10014 C8410010 +EC420828 FC200090 +FC601090 3CC08029 +38C6068C C0860008 +FC802050 C0A60010 +EC012024 EC432824 +EC000828 EC421828 +EC210824 EC21082A +EC000824 EC420824 +38C00000 38E00018 +39040004 7C26242E +7C66442E EC212024 +EC632824 EC210028 +EC631028 7C26252E +7C66452E 7CC63A14 +2C060048 4081FFD8 +38210080 00000000 +041942E0 4BFFFFE0 +48000000 800030CC +DE000000 80008180 +30000288 3881000C +1400028C 48000008 +D6000291 801942DC +D2001220 00000004 +C0030000 3C603EC0 +60630000 9061FFFC +C041FFFC EC001024 +60000000 00000000 +140010DC 60000000 +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +30067978 389F0038 +D6067981 801942DC +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +3008FE14 38A00004 +D608FE19 801942DC +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +300A9D9C 3C608043 +D20A9D6C 00000005 +3F808010 639C2D24 +7F8803A6 39600004 +B17C0072 4E800021 +3860FFFF B07C0072 +60000000 00000000 +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +3009EBDC 3C608043 +140E5100 00000014 +140E5068 00000014 +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +300A35A0 3C608043 +120A35AE 000072A0 +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +30082F34 7FC4f378 +12082F32 000072AC +140D7250 00000014 +140DA798 00000014 +140DA7AC 00000014 +140DA9AC 00000014 +E0000000 80000000 +48000000 800030CC +DE000000 80008180 +3004BAF8 C01F0038 +140950EC 3F521DAF +140950E8 3ED21DAF +140950AC 3F000000 +E0000000 80000000 +0201AC26 00000000 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GAFE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GAFE01.ini new file mode 100644 index 00000000..d101136f --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GAFE01.ini @@ -0,0 +1,9 @@ +[ActionReplay_Enabled] +$16:9 Widescreen +[ActionReplay] +$16:9 Widescreen +040037A0 3C608000 +040037A4 C38337AC +040037A8 4805ACBC +040037AC 3FE38E39 +0405E460 4BFA5340 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GALE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GALE01.ini new file mode 100644 index 00000000..9a392e67 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GALE01.ini @@ -0,0 +1,136 @@ +[Gecko_Enabled] +$Unlock All Characters and Stages +$Unlock All 293 Trophies +$Default Tournament Settings +$Boot to Character Select Screen +$Zelda is Permanently Sheik at CSS +$Skip Results Screen & KO Stars Equals Games Won +$Hold A+B for Salty Runback +$Aerials are Automatically L-Cancelled +$Disable Tap Jump +$Proper 16:9 Widescreen Support +$Disable Rumble +$Unlock All Characters and Stages +$Unlock All 293 Trophies +$Default Tournament Settings +$Boot to Character Select Screen +$Zelda is Permanently Sheik at CSS +$Skip Results Screen & KO Stars Equals Games Won +$Hold A+B for Salty Runback +$Aerials are Automatically L-Cancelled +$Disable Tap Jump +$Proper 16:9 Widescreen Support +[ActionReplay_Enabled] +$Items Off +$Game Mode Stock +$4 Stocks +$Stock Match Time Limit 8 Mins +$Disable Peach's Castle Bullets [Zauron] +$Disable Brinstar's Rising Lava [Zauron] +$Disable Dreamland's Wind [Zauron] +$Disable Corneria's Arwings [Zauron] +$No Great Fox Guns [Zauron] +$Disable Green Greens Blocks [Zauron] +$Disable Green Greens Tree Stuff [Zauron] +$Disable Pokemon Stadium Transformations [Zauron] +$Disable Yoshi's Story Shyguys [Zauron] +$Disable Peach's Castle Bullets [Zauron] +$Disable Brinstar's Rising Lava [Zauron] +$Disable Dreamland's Wind [Zauron] +$Disable Corneria's Arwings [Zauron] +$No Great Fox Guns [Zauron] +$Disable Green Greens Blocks [Zauron] +$Disable Green Greens Tree Stuff [Zauron] +$Disable Pokemon Stadium Transformations [Zauron] +$Disable Yoshi's Story Shyguys [Zauron] +[Gecko] +$Unlock All Characters and Stages +0445bf28 ffffffff +0445bf2c ffffffff +$Unlock All 293 Trophies +0245c390 00000125 +0245c395 01266363 +$Default Tournament Settings +043d4a48 00340102 +043d4a4c 04000a00 +043d4a50 08010100 +043d4a60 ff000000 +043d4a70 00000000 +043d4a74 3c000000 +043d4a78 e70000b0 +$Boot to Character Select Screen +041bfa20 38600002 +$Zelda is Permanently Sheik at CSS +043f0cc8 12130200 +$Skip Results Screen & KO Stars Equals Games Won +c21a415c 00000011 +3803ffff 2c0b0020 +41820078 2c000004 +40820070 3e208047 +6231a1ec 7c088800 +4082005c 3e00804d +3a9065a7 6210672f +3e208043 62312087 +3a400000 3a520001 +3a940001 3a100001 +1e720008 7e738a14 +8a730000 2c130021 +4182001c 8ab40000 +2c150000 40820010 +8ab00000 3ab50001 +9ab00000 2c120004 +41a0ffc4 38000000 +60000000 00000000 +$Hold A+B for Salty Runback +c21a4160 00000008 +39c00000 3de08046 +61efb108 820f0000 +5611018d 41820010 +561101cf 41820008 +38000002 39ce0001 +2c0e0004 4080000c +39ef000c 4bffffd8 +981f0003 00000000 +$Aerials are Automatically L-Cancelled +0406b620 60000000 +$Disable Tap Jump +c20cbbc0 00000003 +89fd06be 2c0f0004 +40800008 4e800020 +7c0802a6 00000000 +c20cb4e0 00000003 +2c040001 40820008 +4e800020 7c0802a6 +60000000 00000000 +$Proper 16:9 Widescreen Support +c2021abc 00000002 +39c00001 38600006 +60000000 00000000 +c236a4a8 00000007 +c03f0034 2c0e0001 +41820024 3c004080 +90010030 3c004040 +90010034 c0010030 +ec210032 c0010034 +ec210024 39c00000 +281e0000 00000000 +[ActionReplay] +$Disable Peach's Castle Bullets [Zauron] +041CD8A8 4E800020 +$Disable Brinstar's Rising Lava [Zauron] +041D99E0 4E800020 +$Disable Dreamland's Wind [Zauron] +04211444 60000000 +$Disable Corneria's Arwings [Zauron] +041DDA48 60000000 +$No Great Fox Guns [Zauron] +041E1390 40800430 +$Disable Green Greens Blocks [Zauron] +042146EC 60000000 +04216B24 60000000 +$Disable Green Greens Tree Stuff [Zauron] +04213C10 4E800020 +$Disable Pokemon Stadium Transformations [Zauron] +041D1548 60000000 +$Disable Yoshi's Story Shyguys [Zauron] +041E3348 60000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GC6E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GC6E01.ini new file mode 100644 index 00000000..96af762b --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GC6E01.ini @@ -0,0 +1,9 @@ +[ActionReplay_Enabled] +$Widescreen +[ActionReplay] +$Widescreen +04005300 C3A2B084 +04005304 EFBD00B2 +04005308 4809E62C +040A3930 4BF619D0 +0447E724 3FAAAAAB diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCBE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCBE7D.ini new file mode 100644 index 00000000..49042196 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCBE7D.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +040AC768 D01E0040 +04122370 3FE38E39 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCCE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCCE01.ini new file mode 100644 index 00000000..193bf09f --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCCE01.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +0418542C C3A2C794 +04332D74 3FE38E39 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCNE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCNE7D.ini new file mode 100644 index 00000000..859510b8 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GCNE7D.ini @@ -0,0 +1,10 @@ +[Gecko] +$169 Widescreen +C2192CE4 00000003 +C0030000 2C040001 +4182000C C0228A00 +EC000072 00000000 +04298420 3F400000 +0410E010 38600001 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GEZE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GEZE8P.ini new file mode 100644 index 00000000..f57be6b5 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GEZE8P.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +042C6328 3FE38E39 +042C6314 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFTE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFTE01.ini new file mode 100644 index 00000000..fb3e64d9 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFTE01.ini @@ -0,0 +1,54 @@ +[ActionReplay_Enabled] +$Unlock All Normal Tours & Courses +$Unlock All Players +[Gecko] +$Widescreen +0426C7F8 3FCFDF3B +C203E698 00000004 +3C803FAA 6084AAAB +90820000 C2220000 +ED110232 ED494024 +60000000 00000000 +C200FAA8 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +C20255F4 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +204303F4 3FA0804E +C24303F8 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +C243E2BC 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +E2000001 80008000 +204017DC FC40E890 +C24017F0 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +C2401464 00000005 +C2220000 C0230000 +EC310072 D0230000 +C023000C EC310072 +D023000C 38800001 +60000000 00000000 +E2000001 80008000 +* +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFZE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFZE01.ini new file mode 100644 index 00000000..4007c885 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GFZE01.ini @@ -0,0 +1,483 @@ +[ActionReplay_Enabled] +$Beat All Cups (unlock Master class/Diamond Cup) +$Unlock AX Cup Tracks +$All Vehicles Unlocked +[Gecko] +$Tunnelview Effect [CosmoCortney] +041A6F60 3d900000 +*preview: http://imageshack.us/photo/my-images/543/39816645391922466231916.jpg +$Headphone music effect [CosmoCortney] +04090958 3F900000 +*Do not use it together with the "music has a lot of BASS"-code. +$music has a lot of BASS [CosmoCortney] +04090958 3F7F0000 +*Do not use it together with the "headphone music effect"-code. +$SFX speed [CosmoCortney] +041295E0 XXX00000 +04129770 XXX00000 +041297A0 XXX00000 +041297D0 XXX00000 +*XXX = 3F8 = normal speed +*XXX = 3F0 = very slowly (very funny sounding announcer :'D ) +*XXX = 3F4 = Slowly +*XXX = 3FC = Fast +*XXX = 400 = very fast (announcer sounds like a chipmunk) +$No HUD [CosmoCortney] +48000000 801B7574 +DE000000 80008180 +1200005C 00000000 +1200002C 00000000 +12000024 00000000 +12000020 00000000 +12000014 00000000 +12000010 00000000 +E2000001 80008000 +$Transparent vehicles [CosmoCortney] +48000000 801B7574 +DE000000 80008180 +12000E38 00004050 +E2000001 80008000 +*preview: http://imageshack.us/photo/my-images/11/fzerogxntscu004.jpg +$Transparent Tracks [CosmoCortney] +48000000 801B7574 +DE000000 80008180 +12001B4C 00004300 +E2000001 80008000 +*preview: http://imageshack.us/photo/my-images/839/previewck.png +$Enemies don't know where to go [CosmoCortney] +48000000 801B7574 +DE000000 80008180 +12001BC0 00004050 +E2000001 80008000 +$Messed up Engine Fire and energy charger rings [CosmoCortney] +48000000 801B7574 +DE000000 80008180 +12001BDC 000040F0 +E2000001 80008000 +*preview: http://imageshack.us/photo/my-images/571/fzerogxntscu000.jpg +*preview2: http://imageshack.us/photo/my-images/809/fzerogxntscu001.jpg +*do not activate this before a stage has been loaded. +$speed code player 2 [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +12000808 000041XX +E2000001 80008000 +*XX = 00 ~ 1600 km/h +*XX = FF ~ 5300 km/h +$speed code player 3 [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +12000E28 000041XX +E2000001 80008000 +*XX = 00 ~ 1600 km/h +*XX = FF ~ 5300 km/h +$speed code player 4 [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +12001448 000041XX +E2000001 80008000 +*XX = 00 ~ 1600 km/h +*XX = FF ~ 5300 km/h +$Insane spin attack (GP, Practice, Time Attack) [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +12000158 00004140 +E2000001 80008000 +48000000 801B61AC +DE000000 80008180 +12000154 00004140 +E2000001 80008000 +$Insane spin attack (Story Mode) [CosmoCortney] +48000000 801B617C +DE000000 80008180 +12000158 00004140 +E2000001 80008000 +48000000 801B617C +DE000000 80008180 +12000154 00004140 +E2000001 80008000 +$race does not end if you fall out off the track (GP, Time Attack, Practice) [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +120001D8 00004140 +E2000001 80008000 +$Awesome Camera (GP, Time Attack, Practice) [CosmoCortney] +48000000 801B61AC +DE000000 80008180 +1200014C 00004140 +E2000001 80008000 +$Awesome Camera (Story Mode) [CosmoCortney] +48000000 801B617C +DE000000 80008180 +1200014C 00004140 +E2000001 80008000 +$Load Beta Vehicles [CosmoCortney] +2815CBD0 00000081 +48000000 800030C8 +DE000000 80008180 +101DFEDF 00000001 +101DFEE4 00000011 +101DFEE9 00000010 +E0000000 80008000 +2815CBD0 00000082 +48000000 800030C8 +DE000000 80008180 +101DFEDF 00000000 +101DFEE4 00000011 +101DFEE9 00000010 +E2000001 80008000 +** Select a vehicle as like as you usually do. when you see the course preview, press Dpad Left or Right to load the Beta Vehicle. +** Dpad Left for Beta Vehicle 1 +** Dpad Right for Beta Vehicle 2 +*!!! do not return to the machine settings. it may cause a crash !!! Press the button conditional in the course preview only !!! +*works in every mode. do not use it together with Player #1 vehicle modifier +*demonstration: http://www.youtube.com/watch?v=Hb6sMg0LVTg +$Load Beta Vehicles for Com #01- Com #29 [CosmoCortney] +2815CBD0 00000082 +48000000 800030C8 +DE000000 80008180 +181DFEFF 00000001 +001C0020 00000000 +E0000000 80008000 +2815CBD0 00000082 +48000000 800030C8 +DE000000 80008180 +181DFF09 00000010 +001C0020 00000000 +E0000000 80008000 +2815CBD0 00000081 +48000000 800030C8 +DE000000 80008180 +181DFEFF 00000000 +001C0020 00000000 +E0000000 80008000 +2815CBD0 00000081 +48000000 800030C8 +DE000000 80008180 +181DFF09 00000010 +001C0020 00000000 +E0000000 80008000 +** press Dpad left in Course preview cutscenes to load the Bus +** press Dpad right in Course preview cutscenes to load the civil vehicle +*Preview: http://www.youtube.com/watch?v=EB0Bb5Y6BSs +$Player #1 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140254B0 000000XX +E2000001 80008000 +*Now you are able to use other vehicles in story mode! +$Player #2/Com #01 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140254D0 000100XX +E2000001 80008000 +$Player #3/Com #02 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140254F0 000200XX +E2000001 80008000 +$Player #4/Com #03 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025510 000300XX +E2000001 80008000 +$Com #04 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025530 000400XX +E2000001 80008000 +$Com #05 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025550 000500XX +E2000001 80008000 +$Com #06 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025570 000600XX +E2000001 80008000 +$Com #07 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025590 000700XX +E2000001 80008000 +$Com #08 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140255B0 000800XX +E2000001 80008000 +$Com #09 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140255D0 000900XX +E2000001 80008000 +$Com #10 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140255F0 000A00XX +E2000001 80008000 +$Com #11 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025610 000B00XX +E2000001 80008000 +$Com #12 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025630 000C00XX +E2000001 80008000 +$Com #13 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025650 000D00XX +E2000001 80008000 +$Com #14 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025670 000E00XX +E2000001 80008000 +$Com #15 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025690 000F00XX +E2000001 80008000 +$Com #16 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140256B0 001000XX +E2000001 80008000 +$Com #17 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140256D0 001100XX +E2000001 80008000 +$Com #18 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140256F0 001200XX +E2000001 80008000 +$Com #19 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025710 001300XX +E2000001 80008000 +$Com #20 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025730 001400XX +E2000001 80008000 +$Com #21 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025750 001500XX +E2000001 80008000 +$Com #22 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025770 001600XX +E2000001 80008000 +$Com #23 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025790 001700XX +E2000001 80008000 +$Com #24 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140257B0 001800XX +E2000001 80008000 +$Com #25 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140257D0 001900XX +E2000001 80008000 +$Com #26 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +140257F0 001A00XX +E2000001 80008000 +$Com #27 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025810 001B00XX +E2000001 80008000 +$Com #28 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025830 001C00XX +E2000001 80008000 +$Com #29 Vehicle Modifier [CosmoCortney] +48000000 801B4134 +14025850 001D00XX +E2000001 80008000 +** Note for ALL Vehicle Modifiers: +*Replace XX with the ID of the Vehicle you want. +*Vehicle ID-list: +*00 = red gazelle +*01 = white cat +*02 = golden fox +*03 = iron tiger +*04 = fire stringray +*05 = wild goose +*06 = Blue Falcon +*07 = Deep Claw +*08 = Great Star +*09 = Little Wyvern +*0A = Mad Wolf +*0B = Super Piranha +*0C = Death Anchor +*0D = Astro Robin +*0E = Big Fang +*0F = Sonic Phantom +*10 = Green Panther +*11 = Hyper Speeder +*12 = Space Angler +*13 = Super Meteor +*14 = Queen Meteor +*15 = Twin Noritta +*16 = Night Thunder +*17 = Wild Board +*18 = Blood Hawk +*19 = Wonder Wasp +*1A = Mighty Typhoon +*1B = Mighty Hurricane +*1C = Crazy Bear +*1D = Black Bull +*1E = Dark Schneider +*1F = Fat Shark +*20 = Cosmic Dolphin +*21 = Pink Spider +*22 = Magic Seagul +*23 = Silver Rat +*24 = Spark Moon +*25 = Bunny Flash +*26 = Groovy Taxi +*27 = Rolling Turtle +*28 = Rainbow Pheonix +$inf. energy (race modes) [Sharkbyte] +48000000 801B61AC +DE000000 80C080D0 +12000148 000042C8 +E0000000 80008000 +$inf. energy (story mode) [Sharkbyte] +48000000 801B617C +DE000000 80C080D0 +12000148 000042C8 +E0000000 80008000 +$instant finish (grand prix) [Sharkbyte] +48000000 801B61AC +DE000000 80C080D0 +1200BDFC 000001CE +E0000000 80008000 +$instant finish (time trial) [Sharkbyte] +48000000 801B61AC +DE000000 80C080D0 +12000C5E 000001CE +E0000000 80008000 +$one hit kills (GP mode amd time trial) [Sharkbyte] +48000000 801B61AC +DE000000 80C080D0 +18000768 00000000 +201D0620 00000000 +*E0000000 +*100f +*80008000 +$one hit kills (story mode) [Sharkbyte] +48000000 801B617C +DE000000 80C080D0 +18000768 00000000 +201D0620 00000000 +E0000000 80008000 +$all vehicles unlocked [Sharkbyte] +48000000 800030C8 +DE000000 80008180 +14239100 FFFFFFFF +14239104 FFFFFFFF +E0000000 80008000 +$Inf. tickets [Sharkbyte] +48000000 800030C8 +DE000000 80008180 +1223D9F8 00000001 +1223D9FA 0000869F +E0000000 80008000 +$all custom parts available [Sharkbyte] +48000000 800030C8 +DE000000 80008180 +12239120 0007FFFF +E0000000 80008000 +$unlock all story mode movies [Sharkbyte] +48000000 800030C8 +DE000000 80008180 +12239164 0000FFFF +E0000000 80008000 +*all codes first hacked by codejunkies then converted to work with gecko os mod by Sharkbyte +$Stereo 3D (Beta 2) [biolizard89] +4A001000 00000000 +CE000000 80008180 +92210005 00000024 +92210006 00000034 +92210007 00000044 +80000001 00000000 +80000002 00000000 +80000003 00000000 +88000001 00000009 +88000002 0000000A +88000003 0000000B +86400008 00000001 +20001828 00000000 +80000004 BDB851EC +20001829 00000001 +80000004 3DB851EC +E2000001 00000000 +88A00005 00000004 +88A00006 00000004 +88A00007 00000004 +88900001 00000005 +88900002 00000006 +88900003 00000007 +E0000000 80008000 +F600000B 80008180 +3CA0E000 10211420 +C0050198 7C641B78 +10630420 E0850000 +E0C50010 10840072 +E1050020 10C60072 +E0A50008 11080072 +E0E50018 108520FA +E1250028 10C730FA +110940FA 10842114 +D0840000 10C63194 +D0C40004 11084214 +D2000058 0000000F +D1040008 9421FFB0 +BDC10008 3DC08000 +39CE1808 820E0000 +3DE08000 7C107800 +41800048 3DE08180 +7C107800 4080003C +82900000 82B00004 +82D00008 822E0004 +824E0008 826E000C +7C048000 4082001C +928E0024 92AE0028 +92CE002C 92300000 +92500004 92700008 +B9C10008 38210050 +60000000 00000000 +E0000000 00000000 +32000000 3CA0E000 +4E00FF08 00000000 +A8000000 FFC00001 +16000000 00000008 +F600000B 80008180 +E0000000 80008000 +F6000005 80008180 +5460063E 80650004 +1C0001FC 7CA30214 +80650010 80050014 +90640000 90040004 +80050018 90040008 +D2000010 00000005 +80650010 9421FFB0 +BDC10008 3DC08000 +39CE1808 39E50010 +91EE0000 B9C10008 +38210050 00000000 +E0000000 00000000 +32000000 5460063E +4E00FF88 00000000 +A8000000 FFC00001 +16000000 00000008 +F6000005 80008180 +E0000000 80008000 +*- Notes: This code will enable Stereo 3D in Grand Prix, Story, Time Attack, and Practice modes. It will also enable Stereo 3D for the highest-numbered player in VS. Battle mode. Put your 3D TV in field-sequential mode (for 480i) or frame-sequential mode (for 480p). You may need to fiddle with left/right polarity on your 3D TV, but once you have it correct, it should stay correct until you reboot your Wii or TV (if you're in 480i mode, rebooting your TV won't affect the polarity). If you don't have a 3D TV, or if your 3D TV doesn't support field-sequential/frame-sequential modes, you can use a KWorld USB S-Video capture card with the Windows program Stereoscopic Player, which will allow you to output to different 3D formats, including red/cyan anaglyph glasses. +*- Credits: Big thanks to dcx2, Y.S., and Stuff for help with the F6 codes. +*- Hackers: This code should be portable (with some effort) to any 60fps GameCube/Wii game, so if anyone wants to port this code to another GameCube/Wii game, feel free to contact me (biolizard89) at fuzziqersoftware.com forums or wiird.l0nk.org forums. +*- Caveats: The camera's XYZ coords will lag by 1 frame (this is noticeable if you look carefully, but not annoying). The separation is not changeable in-game unless you use a USB Gecko; see below for info on changing the separation. Gecko Registers 0-3 and 5-B are reserved by this code; don't use any other codes which touch those Gecko Registers. This code should be region-free but was tested only with the USA version. As this code utilizes the F6 codetype it requires a recent code handler; at the moment this means NeoGamma R9 Beta 50. +*- Separation Customization: Find lines 14 and 16, and change BDB851EC and 3DB851EC to other float values (the default is quite mild). +*- Changelog: Beta 2 fixes a matrix math issue. +*0 +$Ultrawide +48000000 800030C8 +DE000000 80008180 +303EA9E8 65656E00 +143EA9E0 32313A39 +143EA9E4 00000000 +E0000000 80008000 +48000000 800030C8 +DE000000 80008180 +141607E0 3F100000 +14161E98 3F100000 +14164108 40155555 +E0000000 80008000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GGSEA4.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GGSEA4.ini new file mode 100644 index 00000000..dbf811d0 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GGSEA4.ini @@ -0,0 +1,9 @@ +[Gecko] +$169 Widescreen +48000000 800030C8 +DE000000 7E007FFF +1410CC00 C3020000 +E0000000 80008000 +042864A0 3F400000 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GHQE7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GHQE7D.ini new file mode 100644 index 00000000..ed7c8673 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GHQE7D.ini @@ -0,0 +1,16 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +04004600 C002A604 +04004604 C09F0014 +04004608 FC002040 +0400460C 4082000C +04004610 C002A608 +04004614 EC630032 +04004618 48220508 +04041A5C 38600001 +04224344 C002A60C +04224B1C 4BDDFAE4 +044786B0 3FAAAAAB +04479F28 3FA33333 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GIZE52.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GIZE52.ini new file mode 100644 index 00000000..7c5b2fe5 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GIZE52.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +003E10B4 00000000 +003E10A8 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GJUE78.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GJUE78.ini new file mode 100644 index 00000000..ca561197 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GJUE78.ini @@ -0,0 +1,32 @@ +[ActionReplay_Enabled] +$60fps +$Widescreen +[ActionReplay] +$60fps +00323748 00000001 +$Widescreen +C218B514 00000011 +C3A2A8A8 7FA802A6 +48000061 7C8802A6 +FF200090 C03F0008 +C3840008 C3440000 +C3640004 8364000C +83840010 EC210732 +7F6803A6 4E800021 +EF5AD824 FF5DEEAE +EC21E824 EC2106B2 +7F8803A6 4E800021 +EC21E024 D03F0008 +FC20E890 FC00C890 +7FA803A6 4E800020 +4E800021 44555555 +43F00000 3C0EFA35 +8029AC04 8029A240 +60000000 00000000 +82210000 0018B514 +86000000 00000001 +84210000 0018B514 +04112E34 C3A2CBD0 +04337D10 3FE38E39 +043359E8 3FE38E39 +04336354 3FC00000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GK2E52.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GK2E52.ini new file mode 100644 index 00000000..51a247dd --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GK2E52.ini @@ -0,0 +1,12 @@ +[ActionReplay_Enabled] +$60fps +$Freeze Timers (60fps fix) +[ActionReplay] +$60fps +084DC82A 00000001 +0456C364 00000002 +104DC82A 00000001 +0456C364 00000001 +$Freeze Timers (60fps fix) +042789B0 60000000 +042789CC 60000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKOE70.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKOE70.ini new file mode 100644 index 00000000..43238e30 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKOE70.ini @@ -0,0 +1,21 @@ +[Gecko] +$169 Widescreen +C2285240 00000006 +3C803F40 90820000 +C2220000 C0030000 +EC110032 D0030000 +C003000C EC110032 +D003000C 38800001 +60000000 00000000 +C20C1350 00000008 +3CA0800C 60A5BF34 +808100C4 7C042800 +41820028 3C803F40 +90820000 C2220000 +C0030000 EC110032 +D0030000 C003000C +EC110032 D003000C +38800001 00000000 +04554C2C 3FE38E39 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKYE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKYE01.ini new file mode 100644 index 00000000..7878eaef --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GKYE01.ini @@ -0,0 +1,53 @@ +[Gecko] +$Widescreen +040647F4 C05E0040 +C2064588 00000006 +C05C0044 3C808010 +80610114 7C041800 +386100B4 41800014 +3C803FAB 90830000 +C0630000 EC4300B2 +60000000 00000000 +C2401508 00000009 +3821FFFC 3C803F40 +90810000 809E004C +3CA04280 7C042800 +41820020 C0210000 +C0010030 EC010032 +D0010030 C001003C +EC010032 D001003C +38210004 7FE4FB78 +60000000 00000000 +0427AE50 4E800020 +C20D7F08 00000004 +3821FFFC 3C603E40 +90610000 C3A10000 +C01E0044 EC00E824 +38210004 00000000 +045E33CC 44555555 +045E5014 44555555 +C239CFC4 00000002 +3C803B19 90830000 +38800001 00000000 +0439D10C 38600000 +0439D11C 38A00280 +C200D57C 00000002 +3C80C2C0 90810004 +C0210004 00000000 +C200D54C 00000003 +FC400890 3C80C2C0 +90810004 C0210004 +60000000 00000000 +045DF1BC C2800000 +C20AAE38 00000002 +A8FA0000 38E7FF96 +60000000 00000000 +C20AAEC8 00000002 +A8FA0000 38E7FF96 +60000000 00000000 +C20AAF54 00000002 +AB9A0000 3B9CFF96 +60000000 00000000 +0428B210 60000000 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GLME01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GLME01.ini new file mode 100644 index 00000000..c40e2d10 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GLME01.ini @@ -0,0 +1,7 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +040206A0 3C603FE3 +040206A4 60638E39 +040206A8 906700B0 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM4E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM4E01.ini new file mode 100644 index 00000000..817cc2dc --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM4E01.ini @@ -0,0 +1,134 @@ +[ActionReplay_Enabled] +$Everything Unlocked +$Reduced Nintendo Blur +$Widescreen +[ActionReplay] +$Widescreen +043CBE08 3FE38E39 +043CBE0C 40649373 +$Ultrawide +043CBE08 4017B426 +043CBE0C 40649373 +[Gecko] +$Everything Unlocked [Codejunkies] +023BC1C0 0003FFFF +$Stars Last Forever [Codejunkies] +042B0540 4BD53700 +$Extra Speed [Codejunkies] +043D45A0 46C80000 +042B17A8 C3E20000 +$Press Z To Jump [Codejunkies] +283A4D6C FFEF0010 +48000000 803CC118 +DE000000 80008180 +1200033C 00004300 +E2000002 80008000 +$D-pad Up Freezes Timer [Codejunkies] +283A4D6C 00000008 +04189348 60000000 +E2000001 80008000 +$D-pad Down Unfreezes Timer [Codejunkies] +283A4D6C 00000004 +04189348 4BFFD9E9 +E2000001 80008000 +$Other Karts Can't Move [Codejunkies] +04247504 60000000 +$Huge Karts [Codejunkies] +043D45A4 3FC00000 +042D3668 C0220004 +$Tiny Karts [Codejunkies] +043D45A4 3F000000 +042D3668 C0220004 +$Max Race Points [Codejunkies] +043B11CC 000003E7 +$Press D-Pad Left For Star [Codejunkies] +042B0540 4BD53700 +283A4D6C 00000001 +042AF120 48000208 +042AF334 60000000 +042C7A00 38000000 +E0000000 80008000 +2A3A4D6C 00000001 +042AF120 40820208 +042AF334 41820010 +042C7A00 80040008 +E0000000 80008000 +$Log Bridges Don't Sway [Codejunkies] +041EAC2C 4E800020 +$Weapons Are Useless [Codejunkies] +041F35D4 4E800020 +$Turn Off Course Hazards [Codejunkies] +041F4DA4 4E800020 +$All Races: 1 Lap [Codejunkies] +04187BAC 38000001 +$Unrestricted Kart Selection [Codejunkies] +04163B30 7C673214 +04163B34 2C030015 +04163B38 41820010 +04163B3C 2C030000 +04163B40 41800010 +04163B44 48000014 +04163B48 38600000 +04163B4C 4800000C +04163B50 38600014 +04163B54 48000004 +04163B58 4E800020 +$Disable Course Collision (Hold D-down) [Codejunkies] +043CE824 BF800000 +283A4D6C FFFB0004 +043CE824 420001CE +E2000001 80008000 +$Infinite Mushrooms [Codejunkies] +042BCC5C 480000EC +$Invisible Karts [Codejunkies] +041908B4 4E800020 +$Double Mushroom Boosts [Codejunkies] +042AD3EC 380000A0 +$Purely Random Items [Codejunkies] +0420CF28 38800013 +0420CF30 2C030010 +0420CF34 40820008 +0420CF38 38630001 +0420CF3C 4800009C +$Goraud Shading [Codejunkies] +040A9714 4E800020 +$Reduced Nintendo Blur [Codejunkies] +022B3382 000000E8 +$Increased Nintendo Blur [Codejunkies] +022B3382 000000CC +$Item Always Green Shell [Codejunkies] +0420CBC4 38600000 +$Item Always Special Green Shell [Codejunkies] +0420CBC4 38600001 +$Item Always Red Shell [Codejunkies] +0420CBC4 38600002 +$Item Always Banana [Codejunkies] +0420CBC4 38600003 +$Item Always Special Banana [Codejunkies] +0420CBC4 38600004 +$Item Always Mushroom [Codejunkies] +0420CBC4 38600005 +$Item Always Star [Codejunkies] +0420CBC4 38600006 +$Item Always Wan Wan [Codejunkies] +0420CBC4 38600007 +$Item Always Bomb [Codejunkies] +0420CBC4 38600008 +$Item Always Bros Special [Codejunkies] +0420CBC4 38600009 +$Item Always Lightning [Codejunkies] +0420CBC4 3860000A +$Item Always Yoshi Egg [Codejunkies] +0420CBC4 3860000B +$Item Always Golden Mushroom [Codejunkies] +0420CBC4 3860000C +$Item Always Homing Shell [Codejunkies] +0420CBC4 3860000D +$Item Always Heart [Codejunkies] +0420CBC4 3860000E +$Item Always Fake Prezzie [Codejunkies] +0420CBC4 3860000F +$Item Always Special Shells [Codejunkies] +0420CBC4 38600011 +[Gecko_Enabled] +$Everything Unlocked diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM8E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM8E01.ini new file mode 100644 index 00000000..fc7ee5d5 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GM8E01.ini @@ -0,0 +1,22 @@ +[Gecko] +$Widescreen +F6000001 80008180 +FF401090 EF210032 +D2000000 00000002 +3DC04000 91C20000 +C3420000 00000000 +D200000C 00000002 +3DC04000 91C20000 +C3420000 00000000 +E0000000 80008000 +F6000001 80008180 +ED6A4824 ED080172 +D2000000 00000004 +3DC03FAA 61CEAAAB +91C20000 C2620000 +ED330272 ED6A4824 +60000000 00000000 +E0000000 80008000 +* +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMBE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMBE8P.ini new file mode 100644 index 00000000..f3342d92 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMBE8P.ini @@ -0,0 +1,18 @@ +[Gecko] +$wide +C20E43B4 00000006 +C0030000 3DC03F40 +91C20004 C2220004 +EC110032 D0030000 +C003000C EC110032 +D003000C C0030000 +60000000 00000000 +04084A40 4E800020 +04020ADC C3A2C244 +0405C55C 4E800020 +04098410 4E800020 +04099968 4E800020 +040976BC 4E800020 +* +[Gecko_Enabled] +$wide diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE01.ini new file mode 100644 index 00000000..15274afb --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE01.ini @@ -0,0 +1,14 @@ +[Gecko] +$60fps +044167B8 3F800000 +042FCB24 60000000 +04414904 3CA3D70A +C20066EC 00000002 +C2C28028 EC2105B2 +FEC00890 00000000 +[Gecko_Enabled] +$Widescreen +$60fps +[ActionReplay] +$Ultrawide +04416B74 3FCE6087 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE03.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE03.ini new file mode 100644 index 00000000..2083b1ad --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GMSE03.ini @@ -0,0 +1,74 @@ +[Gecko] +$60 +044167b8 3f800000 +042fcb24 60000000 +04414904 3ca3d70a +c20066ec 00000002 +c2c28028 ec2105b2 +fec00890 00000000 +* +$wide +04416758 44480000 +044123e8 442f0000 +04416620 442f0000 +04176aa4 c002b83c +0429b974 c002b83c +04176c40 c002b83c +04176ff4 c002b83c +04177198 c002b83c +04412408 3fe38e39 +04416b74 3f9a7643 +0429610c 380002ea +042960a0 3860ff96 +c214ef74 00000002 +3b20ffa9 93380004 +931f0140 00000000 +c214ee24 00000002 +3b20ffa9 93380004 +931f0108 00000000 +c214f09c 00000002 +3860ffa9 90780004 +931f0160 00000000 +c214f308 00000002 +3ba00251 93b80004 +931f02f8 00000000 +c214f70c 00000002 +3860ffa9 90780004 +931f0400 00000000 +c214f830 00000002 +3860ffa9 90780004 +931f042c 00000000 +c214f93c 00000002 +3860ffa9 90780004 +931f0450 00000000 +c214d8ec 00000002 +38800251 9081056c +807f02a0 00000000 +0414e7d4 3880023c +c22cb330 00000004 +2c00019f 40820008 +38000203 2c00018d +40820008 380001f1 +901f0014 00000000 +c2156004 00000004 +809f0018 38a0ec78 +90a40014 7ca500d0 +90a4001c 38800000 +60000000 00000000 +c214f114 00000002 +3ba00258 93b80004 +931f01c4 00000000 +c2363138 00000009 +80ed8d08 800701e8 +540c24b6 2c030000 +41820030 7c032a14 +7c006000 41820024 +5580f87e 7c601850 +1c630003 1ca50003 +7c631670 54a5f0be +7c630194 7c630214 +60000000 00000000 +* +[Gecko_Enabled] +$60 +$wide diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOME01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOME01.ini new file mode 100644 index 00000000..2f4c0bd4 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOME01.ini @@ -0,0 +1,76 @@ +[Gecko] +$Widescreen +C2097634 00000004 +C2220000 C0030000 +8003000C 2C000000 +40820008 EC110032 +60000000 00000000 +0400FAEC 60000000 +04310D20 3F400000 +20429100 7C9C2378 +C24126C8 00000002 +3D203F80 91220000 +3BBD0034 00000000 +C24126D0 00000002 +3F603F40 93620000 +3B610010 00000000 +C2414C5C 00000002 +3F803F80 93820000 +3B810010 00000000 +C2414C64 00000002 +3F003F40 93020000 +3B010090 00000000 +C241EAE8 00000002 +3D203F80 91220000 +3BBD0034 00000000 +C241EAF0 00000002 +3FC03F40 93C20000 +3BC10010 00000000 +C240654C 00000002 +3C603F80 90620000 +7C832378 00000000 +C2406554 00000002 +3C603F40 90620000 +38600002 00000000 +C2401860 00000002 +3D203F80 91220000 +3BBD0030 00000000 +C2401868 00000002 +3F603F40 93620000 +3B610010 00000000 +C2438BEC 00000002 +3D203F80 91220000 +3BBD0030 00000000 +C2438BF4 00000002 +3F603F40 93620000 +3B610010 00000000 +C2432584 00000002 +3D203F80 91220000 +3BBD0030 00000000 +C243258C 00000002 +3F603F40 93620000 +3B610010 00000000 +C2451E1C 00000002 +3D203F80 91220000 +3BBD01F4 00000000 +C2451E24 00000002 +3F603F40 93620000 +3B610010 00000000 +C243EDE0 00000002 +3F803F80 93820000 +3B810010 00000000 +C243EDE8 00000002 +3C603F40 90620000 +3BBD0028 00000000 +C2422D6C 00000002 +3F203F80 93220000 +3B210010 00000000 +C2422D74 00000002 +3F003F40 93020000 +3B1F0028 00000000 +E2000001 80008000 +[Gecko_Enabled] +$Widescreen +[ActionReplay_Enabled] +$All Minigames Unlocked +$All Characters Unlocked diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOWE69.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GOWE69.ini new file mode 100644 index 00000000..e69de29b diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP2EAF.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP2EAF.ini new file mode 100644 index 00000000..07cee392 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP2EAF.ini @@ -0,0 +1,11 @@ +[ActionReplay_Enabled] +$Widescreen +[ActionReplay] +$Widescreen +C21A773C 00000006 +C0030000 3DC03F40 +91C20004 C2220004 +EC110032 D0030000 +C003000C EC110032 +D003000C C0030000 +60000000 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP6E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP6E01.ini new file mode 100644 index 00000000..a01fecd2 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GP6E01.ini @@ -0,0 +1,219 @@ +[Gecko_Enabled] +$QOL - Faster Boot Time +$QOL - Increased Board Speed +$QOL - Increased Orb Throwing Speed +$QOL - Instant Text Display +$QOL - Show Controller Port Number of Who Paused in Mini-Games +$QOL - Unlock Everything +$Widescreen +[Gecko] +$Widescreen +200018A8 9421FF58 +C609A64C 800018A8 +E2000001 80008000 +200010A8 9421FF58 +C609A64C 800010A8 +E2000001 80008000 +0400D3A0 2C000355 +040183EC 38600001 +0414E760 C3A30000 +042C4E80 44160000 +042C3980 440E0000 +042C39B4 44470000 +04151180 38600001 +04151184 4E800020 +C218E548 00000005 +3C803FAB 9081FFFC +C041FFFC C03E0008 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C218E62C 00000005 +3C803FAB 9081FFFC +C041FFFC C03E0010 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C218D624 00000005 +3C803FAB 9081FFFC +C041FFFC C03E0010 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C218CFB8 00000005 +3C803FAB 9081FFFC +C041FFFC C03E0010 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C218C478 00000005 +3C803FAB 9081FFFC +C041FFFC C0210008 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C21EC54C 00000003 +808100DC 1C840004 +38A00003 7C842FD6 +3884FF96 00000000 +C216B210 00000005 +3C803FAB 9081FFFC +C041FFFC C0210008 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +C202C18C 00000003 +C01F000C 3C803FAB +90810020 C3A10020 +EC1D0032 00000000 +C20A17B4 00000003 +93E10024 3FE03FAB +93E30000 C0A30000 +EFA50772 00000000 +C20A152C 00000003 +3FE03FAB 93E30000 +C0030000 EF6000B2 +60000000 00000000 +042C1130 44555555 +042C11D0 44400000 +0404D910 C0828110 +204CD1C0 7FA40734 +C24CD1B0 00000005 +FC200818 3C803FAB +90810024 C0610024 +EC230072 3C80C2C0 +90810024 C0610024 +EC23082A 00000000 +C24CD030 00000005 +FC200818 3C803FAB +90810014 C0610014 +EC230072 3C80C2C0 +90810014 C0610014 +EC23082A 00000000 +C24CD20C 00000002 +3C804000 9081FFFC +C021FFFC 00000000 +C24CD0B8 00000002 +3C804000 9081FFFC +C021FFFC 00000000 +E2000001 80008000 +204D22C0 38600040 +C24D22AC 00000002 +3C803F2A 9081FFFC +C021FFFC 00000000 +C24D2284 00000005 +C0240000 3C803FAB +9081FFFC C041FFFC +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +E2000001 80008000 +C20B7280 00000004 +A8830000 2C043B2A +4082000C 3C80BF40 +9083000C C003000C +60000000 00000000 +204D3AA8 7F85E378 +C24D3ADC 00000006 +3CA03FAB 90A1FFFC +C021FFFC C04280C0 +3CA08000 60A5FE58 +7CA903A6 4E800421 +3CA04295 90A1FFFC +C021FFFC 00000000 +E2000001 80008000 +204D848C 45BB8000 +044D8488 45BB8000 +E2000001 80008000 +204EC734 48000040 +C24ECD0C 00000006 +3CA03FAB 90A1FFFC +C021FFFC C04280C0 +3CA08000 60A5FE58 +7CA903A6 4E800421 +3CA04295 90A1FFFC +C021FFFC 00000000 +E2000001 80008000 +204CA990 4E800020 +C24CA96C 00000006 +3CA03FAB 90A1FFFC +C021FFFC C04280C0 +3CA08000 60A5FE58 +7CA903A6 4E800421 +3CA04295 90A1FFFC +C021FFFC 00000000 +E2000001 80008000 +20501118 4180FF48 +C250107C 00000003 +7C04002E 1C000004 +38800003 7CA027D6 +3805FF96 00000000 +C25010F8 00000003 +7CA5002E 1CA50004 +38C00003 7CA537D6 +38A5FF96 00000000 +E2000001 80008000 +204FBE4C EFDF0032 +044ED50C 4E800020 +E2000001 80008000 +C2044D5C 00000005 +3C803FAB 9081FFFC +C041FFFC C03F0008 +EC220072 3C80C2C0 +9081FFFC C041FFFC +EC22082A 00000000 +204CD110 4180FA34 +C24CD0E4 00000002 +1E520004 38800003 +7C7227D6 00000000 +C24CCF90 00000002 +1C630004 38800003 +7E4327D6 00000000 +E2000001 80008000 +204CD3E8 3880003C +044CD3E4 386002C1 +044CD40C 386002D9 +044CD450 386002D9 +044CD4D8 386002C1 +044CD510 386002C1 +044CD538 386002CD +044CD568 386002C1 +044CD590 386002CD +E2000001 80008000 +2051D5E8 3F4CCCCD +0451D5D8 42D00000 +0451D5E0 43EC0000 +E2000001 80008000 +204D4214 43D20000 +044D4210 C2140000 +044D4264 44194000 +E2000001 80008000 +204D0388 0000001E +044D0378 42BAAAAB +044D0380 43F00000 +E2000001 80008000 +204D3C08 7E7A9B78 +044D3C04 3A60FFEA +044D3BFC 3A600256 +E2000001 80008000 +204D2594 43960000 +044D257C C2380000 +044D2584 441B8000 +E2000001 80008000 +204D4744 4E800020 +C24D46F0 00000005 +3C803FAB 9081FFFC +C041FFFC C3FF0004 +EFE207F2 3C80C2C0 +9081FFFC C041FFFC +EFE2F82A 00000000 +E2000001 80008000 +204D6C60 43AC8000 +084D6C44 C2600000 +20030008 00000000 +E2000001 80008000 +204DF3C8 41900000 +044DF3A4 C2180000 +044DF3B0 429C0000 +044DF3BC 43420000 +E2000001 80008000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPIE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPIE01.ini new file mode 100644 index 00000000..c8b1cfe6 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPIE01.ini @@ -0,0 +1,12 @@ +[ActionReplay_Enabled] +$169 Widescreen +$60fps +[ActionReplay] +$169 Widescreen +0405A40C 38A003AC +043E8500 3FE38E39 +$60fps +04059774 38000001 +0405AE7C 38800001 +043E8A58 3F000000 +04107738 4800000C diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPTE41.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPTE41.ini new file mode 100644 index 00000000..3e47f9a1 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPTE41.ini @@ -0,0 +1,12 @@ +[Gecko] +$169 Widescreen +2006ACD0 4180FD6C +06004000 00000010 +C002B4A4 EC000732 +D01F0110 481AF56C +0416DF94 C00296C4 +041B3574 4BE50A8C +044EAFE4 3F1A0000 +E2000001 80008000 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPVE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPVE01.ini new file mode 100644 index 00000000..b0a9fe3b --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GPVE01.ini @@ -0,0 +1,20 @@ +[Gecko] +$Widescreen +C241A434 00000003 +3DC03FAB 91C24000 +C01F002C C2224000 +EC110032 00000000 +C23BB844 00000003 +3DC03FAB 91C24000 +C3C6002C C2224000 +EFD107B2 00000000 +C241AD98 00000004 +3C803F40 90820000 +C2220000 C0030000 +EC110032 D0030000 +38800000 00000000 +C2434EBC 00000002 +3DC03F36 91DC00CC +60000000 00000000 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRHE41.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRHE41.ini new file mode 100644 index 00000000..c5d5b35a --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRHE41.ini @@ -0,0 +1,10 @@ +[Gecko] +$Fixed 169 +0406B5B0 38600001 +0406B5B4 4E800020 +0406B628 38600001 +0406B62C 4E800020 +041418C4 60000000 +045DB978 3F9AE148 +[Gecko_Enabled] +$Fixed 169 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRYE41.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRYE41.ini new file mode 100644 index 00000000..44e23428 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GRYE41.ini @@ -0,0 +1,8 @@ +[Gecko] +$Fixes 169 Widescreen (Hack Required) +0405EE90 38600001 +0405EE94 4E800020 +0405EF08 38600001 +0405EF0C 4E800020 +[Gecko_Enabled] +$Fixes 169 Widescreen (Hack Required) diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GS8E7D.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GS8E7D.ini new file mode 100644 index 00000000..c05d4b78 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GS8E7D.ini @@ -0,0 +1,18 @@ +[Gecko] +$Infinite Lives [Codejunkies] +00259BCF 00000063 +$All Abilities [Codejunkies] +00259D73 0000001F +$All Levels Open [Codejunkies] +00259EBC 00080001 +$All Goals For All Levels [Codejunkies] +08259C68 FFFFFFFF +20090008 00000000 +$All Toons For All Levels [Codejunkies] +48000000 8008F321 +DE000000 80008180 +10EC940D 00000035 +E2000001 80008000 +48000000 805ABDC0 +DE000000 80008180 +106C9FF1 000000DE diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GSOE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GSOE8P.ini new file mode 100644 index 00000000..6342eb35 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GSOE8P.ini @@ -0,0 +1,46 @@ +[Gecko] +$Widescreen +F6000002 80008180 +ec830824 ec24e824 +d03f0000 ec631024 +D2000000 00000006 +EC830824 3E403FAA +6252AAAB 92420000 +C2420000 EFBD9025 +3E403FE3 62528E39 +92420004 C2220004 +EFBD0473 00000000 +F6000002 80008180 +fc20f050 fc000050 +d09f0014 ec2100f2 +D2000008 00000003 +3E203F80 92220000 +C2220000 EC840473 +D09F0014 00000000 +F6000001 80008180 +ed494024 ed090024 +D2000000 00000006 +ED494024 3E403FAA +6252AAAB 92420000 +C2420000 3E403FE3 +62528E39 92420004 +C2220004 ED4A04B3 +ED4A8825 00000000 +D2000004 00000003 +ED090024 3E203F80 +92220000 C2220000 +ED080473 00000000 +E0000000 80008000 +F6000003 80008180 +3F800000 40000000 +00000000 BF800000 +3F000000 3C8EFA35 +14000000 3F800000 +E0000000 80008000 +F6000002 80008180 +48000030 38600001 +38800004 38a00005 +1000000F 00000001 +E0000000 80008000 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GT3E52.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GT3E52.ini new file mode 100644 index 00000000..4ece4741 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GT3E52.ini @@ -0,0 +1,12 @@ +[ActionReplay_Enabled] +$Widescreen +[ActionReplay] +$Widescreen +041C8920 3FF3CF00 +041D54C0 3FF3CF00 +040CCD78 4E800020 +C2122C44 00000004 +3DC03FAA 61CEAAAB +91C21000 C1E21000 +ED0F0232 ED494024 +60000000 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTSE4F.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTSE4F.ini new file mode 100644 index 00000000..588857cb --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTSE4F.ini @@ -0,0 +1,57 @@ +[Gecko] +$Fix Border Lines +F6000002 80008180 +00000000 00000000 +441FC000 43DB8000 +14000008 44200000 +1400000C 43DC0000 +E0000000 80000000 +F6000002 80008180 +3F800000 00000000 +43DB8000 441FC000 +1400000C 44200000 +14000008 43DC0000 +E0000000 80000000 +[Gecko_Enabled] +$Fix Border Lines +[ActionReplay_Enabled] +$Fix Border Lines +$169 Widescreen +[ActionReplay] +$Fix Border Lines +0446E504 44200000 +04335720 44200000 +0446E500 43DC0000 +04335724 43DC0000 +$169 Widescreen +0446CE94 3F9C71C7 +0446D668 40AAAAAB +0446D724 3F9C71C7 +0446D870 40AAAAAB +0446DF70 3F9C71C7 +0446DF74 40D55555 +0446F358 3F800000 +0419AA0C ECA62824 +0419AA2C 48074AA5 +0419AA48 48074A89 +041B7788 ECA62824 +041B77A8 48057D29 +041B77C4 48057D0D +041BA070 ECA62824 +041F343C 4801C095 +041F5548 48019F89 +0420F4CC 480000F4 +0420F4D0 9421FFE0 +0420F4D4 7C0802A6 +0420F4D8 90010024 +0420F4DC 4808E999 +0420F4E0 C002D7B8 +0420F4E4 EC210024 +0420F4E8 80010024 +0420F4EC 38210020 +0420F4F0 7C0803A6 +04271490 EC631824 +04271494 EC631024 +04271498 C042D7C0 +0427149C D85F0004 +0427150C C122C958 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTYE69.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTYE69.ini new file mode 100644 index 00000000..a1113bf1 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GTYE69.ini @@ -0,0 +1,5 @@ +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +002978C8 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GUPE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GUPE8P.ini new file mode 100644 index 00000000..022448a6 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GUPE8P.ini @@ -0,0 +1,132 @@ +[Gecko] +$169 Widescreen +C249475C 00000003 +3DC03F40 91C22000 +C2222000 EC110032 +D0030004 00000000 +C2484334 00000002 +3DC04000 91C22000 +C0822000 00000000 +C2036764 00000006 +3DC08057 3DE03F40 +91EEE098 3DE0BF40 +91EEE084 4E800421 +3DE03F80 91EEE098 +3DE0BF80 91EEE084 +60000000 00000000 +C236328C 00000006 +3DC08057 3DE03F40 +91EEE098 3DE0BF40 +91EEE084 4E800421 +3DE03F80 91EEE098 +3DE0BF80 91EEE084 +60000000 00000000 +C2363180 00000006 +3DC08057 3DE03F40 +91EEE098 3DE0BF40 +91EEE084 4E800421 +3DE03F80 91EEE098 +3DE0BF80 91EEE084 +60000000 00000000 +C20BCA54 00000006 +3DC08057 3DE03F40 +91EEE098 3DE0BF40 +91EEE084 4E800421 +3DE03F80 91EEE098 +3DE0BF80 91EEE084 +60000000 00000000 +C2345D98 00000006 +3DC08057 3DE03F40 +91EEE098 3DE0BF40 +91EEE084 4E800421 +3DE03F80 91EEE098 +3DE0BF80 91EEE084 +60000000 00000000 +$Infinite Rings (Player 1) [Link Master] +0457670C 000003E7 +$Infinite Rings (Player 2) [Link Master] +0057675B 000300E7 +$Infinite Lives [Link Master] +04576704 00000063 +$Infinite Health (All Vehicles) [Link Master] +041B6530 60000000 +$Infinite Ammo (All Weapons) [Link Master] +0416EF40 60000000 +$Infinite Chaos Control [Link Master] +045766C8 00007530 +$Infinite Chaos Blast [Link Master] +045766D4 00007530 +$Ultimate Chaos Modifier [Link Master] +0416F154 60000000 +2860B398 00000040 +045766C8 00000000 +045766D4 00007530 +E2000001 80008000 +2860B398 00000020 +045766C8 00007530 +045766D4 00000000 +E2000001 80008000 +2860B398 00000010 +045766C8 00000000 +045766D4 00000000 +E2000001 80008000 +$Time Stop Replaces Chaos Control [Link Master] +0057D750 00000001 +$Hover in Midair On/Off (D-pad Up/Down) [Link Master] +2860B398 00000008 +0440D018 60000000 +E2000001 80008000 +2860B398 00000004 +0440D018 D0230004 +E2000001 80008000 +$Max Normal Points [Link Master] +04576710 05F5E0FF +$Max Hero Points [Link Master] +04576714 0098967F +$Max Dark Points [Link Master] +04576718 0098967F +$Max Points (All 3) [Link Master] +04576718 0098967F +04576714 0098967F +04576710 05F5E0FF +$Freeze Timer [Link Master] +04337044 60000000 +04337078 60000000 +$Speed x0.1 [Link Master] +0457D6BC 3E000000 +$Speed x0.5 [Link Master] +0457D6BC 3E800000 +$Speed x1.5 [Link Master] +0457D6BC 3FA00000 +$Speed x2.0 [Link Master] +0457D6BC 40000000 +$Speed x2.5 [Link Master] +0457D6BC 40200000 +$Speed x3.0 [Link Master] +0457D6BC 40400000 +$Speed x3.5 [Link Master] +0457D6BC 40600000 +$Speed x4.0 [Link Master] +0457D6BC 40800000 +$All Keys Found In Current Level Played [Link Master] +0457FB80 0000003F +0457FB84 00000040 +0457FB88 0000003C +0457FB8C 00000041 +0457FB90 0000003A +$Unlock Expert Mode & Last Story [Link Master] +04578020 FFFFFFFF +$Unlock All Stages [Link Master] +08576BE3 00000001 +00260060 00000000 +$Unlock All Songs [Link Master] +0457806C FFFFFFFF +04578070 FFFFFFFF +$Full Library [Link Master] +02578028 0013FFFF +[Gecko_Enabled] +$169 Widescreen +$Unlock Expert Mode & Last Story +$Unlock All Stages +$Unlock All Songs +$Full Library diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GVJE08.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GVJE08.ini new file mode 100644 index 00000000..0d60c178 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GVJE08.ini @@ -0,0 +1,11 @@ +[Gecko] +$Widescreen +042007CC 442AAAAA +C20C3844 00000002 +3C80BF40 9083000C +38800001 00000000 +041F6C78 3FE38E39 +0420D844 43800000 +040C7B90 60000000 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GWWE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GWWE01.ini new file mode 100644 index 00000000..e7f38452 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GWWE01.ini @@ -0,0 +1,25 @@ +[Gecko] +$Widescreen +041FE6CC 43D55555 +04031AC4 38A0FE7E +040809D0 20C7FE56 +0407F7D8 38A001AB +0407EC24 38E001AB +041FE5B0 3FE38E39 +04081528 389FFF96 +04081538 389FFF96 +0408155C 389FFF96 +04080BE8 38E0017A +04082EE0 38A00182 +040637A8 3BE000BF +04063198 3BC00087 +040631AC 38E00009 +04063318 3BC00012 +040634C4 380001C2 +0406F14C 38E00009 +0406F1F0 38E00009 +0406F3C0 3BA00018 +0406F530 3B600009 +* +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXEE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXEE8P.ini new file mode 100644 index 00000000..38fc09a1 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXEE8P.ini @@ -0,0 +1,12 @@ +[Gecko] +$169 Widescreen +c20645dc 00000003 +c0828018 ec210132 +c08281fc ec210132 +9421fff0 00000000 +c253cf18 00000003 +ec25093a c0828018 +ec210132 c08281fc +ec210132 00000000 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXXE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXXE01.ini new file mode 100644 index 00000000..c73cde28 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GXXE01.ini @@ -0,0 +1,13 @@ +[Gecko] +$Widescreen +042EB168 00001783 +042EB16C 000017EA +0400F614 60000000 +0405C984 60000000 +040875BC 60000000 +0405C8AC 60000000 +04086A34 60000000 +04086930 60000000 +044ED860 3FC962F9 +[Gecko_Enabled] +$Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYQE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYQE01.ini new file mode 100644 index 00000000..018408ea --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYQE01.ini @@ -0,0 +1,45 @@ +[Gecko] +$Max/Infinite Coins [Codejunkies] +0236600C 000003E7 +$Infinite Mini-Game Turns [Codejunkies] +00366148 00000003 +00366149 00000003 +0036614B 00000003 +0036614A 00000003 +0036614A 00000003 +$Press L+R For Your Team Has a Winning Score [Codejunkies] +283C77B8 00000060 +008928A5 00000032 +008928CB 00000000 +E2000001 80008000 +$Press L+Z For Opponent Has a Winning Score [Codejunkies] +283C77B8 00000050 +008928A5 00000000 +008928CB 00000032 +E2000001 80008000 +$Press L+D-Pad Up For 0 Balls [Codejunkies] +283C77B8 00000048 +0089296F 00000000 +E2000001 80008000 +$Press L+D-Pad Down For 3 Balls [Codejunkies] +283C77B8 00000044 +2E89296E FF000003 +0089296F 00000003 +E2000001 80008000 +$Press L+D-Pad Left For 0 Strikes [Codejunkies] +283C77B8 00000041 +0089296B 00000000 +E2000001 80008000 +$Press L+D-Pad Right For 2 Strikes [Codejunkies] +283C77B8 00000042 +2E89296A FF000002 +0089296B 00000002 +E2000001 80008000 +$Press L+X For 0 Outs [Codejunkies] +283C77B8 00000440 +00892973 00000000 +E2000001 80008000 +$Press L+Y For 2 Outs [Codejunkies] +283C77B8 00000840 +2E892972 FF000002 +00892973 00000002 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYTE69.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYTE69.ini new file mode 100644 index 00000000..cfdf8d98 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GYTE69.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +00385194 00000000 +00385188 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZ2E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZ2E01.ini new file mode 100644 index 00000000..6f9d25ec --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZ2E01.ini @@ -0,0 +1,92 @@ +[Gecko] +$Widescreen +04453FD4 3FE79E7B +0445391C 3FE79E7B +C22E97F0 00000007 +3CA08027 60A52A20 +80010114 7C050000 +4182001C C222C418 +C0030000 EC110032 +D0030000 C2229F00 +D223000C 38800001 +60000000 00000000 +C21B76F0 00000002 +3C603FAD 90610008 +C0010008 00000000 +C219D8FC 00000002 +3C603FAB 9062A248 +C002A248 00000000 +C219DD3C 00000002 +3C003F80 9002A248 +80010064 00000000 +04453900 BF400000 +04455E18 3F400000 +041FE28C 380002C5 +C21FE278 00000002 +38A0FF9B B0A48000 +38A00000 00000000 +C21FE2C0 00000002 +38A0FF9B B0A48000 +38A00000 00000000 +C2182198 00000004 +3C603FAB 90628000 +C01D0100 C2228000 +EC110032 D01D0100 +387D0100 00000000 +C21821A8 00000004 +3C603F40 90628000 +C01D0100 C2228000 +EC110032 D01D0100 +7FC3F378 00000000 +04453A14 C5000000 +04453A30 45800000 +C220DFD8 00000003 +3C6042CA 90610004 +C3810004 C3BF0018 +EFBDE028 00000000 +C2214BEC 00000003 +3C0042CA 90010004 +C0410004 EC3E1028 +60000000 00000000 +C2216B04 00000003 +C0240360 3C0042CA +90010004 C0410004 +EC22082A 00000000 +C2216574 00000003 +C0240350 3C0042CA +90010004 C0410004 +EC22082A 00000000 +C22155A8 00000002 +3C00C2CA 900305E8 +60000000 00000000 +C22158E0 00000002 +3C00C2CA 900305EC +60000000 00000000 +C2215D60 00000003 +3C0042CA 90010004 +C0410004 EC3E102A +60000000 00000000 +C2218304 00000003 +3C0042CA 90010004 +C0410004 EC3E1028 +60000000 00000000 +0421149C 60000000 +C22114B8 00000002 +3C0042CA 90010004 +C0210004 00000000 +C22469A4 00000002 +3C00C2CA 90010004 +C0210004 00000000 +C22469F4 00000002 +3C00C2CA 90010004 +C0210004 00000000 +* +[Gecko_Enabled] +$Widescreen +[ActionReplay_Enabled] +$no bloom +[ActionReplay] +$no bloom +04009650 4E800020 +$Ultrawide +0445391C 4017B426 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZLE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZLE01.ini new file mode 100644 index 00000000..827c30a2 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZLE01.ini @@ -0,0 +1,44 @@ +[ActionReplay_Enabled] +$Remove Distance Blur +$widescreen +[ActionReplay] +$widescreen +043F7D68 C2D55555 +043F7D6C 443AAAAA +043B9A08 3FA3D70A +042CD51C 38600280 +042CD534 38600000 +0404F000 60000000 +0404F304 60000000 +0404F62C 60000000 +04205CC8 3860FFB9 +041FB994 C0228068 +04205A0C 380002B8 +041F1028 C042B55C +041F1024 C0228068 +041F1038 C042B55C +041F1034 C0228068 +041F9B98 C0228068 +041F9BB0 C0228068 +041F9B80 C0228068 +041F9BD4 C0228068 +04203FC4 4BFF8300 +041FC2C4 3CA042D5 +041FC2C8 90A4000C +041FC2CC 3CA06E6D +041FC2D0 48007CF8 +041FC2C0 48000020 +043FCFA4 42D55555 +041F6F0C C3E2D2A4 +041F4798 C3E2D2A4 +041F32AC C3E2D2A4 +041F7A9C C062D2A4 +$Ultrawide 1 +043F7D68 C38F5555 +043F7D6C 4466AAAA +043B9A08 3FE5D70A +0404F000 60000000 +0404F304 60000000 +0404F62C 60000000 +$Ultrawide 2 +043FA998 4017B426 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZPE70.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZPE70.ini new file mode 100644 index 00000000..f280d808 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/GZPE70.ini @@ -0,0 +1,6 @@ +[ActionReplay_Enabled] +$169 Widescreen +[ActionReplay] +$169 Widescreen +041A3C70 3F2AAAAA +041A3CC8 3EC00000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/NAEE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/NAEE01.ini new file mode 100644 index 00000000..ada47b76 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/NAEE01.ini @@ -0,0 +1,8 @@ +[Gecko] +$169 Widescreen +48000000 801AE438 +DE000000 80008180 +1402D574 2407018A +E0000000 80008000 +[Gecko_Enabled] +$169 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R8PE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R8PE01.ini new file mode 100644 index 00000000..9bc353df --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R8PE01.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = paper diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R96EAF.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R96EAF.ini new file mode 100644 index 00000000..d4ce0863 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/R96EAF.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = classic \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RENE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RENE8P.ini new file mode 100644 index 00000000..1e0059a3 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RENE8P.ini @@ -0,0 +1,8 @@ +[Controls] +WiimoteProfile1 = sonblack + +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +040887D8 3800003C diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RK5E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RK5E01.ini new file mode 100644 index 00000000..9bf52211 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RK5E01.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = yarn \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMCE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMCE01.ini new file mode 100644 index 00000000..ec60a8f9 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMCE01.ini @@ -0,0 +1,2740 @@ +[Gecko] +$Everlasting Items v2 [Anarion] +C26FE200 00000005 +83440078 3F600302 +7C1AD800 40810010 +3D800300 618C0160 +91840078 80040078 +60000000 00000000 +*https://www.youtube.com/watch?v=SuaVVAdTICc +*Does not work on blue shell. +$Everlasting Items v1 [Anarion] +046FE200 80040078 +2834XXXX YYYYZZZZ +C26FE200 00000003 +3D800300 618C0160 +91840078 80040078 +60000000 00000000 +E0000000 80008000 +*Fill in button activator placeholders. +*Throw item then activate code for proper effect. +$Straight Red Shells [Anarion] +0279FC86 0000FFFF +*In order for red shells to bounce, you must use Everlasting Items. +*Replace Fs with 0001 to turn off. +$Drive After Finish [Anarion] +085888C8 60000000 +20019300 00000000 +0259793A 00000000 +0452FDBC 60000000 +C273B0A8 00000004 +3DC05544 61CE0003 +81FFFFF0 7C0E7800 +41820008 907F0000 +60000000 00000000 +*Drive after race or battle ends. Will NOT make players disconnect from inactivity. Unfortunately I cannot give you item usage with this code. :P +$CopyMii [Anarion] +C20C6D38 00000003 +3CA08000 7C18C800 +40820008 93C51808 +A09E0000 00000000 +48000000 80381F18 +DE000000 90909100 +58010000 00000010 +DE000000 90909100 +5A010000 00000004 +2834XXXX YYYYZZZZ +9A00380F 0000VVVV +E0000000 80008000 +*XYZ-activator +*V Placeholder +*00 -your first created mii +*4A -your second created mii +*94 -your third mii +*To find your other Mii ID values, multiply 4A x Mii# you want to replace. Ex. If you want to replace your 9th mii, you will multiply 4A x 8=250=ID value. +*When the mii you want to copy has popped up, activate code. +*This code is different from mdmwii's code since his does not work online or work at all. With this code, you can copy other players miis while they pop up on the globe. The Mii is not permanently saved to your data. Disconnect from WFC and change your current License Mii to copied Mii to make all copied Mii data active and visible to other players. +*~Not compatible together with my "MKW Name Changer". Use one or the other. +*~~Code makes use of Gecko Register 0. Make sure any other codes are not using that register to avoid possible interference between codes. +$MKW: Online Region Changer [Anarion] +02426858 0000XXYY +004267E7 0000000R +0442785C ZZZZzzzz +*Region Values +*0 - NTSC-J (Japan)- red line +*1 - NTSC-U (Americas)- blue line +*2 - PAL (Europe)- green line +*3 - PAL (Aus/NZ)- yellow line +*4 - NTSC-J (Taiwan)- white line +*5 - NTSC-J (South Korea)- purple line +*6 - NTSC-J (China)- white line +*Use with multiple button activation to change regions at your convenience. +*X= Country Flag Values. Go to http://wiibrew.org/wiki/Country_Codes to select a country flag, but change the wiibrew value you pick to hex. +*Y= State/Province Values +*There is no list for these, but if you want to have the country flag you selected for X show up, you must use any Y value greater than 02. +*Zz Values: Z-longitude | z-latitude +*Center of Earth is 00000000. From 0+, the Mii location will move East across the equator, North across the prime meridian. +*Convert coordinates to hex to appear where you want. +$Vehicle Stats Modifier (Offline Only) [Anarion] +48000000 809BE0F8 +DE000000 80008180 +58010000 0000007C +DE000000 80008180 +5A010000 00000028 +1400038C MAXSPEED +14000010 XWEIGHTX +1400001C TURNXCEL +18000024 XCELERTN +20010004 00000000 +14000054 HANDLING +18000058 DRFTHNDL +20010008 00000000 +1400007C XOFFROAD +14000068 MINITRBO +1000006F 000000MT +E0000000 80008000 +*For the most balanced vehicle, use 3F800000 for everything but Max Speed, Weight & Handling. Use anything between 3C000000-3D000000 for handling. MT=mini turbo duration. Not recommended to use online. Will not work for you or it may freeze you. +$No Boundary Check [Anarion] +0056F033 00000000 +C259728C 00000003 +2C000020 41820008 +B27D0334 A01D0334 +60000000 00000000 +*While this is active, you will not respawn unless you use "Force Respawn", "Force Instant Respawn", or simply turn off the first line of code by replacing the last pair of 0s with 10. +$Force Respawn [Anarion] +C2589E5C 00000004 +3DC08034 A1CEXXXX +2C0EZZZZ 4082000C +38000001 98030015 +80030014 00000000 +*X- Controller address +*Z- Button to use code +$Force Instant Respawn [Anarion] +0458ECD8 80B40004 +2834XXXX YYYYZZZZ +0458ECD8 38A00010 +E0000000 80008000 +*XYZ-activator +$Instant Item Boxes [Anarion] +048153C8 60000000 +$No Item Boxes [Anarion] +04814D68 38800000 +*two codes above not compatible +$No Lasting BB Icon [Anarion] +047ABB70 60000000 +*When using a BulletBill, the icon will be gone which means you can benefit from item boxes as a bullet bill. +$No TC Speed Gain [Anarion] +0457B1D4 60000000 +$Instant Transmission Switch [Anarion] +2834XXXX YYYYZZZZ +C258FDC0 00000002 +39800012 99840017 +80840014 00000000 +CC000000 00000000 +C258FDC0 00000002 +39800002 99840017 +80840014 00000000 +E0000000 80008000 +*Change transmissions in race! Code is set to start with Manual. Press activator to switch to Auto. +*Thing to note. If you chose "Automatic" transmission on the vehicle selection screen, you will only be able to use 1 drifting button to drift when you switch to "Manual" transmission via this code during the race. Eg. Automatic was chosen, with Wheel, you can only drift using the 1 button after you change to Manual, however, you can use B to use items with Manual transmission. Offline Only version. It has a bad bug when used online that may freeze. +$No HUD [Anarion] +C25316E8 00000002 +80030028 3D808000 +900C1520 00000000 +20001520 00000001 +0460C79C 38000001 +E0000000 80008000 +20001520 00000004 +0460C79C 88030080 +E0000000 80008000 +*No mini map, item indicator, timer, etc. Also, offline, you can't quit by pausing the game and selecting quit. +$Mii Name Changer [Anarion] +C20C6D38 0000000A +3CA090A1 7C1E2800 +41810040 3980XXXX -1st character +618CXXXX 919E0002 -2nd +3D80XXXX 618CXXXX -3&4 +919E0006 3D80XXXX -etc [Anarion] +618CXXXX 919E000A +3D80XXXX 618CXXXX +919E000E 3D80XXXX +618CXXXX 919E0012 -10th [Anarion] +A09E0000 00000000 +*Being an ASM write, this will temporarily modify the name of all your miis. If you are like me you won't care. Go to http://www.mikezilla.com/exp0012.html to convert ASCII to hex. You can use the Mii Special Symbol values. You can find those somewhere. +$Transmission Switch [Anarion] +2834XXXX YYYYZZZZ +C251A964 00000002 +39800001 99830051 +89830050 00000000 +CC000000 00000000 +C251A964 00000002 +39800000 99830051 +89830050 00000000 +E0000000 80008000 +*XYZ=Button activator +*Works online. This allows you to change from automatic/manual after a match to start the next match with other trans. +*Code is set to start out with manual. So activate to switch to auto. +$Thwomps Don't Thwomp [Anarion] +04753A40 900300C8 +$Some Moving Objects Don't Move [Anarion] +046DBE5C 60000000 +*Thwomps that move from side to side, crabs, goombas, etc. +$Moonview Highway- No Traffic [Anarion] +046C8260 60000000 +*This code can be button activated so that you can remove all cars or bring them back if you want. +*To deactivate, include this line 046C8260 881F01BD with a button activator. +$No Item Indicator [Anarion] +047E4BCC 60000000 +*This will remove the item indicator. You won't know what item you have until you use it. You can deactivate this code if you want. Include this line +*047E4BCC 90010014 with a button activator. +$Item Box 3D Size Top Left [Sgt.Ghost] +048A4244 XXXXXXXX +**Default 3F800000* +**X values = 3F000000-40000000 +$Game Text Screen Disable [Sgt.Ghost] +0488F098 00000000 +**Like where it says press A to Continue +**Ur profile Name Invisible and etc. +**Default 3F800000* +$Always 1st Place/Lap V 1.0 [Sgt.Ghost] +0488B5EC 50000000 +**Default 3F800000* +**you Start 12th place pass one or more racer to stay in first all time* +$Always 1st Place V 2.0 [Sgt.Ghost] +048A4724 43300000 +$Colorful Racer [Sgt.Ghost] +0488D21C RRGGBBYY +**RGBY = Color* +$Racer Dissappear [Sgt.Ghost] +0488D28C FF00FF25 +**Default = 3E99999A* +**when a racer hits each other/traps they disappear even yourself +**Warning if works online be cautious if u get banned +**its great for friends and family +$Black Suit Color Modifier [Anarion] +048A0184 XXXXXXZZ +$White Suit Color Modifier [Anarion] +048A0180 XXXXXXZZ +$Brown Suit Color Modifier [Anarion] +048A017C XXXXXXZZ +$Purple Suit Color Modifier [Anarion] +048A0178 XXXXXXZZ +$Pink Suit Color Modifier [Anarion] +048A0174 XXXXXXZZ +$Light Blue Suit Color Modifier [Anarion] +048A0170 XXXXXXZZ +$Blue Suit Color Modifier [Anarion] +048A016C XXXXXXZZ +$Green Suit Color Modifier [Anarion] +048A0168 XXXXXXZZ +$Lime Suit Color Modifier [Anarion] +048A0164 XXXXXXZZ +$Yellow Suit Color Modifier [Anarion] +048A0160 XXXXXXZZ +$Orange Suit Color Modifier [Anarion] +048A015C XXXXXXZZ +$Red Suit Color Modifier [Anarion] +048A0158 XXXXXXZZ +*Change the color of a particular suit to another color. +*X=hex color values. Z=transparency amount. FF=maximum boldness. ALL of these codes have a default Z value of FF. Generate your X color of choice @www.colorpicker.com +*Default X Values +*2D2D23 -Black +*E0E0E0 -White +*543708 -Brown +*5A0569 -Purple +*FF87A5 -Pink +*3C96F0 -Light Blue +*053CAA -Blue +*008223 -Green +*96CD01 -Lime +*FFD200 -Yellow +*F08228 -Orange +*B40000 -Red +*7F7FFF -Lavender +$No Sun Filter [Anarion] +002572BF 00000000 +$No Sun Glare [Anarion] +04547D24 48000060 +04546154 4082000C +$No Lightningbolt Flash [Anarion] +04548A64 48000020 +$Moonview Highway- Flying Cars [Anarion] +046C887C 60000000 +046C9CF0 60000000 +*Crash into them with star to send them airborne. 981A0221 & 901E01C0 deactivate code. +$Toad's Factory- No Crushing Machines [Anarion] +047636A0 900300C8 +*Those machines above the conveyor belts won't work. +$Slow-er Motion [Anarion] +2834XXXX YYYYZZZZ +042434DC 60000000 +CC000000 00000000 +042434DC 83E1000C +E0000000 80008000 +*Everything will move about 1/2 slower. +*XYZ=Activator +$Upside Down Tracks [Anarion] +2834XXXX YYYYZZZZ +04510408 60000000 +CC000000 00000000 +04510408 C0450004 +E0000000 80008000 +*XYZ=Activator +$Lakitu Size Modifier [Anarion] +0489D9EC XXXXXXXX +$Lakitu Animation Speed [Anarion] +0489DA2C XXXXXXXX +*3F800000-default X for codes above +$No StarPower Music [Anarion] +04708858 60000000 +$No Shrink Effect Music [Anarion] +0470859C 60000000 +$Transformation Music [Anarion] +047082B8 3800000X +*3-no transformation music +*2-loads shrink effect music +*1-loads starpower music +*0-loads megamushroom music +$All Music Speed [Anarion] +0489C9D0 XXXXXXXX +$Engine Volume [Anarion] +0489CA5C XXXXXXXX +*Higher than default has no effect +$Engine Volume 2 [Anarion] +0489CB3C XXXXXXXX +*modifies different engine volume. +$Race Music Speed [Anarion] +0489D478 XXXXXXXX +$All Music Volume [Anarion] +049BDFCC XXXXXXXX +*Higher than default has no effect +$No Crowd Cheers [Anarion] +0470A6F8 60000000 +$No Music [Anarion] +00835D63 00000000 +*1 on last 0 turns code off +$All Music Tracks [Anarion] +C27102F0 00000002 +3C003F80 D0030014 +C0030014 00000000 +*Adds drums and bass track to music. +$No Sounds/Mute [Anarion] +2834XXXX YYYYZZZZ +042434DC 60000000 +CC000000 00000000 +042434DC A01E006A +E0000000 80008000 +*No voices, sound effects, etc. +*XYZ=activator(OLD CODE-top ones are effective) +$Enable Racing On Funky Stadium [Crashzer] +077F0CBC 00000008 +19DB7C3C 001FC43F +**Select Delfino Square +**Enables you to race on Funky Stadium +**Video http://youtu.be/cD6sYvhc1lI +$Race On "New" Course [Crashzer] +077F09C8 00000008 +18316D9D 001F4743 +**Select Toads Factory +**Enables you to race on the final course +**http://i45.tinypic.com/24oa6hw.png +**Video http://youtu.be/cD6sYvhc1lI +$Disable map preview Animation [Crashzer] +077F6644 00000008 +00000809 00000811 +**http://i47.tinypic.com/14xmlhk.jpg +$Erase All Ghost Data [Crashzer] +077F0E24 00000008 +00000706 00000755 +**Temporarily Erase All Ghost Data On Disk (Includes nintendo Ghostdata) +**Will NOT permanantly erase all data. +$Hover Bike [Crashzer] +077F164C 00000008 +1B4C4749 000274D4 +077F1658 00000008 +1B4CE47E 000258B2 +077F1664 00000008 +1B4D7AAB 000145C1 +**Choose King Boo, in the Piranha Prowler +**Your bike will hover +**http://i47.tinypic.com/2mma8sl.png +**Video http://youtu.be/cD6sYvhc1lI +$Bowser Jr Mystery Kart [Crashzer] +077F5AB0 00000008 +1D3CD3F7 000442D1 +**http://i50.tinypic.com/2my66pj.png +**Video http://youtu.be/cD6sYvhc1lI +$Draw Demo [Crashzer] +077F0908 00000008 +1822186B 00244524 +**Select Luigi Circuit +**http://i45.tinypic.com/2u8b0q8.jpg +$Mushroom Cup Preview Spoof [Crashzer] +077F6680 00000008 +27DAC9C4 0133A650 +**Will make the track previews on mushroom cup different +**http://i48.tinypic.com/fvaii9.png +$Moo Moo Meadows Live Music Modifier [Crashzer] +077F60D4 00000008 +21405CA0 00187A80 +077F60C8 00000008 +21405CA0 00187A80 +**Changes the music on Moo Moo Meadows to the "Live" view music (offline too) +$Mushroom Gorge Music Modifier [Crashzer] +077F60EC 00000008 +20772C18 003BBA60 +077F60E0 00000008 +20772C18 003BBA60 +**Will play the "End game" music when you play on mushroom gorge +$Sound Spoofer [Crashzer] +C2707B3C 00000005 +3C000003 901F00D8 +819F0000 7D8903A6 +2800011B 28040000 +387F0088 3800FFFF +60000000 00000000 +70E9F8D0 00000000 +**Spoofs up sounds + Lags game offline +$Double Dash Racing [Bully@Wiiplaza] +C250C934 00000012 +2C180000 40820038 +3D808000 C2840000 +C2A40004 C2C40008 +C2E40090 C3040094 +C3240098 D28C1600 +D2AC1604 D2CC1608 +D2EC160C D30C1610 +D32C1614 2C180001 +40820048 C28C1600 +C2AC1604 C2CC1608 +C2EC160C C30C1610 +C32C1614 3D604410 +916C1618 C34C1618 +EE94D02A EED6D02A +D2840000 D2A40004 +D2C40008 D2E40090 +D3040094 D3040098 +C0040000 00000000 +**Credits to mrx1983 for view position and mdmwii for player coordinates* +$Perfect Wiimote/Nunchuck God´s Controller [Bully@Wiiplaza] +C21978C0 00000003 +2C1B0000 40A2000C +901F0000 901F0538 +60000000 00000000 +C21978C8 00000003 +2C1B0000 40A2000C +901F0004 901F053C +60000000 00000000 +C2195450 00000003 +2C1B0000 40A2000C +D0040000 D0040538 +60000000 00000000 +C2197014 00000004 +2C1B0000 40820014 +81830000 91830538 +81830004 9183053C +C0030000 00000000 +C2196EEC 00000002 +2C1B0001 41820008 +D0030000 00000000 +C2196FC4 00000002 +2C1B0001 41820008 +D0030004 00000000 +**Big thanks and credits to XeR for original code base* +$Allow Offending Mii Names on WiFi [Bully@Wiiplaza] +040D1408 60000000 +$Mii Statistics Modifier [Bully@Wiiplaza] +C2515248 00000004 +2C1D000X 40820014 +3980YYYY B1840012 +3800ZZZZ B0040014 +A0040010 00000000 +**Credits: Deathwolf* +**X = Friend* +**Y = Losses* +**Z = Wins* +*Picture -> http://jafile.com/uploads/wiiplaza/rmce01-022.png +$Battle Texture Hacks [Bully@Wiiplaza] +C2052318 00000002 +380000XX 901B0000 +60000000 00000000 +*00 -> http://image-upload.de/image/put56o/3c8b0c8e83.png +*01 -> http://image-upload.de/image/lwHGkr/84fcc63132.png +$Offline Item Hack [Bully@Wiiplaza] +C278FF00 00000004 +2C1D000Z 40820014 +380000XX 3980000Y +9003008C 91830090 +8003008C 00000000 +**XX = Item* +**Y = Item Amount* +**Z Values* +*0 = Player 1 +*1 = Player 2 +*2 = Player 3 +*3 = Player 4 +*4 = Player 5 +*5 = Player 6 +*6 = Player 7 +*7 = Player 8 +*8 = Player 9 +*9 = Player 10 +*A = Player 11 +*B = Player 12 +$WiFi Item Hack (P1+P2) [Bully@Wiiplaza] +C27E4DE8 00000003 +380000XX 3960000Y +9003008C 91630090 +8003008C 00000000 +**XX = Item* +**Y = Item Amount* +$Grand Prix Points Modifier [Bully@Wiiplaza] +48000000 809B8F68 +DE000000 90009340 +12000CF2 0000XXXX +E0000000 80008000 +**X = HEX* +*Picture -> http://jafile.com/uploads/wiiplaza/rmce01-024.png +$Moonjump [Bully@Wiiplaza] +C25AA70C 00000006 +3D808034 A18CYYYY +2C0CZZZZ 40820018 +823E006C 3E000002 +7E308A14 923E006C +48000008 D33E006C +60000000 00000000 +**Upgraded mdmwii´s code to full ASM* +**YYYY = Controller Address* +**ZZZZ = Button Activator* +$Dual Domination [Bully@Wiiplaza] +C250C934 0000000A +9421FFB0 BDC10008 +2C180000 40820030 +3DE08000 3E604400 +926F1650 C2A40000 +C2CF1650 EEB5B02A +82240004 82440008 +D2AF1600 922F1604 +924F1608 B9C10008 +38210050 C0040000 +60000000 00000000 +C250C970 00000008 +9421FFB0 BDC10008 +2C180001 40820020 +3DE08000 820F1600 +822F1604 824F1608 +92040000 92240004 +92440008 B9C10008 +38210050 C0640000 +60000000 00000000 +C25AA6FC 00000008 +9421FFB0 BDC10008 +3DE080EA 7C0FF000 +41800020 C29E00F4 +C2BE00F8 C2DE00FC +3DC08000 D28E16A0 +D2AE16A4 D2CE16A8 +B9C10008 38210050 +EC7A01F2 00000000 +C25AA6F8 00000008 +9421FFB0 BDC10008 +3DE080EA 7C0FF000 +41810020 3DC08000 +C28E16A0 C2AE16A4 +C2CE16A8 D29E00F4 +D2BE00F8 D2DE00FC +B9C10008 38210050 +EEE2282A 00000000 +**Player two automatically follows/teleports to player one* +**Credits to mdmwii & mrx1983 for player coordinates & player view* +$Crazy Bullet Bill v2 [toonlink444] +28341462 B3FF4C00 +0458E010 7C800038 +CC000000 00000000 +0458E010 38000000 +E0000000 80008000 +*Same as v1 but this time you hit A+B+C to activate and also deactivate +$Crazy Bullet Bill [toonlink444] +28341462 F3FF0C00 +0458E010 38000000 +E0000000 80008000 +28341462 BFFF4000 +0458E010 7C800038 +E0000000 80008000 +*When you have a Bullet Bill press A & B then activate the item. +*You will then be able to drive as the bullet bill. The effects of the item will be gone +*though. +*Press C to deactivate it and use a different bullet bill item. +*Press A & B during a bullet bill and start going floating into the air. +*Press C to deactivate it. +*Use Volderbeek's always have item code with this to always have a bullet bill. +$Invincible [toonlink444] +28341462 FFFB0004 +48000000 809BD118 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +4A100000 0000008C +30000000 00000014 +14000000 00000009 +14000004 00000001 +E0000000 80008000 +28341462 FFFE0001 +04572EC4 3803FFFF +E0000000 80008000 +28341462 FFFD0002 +04572EC4 7C601B78 +E0000000 80008000 +*Hit down on the d-pad for a star, right to never lose the star power, left to end it. +*Thanks to Volderbeek for his always have item code. +$Instant Squash Recovery [Nutmeg] +04572FC8 38000000 +**Goes into effect after you are hit by a thwomp or Mega Mushroom.* +$No Squash Recovery [Nutmeg] +04572FC8 7C601B78 +**Goes into effect after you are hit by a thwomp or Mega Mushroom.* +$P1 Always Have Balloon Points [Nutmeg] +48000000 809B8F70 +DE000000 80008180 +58010000 00000148 +DE000000 80008180 +1200007A 0000XXXX +E0000000 80008000 +$All Players Always Have Balloon Points [Nutmeg] +48000000 809B8F70 +DE000000 80008180 +58010000 00000148 +DE000000 80008180 +6000000B 00000000 +1200007A 0000XXXX +E2000001 00000000 +4A100000 000000C4 +62000000 00000000 +E0000000 80008000 +*XXXX = Balloon Points +$Maximum Speed Modifier [Volderbeek] +C25743C8 00000003 +D01D0020 3C00XXXX +901D0014 901D002C +38000000 00000000 +$No Blooper Effect [Volderbeek] +0457B244 41A2005C +$VR/BR Modifier [Volderbeek] +48000000 809B8F88 +DE000000 90009380 +5A010000 000XXXXX +3A00000Y 0000ZZZZ +1200000Y 0000ZZZZ +E0000000 80008000 +$Instant Slipstream [Volderbeek] +04580AB4 38630032 +$Always Have Item [Volderbeek] +48000000 809BD118 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +4A100000 0000XXXX +30000000 00000014 +14000000 000000YY +14000004 0000000Z +E0000000 80008000 +$Always Have Item [Volderbeek] +48000000 809BD118 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +6000000B 00000000 +3000008C 00000014 +1400008C 000000YY +14000090 0000000Z +E2000001 00000000 +4A100000 00000248 +62000000 00000000 +E0000000 80008000 +*Online-All Player/CPU Version +***mostly for all players/use dexter0's version for online** +$Unlock Everything [Volderbeek] +48000000 809B8F88 +DE000000 90009380 +5A010000 000XXXXX +32000000 FFFFFFFF +14000000 FFFFFFFF +32000004 031FFFFC +14000004 031FFFFC +E0000000 80008000 +$Load Draw Demo [Volderbeek] +0688BFC0 00000010 +64726177 5F64656D +6F000000 00000000 +***with this code, Mushroom Gorge is replaced by Draw Demo** +$Green Shell Tail Color Modifier NTSC-US [NinARM1] +00898E7C 000000XX +$Red Shell Tail Color Modifier NTSC-US [NinARM1] +00898E8A 000000XX +$Blue Shell Tail Color Modifier NTSC-US [NinARM1] +00898E98 000000XX +$100% Wii Wheel Percentage [NinARM1] +48000000 809B8F88 +DE000000 90009380 +5A010000 000XXXXX +10000288 00000064 +E0000000 80008000 +*Have a golden wheel even if you don't use the wheel at all +*X values are the same as the unlock code +$Fake Item Box Color Modifier [NinARM1] +048A0D00 4BC00000 +048A14A0 40000000 +*Fake box will have the same color as real boxes +$Kill-o-Meter [XeR] +C258B0B4 00000002 +90040008 3DE08000 +B00F16F8 00000000 +C258B0D8 00000002 +9004000C 3DE08000 +B00F16FA 00000000 +04531158 3CA08000 +04531164 A00516F8 +0453116C A00516FA +04531174 38000000 +*Minutes are hits given and seconds are hits received +$Show fake items [XeR] +047E4DEA 380000XX +047E4DFA 3BE0000Y +*Show an item in the item box which isn't the one you can use. +$God's Controller [XeR] +C21B323C 00000003 +2C080000 40A2000C +90C40000 90C40008 +60000000 00000000 +*Allows you to control 2 players with only one GC controller +*You need to plug the controller +$Infinite laps [XeR] +C252FEB8 00000003 +A3E30024 2C1F0002 +40810008 38A00003 +B0A30024 00000000 +$No Checkpoints (Instant Lap) [Hamster35000vr] +C252FEB8 00000002 +38A50001 B0A30024 +B0A30023 00000000 +*All you need to do for a lap is cross the finish line. +$Faster Reverse Speeds [Hamster35000vr] +0488D550 442F0000 +*Go in reverse the same speed you would going forward! Change 442F0000 to whatever float you want. +$Kill Lakitu [Hamster35000vr] +0471C640 38000000 +*Stops Lakitu from showing up. It still plays the sound, though. +$Battle Invinciblilty [Hamster35000vr] +C257B018 00000002 +60000100 90030008 +60000000 00000000 +*Once you get hit, you're invincible! +$Stop All Opponents (Offline Only) [Hamster35000vr] +C2575BD4 00000008 +3DC08039 39CE4D18 +81CE0000 39CE04D0 +39CEFF48 39CE001B +7C037000 40800010 +3DC03F80 91C300B8 +4800000C 39C00000 +91C300B8 39C00000 +60000000 00000000 +*No one can move except you! :D +$Green Shells Keep Bouncing [Hamster35000vr] +047A73F8 60000000 +$No Terrain Effect [Hamster35000vr] +04575BD4 60000000 +04575C50 60000000 +04575CAC 60000000 +*Now, if you drive on grass, mud, etc, you will keep the same speed. +$Toyota Moving Forward [Hamster35000vr] +48000000 809BE398 +DE000000 80008180 +4A100000 00000E5B +DE000000 80008180 +92010001 00000000 +86300001 FFFFFFFE +94010001 00000000 +92010001 00000008 +86300001 FFFFFFFE +94010001 00000008 +E0000000 80008000 +C27E1AE0 00000003 +3DC0FFFF 39CE7FFF +39CE7FFF 80030008 +7C007038 00000000 +0488D180 00000000 +04563AEC C05F0080 +*When you hit a banana, FIB, etc, you'll just keep going! +$Always Get XX Item From Box [Hamster35000vr] +C27ADEE8 00000003 +3A0000XX 92030004 +38000000 3A000000 +60000000 00000000 +*Affects all CPUs too! X Values are the same for Always Have Item. Note: Write Char Offset Required! +$Gravity Modifier [Hamster35000vr] +048B1C80 XXXXXXXX +*X VALUES: The floating-point value of the new gravity. Default is 1 (3F800000). +$ghosts have no player tags [wiiztec] +48000000 8037FFA4 +DE000000 80008180 +140081BC 00000001 +E0000000 80008000 +*useful if you do time trials and you get distracted by the tags +$Bike handling modifier [mdmwii] +0488d530 3df00000 +$Extended bob-omb timer [mdmwii] +0279CBEA 00000FFF +0279BABE 00000FFF +$Drop Items(wiimote and dpad) [mdmwii] +283457E2 bffe4001 +80000009 00000001 +049C36C0 000000XX +48000000 809C1900 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +48100000 80001500 +DE000000 80008180 +94210009 0000008C +14000090 00000001 +E0000000 80008000 +*XX = item to drop +*Values: +*01 = Red Shell(Item replaced) +*02 = Banana +*03 = Mushroom +*04 = Star +*05 = Blue Shell +*06 = Lightning +*07 = Fake Box +*08 = Mega Mushroom +*09 = Bombs +*0A = Blooper +*0B = Pow Block +*0C = Golden Mushroom +*0D = Bullet Bill +*0E = ThunderCloud +$Ultimate License Unlocker [mdmwii] +48000000 809B8F88 +DE000000 90009380 +5A010000 000000AC +60000003 00000001 +6000001F 00000000 +14000000 00000100 +18000004 00000000 +20180004 00000000 +5A010000 00000070 +62000000 00000000 +5A010000 00008188 +14000000 FFFFFFFF +14000004 031FFFFC +5A010000 00000468 +62000000 00000001 +E0000000 80008000 +*This code will unlock all characters, vehicles, tracks and it will put 3 stars on every tracks giving you 3 stars as overall rating on ALL licenses. +$Key remapper for GC controller [mdmwii] +C21afb58 00000005 +39C0XXXX 7DCF0038 +7C0F7000 40A20010 +7C0F0050 39E0YYYY +7C007A14 B0040000 +60000000 00000000 +*XXXX = key you want to change +*YYYY = key assigned +*Values: +*0081 = D-Pad Left +*0082 = D-Pad Right +*0084 = D-Pad Down +*0088 = D-Pad Up +*0090 = Z +*00A0 = R +*00C0 = L +*0180 = A +*0280 = B +*0480 = X +*0880 = Y +*1080 = Start +$Instant POW [mdmwii] +047D9824 38000037 +$No Clipping [mdmwii] +0488D250 3F000000 +$RapidFire Wiimote [mdmwii] +C21978C2 00000007 +3960XXXX 7D6C0038 +7C0B6000 40A2001C +817FFED0 2C0B000F +40800010 396B0001 +7C0C0050 48000008 +39600000 917FFED0 +901F0000 00000000 +*xxxx = button activator +$Bomb EFFECT diameter [mdmwii] +048A0B04 XXXXXXXX +*(recommended: 42960000) +*original value: 41E80000 +$Bomb explosion diameter [mdmwii] +048A0B40 XXXXXXXX +*(recommended: 40000000) +*Video example: http://www.youtube.com/watch?v=bTXNwkni5wU +$Jumping Bombs [mdmwii] +048A0B7C 3F800000 +$FreeFly Wiimote- ASM (Ported by Nin*Arm1) [mdmwii] +C25AA700 0000000E +3E408034 A2521462 +7E600026 3A800001 +7E56A038 7C16A000 +40A20018 C03E0068 +C0BE01C8 EC212828 +D03E0068 4800002C +3A800002 7E56A038 +7C16A000 40A20018 +C03E0068 C0BE01C8 +EC21282A D03E0068 +48000008 D03E0068 +7E6FF120 3A400000 +3A600000 3A800000 +3AC00000 00000000 +C25AA718 0000000E +3E408034 A2521462 +7E600026 3A800008 +7E56A038 7C16A000 +40A20018 C2FE0070 +C0BE01C8 EEF72828 +D2FE0070 4800002C +3A800004 7E56A038 +7C16A000 40A20018 +C2FE0070 C0BE01C8 +EEF7282A D2FE0070 +48000008 D2FE0070 +7E6FF120 3A400000 +3A600000 3A800000 +3AC00000 00000000 +C25AA70C 00000009 +3E408034 A2521462 +7E600026 3A800400 +7E52A038 7C12A000 +40A20018 823E006C +3E000002 7E308A14 +923E006C 48000008 +D33E006C 7E6FF120 +3A400000 3A600000 +3A800000 00000000 +$FreeFly GC Controller - ASM (Ported by Nin*Arm1) [mdmwii] +C25AA700 0000000E +3E408034 A2523E80 +7E600026 3A800081 <-- Change to 3A800001 for Wavebird [mdmwii] +7E56A038 7C16A000 +40A20018 C03E0068 +C0BE01C8 EC212828 +D03E0068 4800002C +3A800082 7E56A038 <-- Change to 3A800002 for Wavebird [mdmwii] +7C16A000 40A20018 +C03E0068 C0BE01C8 +EC21282A D03E0068 +48000008 D03E0068 +7E6FF120 3A400000 +3A600000 3A800000 +3AC00000 00000000 +C25AA718 0000000E +3E408034 A2523E80 +7E600026 3A800088 <-- Change to 3A800008 for Wavebird [mdmwii] +7E56A038 7C16A000 +40A20018 C2FE0070 +C0BE01C8 EEF72828 +D2FE0070 4800002C +3A800004 7E56A038 <-- Change to 3A800004 for Wavebird [mdmwii] +7C16A000 40A20018 +C2FE0070 C0BE01C8 +EEF7282A D2FE0070 +48000008 D2FE0070 +7E6FF120 3A400000 +3A600000 3A800000 +3AC00000 00000000 +C25AA70C 00000009 +3E408034 A2523E80 +7E600026 3A800280 <-- Change to 3A800200 for Wavebird [mdmwii] +7E52A038 7C12A000 +40A20018 823E006C +3E000002 7E308A14 +923E006C 48000008 +D33E006C 7E6FF120 +3A400000 3A600000 +3A800000 00000000 +$Growing shells [mdmwii] +049be798 42066666 +049be80C 42066666 +$Big shells [mdmwii] +049be794 42066666 +049be798 42066666 +049be808 42066666 +049be80c 42066666 +049BE9D8 41200000 +$Moon Jump (B) [mdmwii] +28341462 00000400 +045AA70C 4BA58AF4 +04003200 823E006C +04003204 3E000002 +04003208 7E308A14 +0400320C 923E006C +04003210 485A7500 +E0000000 80008000 +28341462 00000000 +045AA70C D33E006C +E0000000 80008000 +*Change first line to 28343e80 00000280 +*and 9th line to 28343e80 00000080 for GCN Controller +$No CountDown [mdmwii] +0452E968 38000002 +0452E9c8 2C000003 +$Changing character and/or vehicle during online matches [mdmwii] +2834KKKK 0000XXXX +80000003 000000YY +80000004 000000ZZ +48000000 809BD508 +DE000000 90009300 +58010000 00000098 +DE000000 90009300 +94210003 0000012C +94210004 0000013C +94210003 00000220 +94210004 00000224 +E0000000 80008000 +*Push Y key on gamecube controller to change. +*WARNING: Always match character with proper vehicle or it will crash. Ex. Luigi MUST have a medium vehicle. +*KKKK = Controller address +*XXXX= Button activator http://volderbeek.freeforums.org/button-activator-t17.html +$Speedometer Time Trials [mdmwii] +C25743CB 00000002 +3DE08000 D00F1650 +D01D0020 00000000 +04531090 3DE08000 +04531094 C00F1650 +*you will see your speed (Km/h) on milliseconds section +$Speedometer Online [mdmwii] +C27E4C9C 00000008 +3DE0809C 81EFd110 +81EF0020 1E600004 +7DEF9A14 81EF0000 +81EF0010 81EF0010 +81EF0260 39EFFB08 +807Fee20 3E608000 +81EF000C 91F31650 +60000000 00000000 +04531090 3DE08000 +04531094 C00F1650 +*you will see your speed (Km/h) on milliseconds section +$Red Shell speed [mdmwii] +048A0FD8 XXXXXXXX +$Green Shell speed [mdmwii] +048A12E8 XXXXXXXX +$Blue Shell Speed [mdmwii] +048A10EE XXXXXXXX +048A114E XXXXXXXX +048A115E XXXXXXXX +$Instant Mini Turbo + Stand-Still MT [mdmwii] +048B1400 00000000 +048B1404 00000000 +048B1408 00010000 +048B1278 00010000 +$MAC change [mdmwii] +C21D0DB0 00000003 +3A6000ZZ 9A640005 +3A600000 38A00006 +60000000 00000000 +C20ECF78 00000002 +80C30004 38C600TT +90C30004 00000000 +*ZZ = new last mac numbers +$Mega Mushroom Forever [mdmwii] +C27E4CA0 00000003 +3FA08000 1CA00004 +90BD1504 1FA00248 +60000000 00000000 +48000000 809BD110 +DE000000 80008180 +58010000 00000020 +DE000000 80008180 +48100000 80001504 +58010000 00000000 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000260 +DE000000 80008180 +4A100000 FFFFFB07 +30000024 3F800000 +14000184 01B00000 +E2000001 00000000 +30000058 3F800000 +140001B8 01B00000 +E0000000 80008000 +*The mega mushroom lasts forever +$Star Power Forever [mdmwii] +C27E4CA0 00000003 +3FA08000 1CA00004 +90BD1504 1FA00248 +60000000 00000000 +48000000 809BD110 +DE000000 80008180 +58010000 00000020 +DE000000 80008180 +48100000 80001504 +58010000 00000000 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000260 +DE000000 80008180 +4A100000 FFFFFB07 +30000024 3F800000 +14000178 000001b0 +E2000001 00000000 +30000058 3F800000 +140001ac 000001b0 +E0000000 80008000 +*Your star will last forever +$Bullet Bill Speed Mod 2 [mdmwii] +28341462 00000200 +048B1138 40000000 +E0000000 00000000 +28341462 00000100 +048B1138 442F0000 +E0000000 00000000 +28341462 00000400 +048B1138 43960000 +E0000000 00000000 +28341462 00008000 +048B1138 42BE0000 +E0000000 80008000 +*1: 2 kph +*2: 700 kph +*Home: 95 kph +*B: 300 kph +$WiiD change [mdmwii] +C266b755 00000003 +3A40001E 9A5E7584 +3A400000 801E7580 +60000000 00000000 +$EC20102 bypass [mdmwii] +C21D0DB0 00000003 +3A6000E7 9A640005 +3A600000 38A00006 +60000000 00000000 +$Stalking hack [mdmwii] +C27E4C9A 00000003 +3DE08000 5460063E +1E600004 926F1534 +60000000 00000000 +0600153C 00000148 +42000000 3DC0809C +81CED110 81CE0020 +3E408000 C232153C +82721534 7DCF7378 +7DCE9A14 3E608034 +A2731462 2C134010 +40820024 82721530 +2C130000 40820010 +82721538 3A730004 +92721538 3E608034 +A2731462 2C134010 +40820010 3A600001 +92721530 4800000C +3E600000 92721530 +82721538 82521534 +7C139000 3E408000 +4082000C 3A730004 +92721538 A26FFFF6 +82521538 7C129800 +3E408000 4080000C +41820008 4800000C +3E600000 92721538 +82721538 7DEF9A14 +81EF0000 81CE0000 +81CE0024 81EF0024 +81CEFFF8 81EFFFF8 +81CE0008 81EF0008 +81CE0008 81EF0008 +39CE0010 39EF0010 +7C0EF000 40820054 +C02F0068 C32F006C +C2EF0070 EF39882A +60000000 60000000 +C22F00F4 D23E00F4 +C22F00F8 D23E00F8 +C22F00FC D23E00FC +D03E0068 D33E006C +D2FE0070 EC5C0232 +EC3D01F2 ECA001B2 +EC84182A 485A90A4 +D03E0068 485A9084 +28341462 00004010 +045AA700 4BA56E40 +0488D250 3F000000 +E0000000 00000000 +28341462 00005000 +045AA700 D03E0068 +0488D250 43300000 +E0000000 80008000 +*C+= actavate and change person +*C-=deatavate +$Stalking US [mdmwii] +C27E4C9A 00000003 +3DE08000 5460063E +1E600004 926F1534 +60000000 00000000 +0600153C 00000148 +42000000 3DC0809C +81CED110 81CE0020 +3E408000 C232153C +82721534 7DCF7378 +7DCE9A14 3E608034 +A273XXXX 2C13YYYY +40820024 82721530 +2C130000 40820010 +82721538 3A730004 +92721538 3E608034 +A273XXXX 2C13YYYY +40820010 3A600001 +92721530 4800000C +3E600000 92721530 +82721538 82521534 +7C139000 3E408000 +4082000C 3A730004 +92721538 A26FFFF6 +82521538 7C129800 +3E408000 4080000C +41820008 4800000C +3E600000 92721538 +82721538 7DEF9A14 +81EF0000 81CE0000 +81CE0024 81EF0024 +81CEFFF8 81EFFFF8 +81CE0008 81EF0008 +81CE0008 81EF0008 +39CE0010 39EF0010 +7C0EF000 40820054 +C02F0068 C32F006C +C2EF0070 EF39882A +60000000 60000000 +C22F00F4 D23E00F4 +C22F00F8 D23E00F8 +C22F00FC D23E00FC +D03E0068 D33E006C +D2FE0070 EC5C0232 +EC3D01F2 ECA001B2 +EC84182A 485A90A4 +D03E0068 485A9084 +2834XXXX 0000YYYY +045AA700 4BA56E40 +0488D250 3F000000 +E0000000 00000000 +2834XXXX 0000ZZZZ +045AA700 D03E0068 +0488D250 43300000 +E0000000 80008000 +*XXXX = Controller Address (I used 57E2 for Wiimote PAL) +*YYYY = Button to Activate/Switch Player (I used button 1 on wiimote: 0200) +*ZZZZ = Button to Deactivate hack (I used button 2 on wiimote: 0100) +*NOTE: If you use PAL & Gamecube controller try this: +*7DCE9A14 3E608035 <-- Add +1 to 8034 [mdmwii] +*A2738200 2C13YYYY +*and +*92721538 3E608035 <-- Add +1 to 8034 [mdmwii] +*A2738200 2C13YYYY +$Time Freeze At 0:00:000 (NTSC-US Wiimote+Nunchuck) [mdmwii] +28341462 00000010 +04531130 60000000 +E0000000 00000000 +28341462 00001000 +04531130 38030001 +E0000000 80008000 +*NOTE: + to activate - to deactivate +$Red Shell Fly Backwards - NTSC [mdmwii] +048A0FD8 C3110000 +$Green Shell Fly Backwards - NTSC [mdmwii] +048A12E8 C3110000 +$Blue Shell Fly Backwards - NTSC [mdmwii] +048A10EE C3110000 +048A114E C3110000 +048A115E C3110000 +$Blue Shell Explosion - NTSC-us [mdmwii] +048a11b8 40900000 +$Bob-omb size modifier +049BEBA8 XXXXXXXX (Recommended: 41000000) +*XXXXXXXX=Floating point value +$Time Trial Slow-motion - Press Y on GCN controller to slowdown [mdmwii] +28343E80 F77F0880 +C0000000 00000004 +3E2001A0 3A31FFFF +2C110000 41820008 +4BFFFFF4 60000000 +4E800020 00000000 +$Draggable Blue Shells [MrBean] +049BEF74 00000000 +$Infinite Wheelie [Cross1955] +04581CC0 38840000 +$Time Control WiFi (classic only) : [hetoan2] +48000000 809B8F70 +DE000000 80008180 +58010000 00000014 +4A100000 00000048 +8211000F 0053112E +92110007 00000002 +2853112C 00003860 +283414C2 FBFF0400 +A8000000 F0000000 +8600000F 00000100 +E0000000 80008000 +2853112C 00003860 +283414C2 EFFF1000 +A8000000 F0000000 +8600000F FFFFFF00 +E0000000 80008000 +8411000F 0053112E +2853112C 00003860 +2C53112E 0000463C +0253112E 00001C18 +E0000000 80008000 +2853112C 00003860 +2E53112E 00001C18 +0253112E 0000463C +E0000000 80008000 +283414C2 FF7F0080 +0453112C 807D0048 +E0000000 80008000 +283414C2 FFFB0004 +0253112C 00003860 +*This code will only let you change your time from 2 minutes to 4:59, that way you still cant lose, but you cant make yourself place first. +$P1 No Laps (Finish right away) [James0x57] +48000000 809B8F70 +DE000000 80008180 +58010000 000000AC +DE000000 80008180 +14000018 00000000 +14000024 00030387 +E0000000 80008000 +*WARNING: If used online, this code may corrupt all save files on your Wii! +$P2 No Laps (Finish right away) [James0x57] +48000000 809B8F70 +DE000000 80008180 +58010000 000000AC +DE000000 80008180 +140000DC 00000000 +140000E8 00030387 +E0000000 80008000 +*WARNING: If used online, this code may corrupt all save files on your Wii! +$P3 No Laps (Finish right away) [James0x57] +48000000 809B8F70 +DE000000 80008180 +58010000 000000AC +DE000000 80008180 +140001A0 00000000 +140001AC 00030387 +E0000000 80008000 +*WARNING: If used online, this code may corrupt all save files on your Wii! +$P4 No Laps (Finish right away) [James0x57] +48000000 809B8F70 +DE000000 80008180 +58010000 000000AC +DE000000 80008180 +14000264 00000000 +14000270 00030387 +E0000000 80008000 +*WARNING: If used online, this code may corrupt all save files on your Wii! +$Always Have Item - Regular Play [dexter0] +48000000 809BDAC0 +DE000000 80008180 +4A100000 FFFF9D3C +30000220 00000014 +14000220 000000XX +14000224 0000000Y +E0000000 80008000 +*NOTE: Y is always 1 unless specified. +$Press ???? For Item - Regular Play [dexter0] +AAAAAAAA AAAAAAAA +48000000 809BDAC0 +DE000000 80008180 +4A100000 FFFF9D3C +30000220 00000014 +14000220 000000XX +14000224 0000000Y +E0000000 80008000 +*NOTE: Y is always 1 unless specified. +$Always Have Item - Time Trials [dexter0] +48000000 809BF790 +DE000000 80008180 +4A100000 ________ (FFFFFD94 for Solo) (FFFFFAAC for Ghost) [dexter0] +14000000 000000XX +14000004 0000000Y +E0000000 80008000 +*NOTE: Y is always 1 unless specified. +$Press ???? For Item - Time Trials [dexter0] +AAAAAAAA AAAAAAAA +48000000 809BF790 +DE000000 80008180 +4A100000 ________ (FFFFFD94 for Solo) (FFFFFAAC for Ghost) [dexter0] +14000000 000000XX +14000004 0000000Y +E0000000 80008000 +*NOTE: Y is always 1 unless specified. +$Write Char Offset [dexter0] +D27E4DDC 00000002 +3FE08000 93BF1500 +3BE00000 00000000 +$Always Have Item *Works anywhere [dexter0] +48000000 809BEE20 +DE000000 80008180 +58010000 00000014 +DE000000 80008180 +48100000 80001500 +DE000000 80008180 +1400008C 000000XX +14000090 0000000Y +E0000000 80008000 +*Please use this code with the "Write Char Offset Code". +$Master Button Activator Wiimote [Bully@Wiiplaza] +F6000001 80008100 +70E09FFF 807F0000 +D2000004 00000002 +807F0000 3D808000 +906C1550 00000000 +E0000000 80008000 +$Master Button Activator GCN [Bully@Wiiplaza] +F6000001 80008100 +2C1C0000 7C03212E +D2000018 00000002 +7C03202E 3D808000 +900C1554 00000000 +E0000000 80008000 +$Wiimote Button Activator [Bully@Wiiplaza] +28001552 YYYYZZZZ +**Requires the "Master Button Activator Wiimote" code* +$GCN Button Activator [Bully@Wiiplaza] +28001554 YYYYZZZZ +**Requires the "Master Button Activator GCN" code* +$Master Button Activator Nunchuck Stick [Anarion] +F6000001 80008050 +64008000 90030000 +D200000C 00000005 +A0030002 3D808000 +B00C1562 B00C1566 +A0C30060 B0CC1560 +A0E30064 B0EC1564 +80030000 00000000 +E0000000 80008000 +$Nunchuck Stick Activator +20001560 XXXXZZZZ ↔ activation +20001564 XXXXZZZZ ↕ activation +*Z=Button Value +*X=Nunchuck Stick Direction Value +*If you want the list of nunchuck stick direction values, contact me. +*Enhanced, combined ideas, original by Bully@Wiiplaza and Hamster35000vr. +$Force Specific Controller [Bully@Wiiplaza] +F6000001 80008100 +881F08C1 901E0000 +14000000 3800000X +E0000000 80008000 +**X Values* +*0 = Wiimote +*1 = Wiimote + Nunchuck +*2 = Classic Controller +$Rumble Modifier [Bully@Wiiplaza] +F6000001 80008100 +7C9E2378 7FE5002E +14001850 3800000X +14004D44 3800000X +E0000000 80008000 +**X Values* +*0 = Rumble OFF +*1 = Rumble ON +$F6000001 80008100 +D0060040 901F0198 +D20000D4 00000005 +3D808000 A18C1552 +2C0CZZZZ 40820014 +81840140 39600014 +91640140 D2C40144 +2C000014 00000000 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Press your button(s) to lose current item* +**Use with "Super 13 Item Modifier", the disable button should be the same as the one for this code* +**Do also NOT use another person´s infinite item hack with this* +$Speed-0-Meter Time Trials [Bully@Wiiplaza] +F6000001 80008100 +C03C0020 C01F0018 +D2000000 00000006 +C03C0020 FC20081E +3D808000 D82C1500 +A18C1506 2C0C0FFF +41800008 39800000 +3B9C9000 B19CE180 +3B9C7000 00000000 +E0000000 80008000 +**Special thx to dcx2 and credit to mdmwii for original code* +**This will display your current speed on milliseconds section* +**Going backwards will display zero km/h* +$Total Invincibility [Bully@Wiiplaza] +F6000001 80008100 +A88301A8 3BC00000 +1400002C 60000000 +F6000001 80008100 +EC4300B2 C0630088 +D2000020 00000002 +38000001 9803000A +80030008 00000000 +E0000000 80008000 +**Unaffected by all kinds of items/ enemies and no bumping other racers* +**This works offline and online only for the player* +**Credits to Hamster35000VR for original code* +**Video: http://www.youtube.com/watch?v=-BBZHR2MyC4 +$Instant Acceleration [Bully@Wiiplaza] +F6000001 80008100 +C0430020 EFE20824 +D2000000 00000002 +3D804300 91830020 +C0430020 00000000 +E0000000 80008000 +**Press the acceleration button to instantly reach maximum speed* +$Instant Stop [Bully@Wiiplaza] +F6000001 80008100 +C03E0234 C01D0020 +14000008 EC000672 +E0000000 80008000 +**Credits to mdmwii for original code* +**Release the acceleration button to instantly stop* +$Invisible Thundercloud Boosting [Bully@Wiiplaza] +F6000001 80008100 +8003001C 7C721B78 +14000008 3AC00000 +E0000000 80008000 +**When you get the cloud, it will instantly vanish, still giving you boost until you fall down or when the race ends* +$Item Warning Offline [Bully@Wiiplaza] +F6000001 80008100 +881D0244 2C000000 +D2000014 00000003 +801D008C 1D7B0004 +3D808150 7D8C5A14 +900C0000 00000000 +F6000001 80008100 +B01F01CA B01F01C8 +D200000C 00000016 +3D808150 396000XX +814C0000 7C0A5800 +4182008C 814C0004 +7C0A5800 41820080 +814C0008 7C0A5800 +41820074 814C000C +7C0A5800 41820068 +814C0010 7C0A5800 +4182005C 814C0014 +7C0A5800 41820050 +814C0018 7C0A5800 +41820044 814C001C +7C0A5800 41820038 +814C0020 7C0A5800 +4182002C 814C0024 +7C0A5800 41820020 +814C0028 7C0A5800 +41820014 814C002C +7C0A5800 41820008 +4800000C 380000YY +B01F00F6 A01F00F6 +60000000 00000000 +E0000000 80008000 +**If another player holds that specified item, you will be warned* +**Note: You can also spy out people´s item by using your USB Gecko... take a look at 81500000 and following while having auto-update on* +**Credits to mdmwii for original Lightning Warning code + Character Animation values* +**XX = Item to monitorize* +*14 = No Item +*12 = Triple Bananas +*11 = Triple Reds +*10 = Triple Greens +*0F = Bullet Bill +*0E = Bad Lightning +*0D = POW Block +*0C = Blooper +*0B = Mega Mushroom +*0A = Golden Shroom +*09 = Star Power +*08 = Lightning +*07 = Blue Shell +*06 = Bob-omb +*05 = Triple Shrooms +*04 = Mushroom +*03 = Fake Box +*02 = Banana +*01 = Red shell +*00 = Green Shell +**YY = Animation to execute if XX Item is found* +*00 = Turning +*01 = Boosting +*02 = Drift left +*03 = Drift right +*04 = Wheelie +*05 = Running +*06 = Looking backwards +*07 = Idle +*08 = Win (two arms) +*09 = Win (one arm) +*14 = Yeah, I got him! +*15 = Lose +*17 = Throwing item +*1A = Falling +*1D = Weird sexual movement +*1E = Trick +$Thundercloud Trapping [Bully@Wiiplaza] +F6000001 80008100 +807C01D8 38830001 +2800XXXX YYYYZZZZ +1400000C 60000000 +E2100000 00000000 +1400000C 2C040258 +E0000000 80008000 +**Requires a "Master Button Activator" code* +**Press your button activator to grill everyone who has got a thundercloud above their heads* +**Video: http://youtu.be/bQ0jMz0rdmE +$Instant Squash Recovery [Bully@Wiiplaza] +F6000001 80008100 +B01C018A 7C000735 +14000100 38000000 +E0000000 80008000 +**Credits to Nutmeg for original code* +$Instant Thunderbolt Recovery [Bully@Wiiplaza] +F6000001 80008100 +B01C018A 7C000735 +1400004C 38000000 +E0000000 80008000 +$Grand Prix Race Amount Modifier [Bully@Wiiplaza] +F6000001 80008100 +80E60098 80C70060 +2800XXXX YYYYZZZZ +14000008 3800TTTT +E2100000 00000000 +14000008 38060001 +E0000000 80008000 +**TTTT = HEX* +**Requires a "Master Button Activator" code* +**Hold your button activator to modify the amount of races that were already played* +$Invisible Drivers/Karts/Objects [Bully@Wiiplaza] +F6000001 80008100 +3BE00000 7CA02214 +14000008 38000001 +E0000000 80008000 +**If used online, other people will still see you like normal* +**Credits to Hamster35000VR for original code* +$Zoom Out [Bully@Wiiplaza] +F6000001 80008100 +C3BE017C FF600050 +D2000024 00000002 +3E2044B0 9238004C +C358004C 00000000 +E0000000 80008000 +**Credits to mdmwii for original code* +$Bob-Ombs Never Explode by Timeout [Bully@Wiiplaza] +F6000001 80008100 +807E01EC 809E01DC +14000010 60000000 +E0000000 80008000 +**Once a Bob-Oms has been placed, it will never explode by itself* +$No Red Bob-Omb Flashing [Bully@Wiiplaza] +F6000001 80008100 +807E01EC 809E01DC +140001A0 38000000 +E0000000 80008000 +**Bob-Ombs won´t indicate that they explode soon...* +$Blow Up Bob-Ombs On Command [Bully@Wiiplaza] +F6000001 80008100 +807E01EC 809E01DC +2800XXXX YYYYZZZZ +1400000C 38000001 +E2100000 00000000 +1400000C 3804FFFF +E0000000 80008000 +**Requires a "Master Button Activator" code* +**Press your button(s) to blow up all Bob-Ombs on the map* +**Video: http://youtu.be/A4ubHBkJTkU +$Extended Bob-Omb Timer [Bully@Wiiplaza] +F6000001 80008100 +7FC3F378 C05F00CC +14000014 380000B4 +14001140 38000258 +E0000000 80008000 +**Credits to mdmwii for original code* +**This doubles the explosion timeout of Bob-Ombs* +**Fits perfectly to "Blow Up Bob-Ombs On Command" to surprise your enemies* +$Infinite Turbo Boosting [Bully@Wiiplaza] +F6000001 80308100 +D0230014 D0230018 +D2000118 00000002 +3FA044FA 93A30020 +3BA00000 00000000 +E0000000 80008000 +**Credits to Hamster35000VR for original code* +$No Terrain Effect [Bully@Wiiplaza] +F6000001 80308100 +A00300C8 C00300C0 +1400000C D08300B8 +E0000000 80008000 +**Credits to Hamster35000VR for original code* +$No Item Loss [Bully@Wiiplaza] +F6000001 80008100 +8804001A 98030028 +14000038 60000000 +140005E0 60000000 +14000904 60000000 +14000908 60000000 +E0000000 80008000 +**You never lose your item, except for using it* +**Credits to XeR also* +$Stalking Hack [Bully@Wiiplaza] +C0000000 0000000B +3D808000 A18C155A +718CZZZZ 41820048 +3D808165 816C0000 +2C0B0000 41820038 +816C0008 396B0001 +814C0000 7C0A5800 +41800008 48000008 +39600000 814C0004 +7C0A5800 4082000C +396B0001 4BFFFFDC +916C0008 4E800020 +F6000001 80008100 +7C681B78 C049000C +28001552 YYYYZZZZ +D2000014 00000019 +2C18000B 41810024 +3D808165 816C0000 +7C0BC000 41810008 +930C0000 2C1B0000 +40820008 930C0004 +816C0008 3D808166 +7C0BC000 4082003C +C2840000 C2A40004 +C2C40008 C2E40088 +C304008C C3240090 +C3440094 D28C0000 +D2AC0004 D2CC0008 +D2EC000C D30C0010 +D32C0014 D34C0018 +2C1B0000 4082004C +C28C0000 C2AC0004 +C2CC0008 C2EC000C +C30C0010 C32C0014 +C34C0018 3D604410 +916C001C C36C001C +EEB5D82A D2840000 +D2A40004 D2C40008 +D2E40088 D304008C +D3240090 D3440094 +EC411028 00000000 +28001553 QQQQWWWW +0450C930 EC411028 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to mdmwii for original code* +**YYYY = FFFF minus ZZZZ* +**ZZZZ = Button to switch victim/enable stalking* +**QQQQ = FFFF minus WWWW* +**WWWW = Button to disable hack* +$Grand Prix Points Modifier [Bully@Wiiplaza] +F6000001 80008100 +7C63982E A0630022 +14000018 3800XXXX +E0000000 80008000 +**XXXX = HEX* +$Beneficial Bad Lightning [Bully@Wiiplaza] +F6000001 80008100 +807C01D8 38830001 +14000004 38800000 +E0000000 80008000 +**Never get shrunk by the thunder cloud and still gain the speed boost* +$Instant Miniturbo [Bully@Wiiplaza] +F6000001 80008100 +90850008 B0030150 +1400001C 3880004B +F6000001 80008100 +B01F02B6 80010014 +14000064 38A0010E +E0000000 80008000 +$Infinite Wheelie [Bully@Wiiplaza] +F6000001 80008100 +809D02A8 807D02C0 +14000008 38840000 +E0000000 80008000 +**Credits to Cross1955 for original code* +$Always Wheelie [Bully@Wiiplaza] +F6000001 80008100 +D01D02A0 C03F0000 +D2000008 00000003 +3D803D8F 618C5C29 +919D02A0 C01D02A0 +60000000 00000000 +E0000000 80008000 +**For use with Infinite Wheelie* +$Automatic Acceleration [Bully@Wiiplaza] +F6000001 80008100 +C03D0020 C01F0000 +1400001C C01D001C +E0000000 80008000 +**Based on Volderbeek´s Maximum Speed Modifier* +**This will work even during countdown without no countdown hack enabled* +$Instant Slipstream [Bully@Wiiplaza] +F6000001 80008100 +D03D00F0 7FA3EB78 +14000038 38630032 +E0000000 80008000 +**Credits to Volderbeek for original code* +$Connect With Hacked VR [Bully@Wiiplaza] +F6000001 80008100 +3C830001 387F0100 +14000008 3BA0270F +E0000000 80008000 +**Credits to XeR for original code* +$Finish Right Away [Bully@Wiiplaza] +F6000001 80008100 +7C7F1B78 C03E0014 +D2000014 00000003 +3D800003 618C0387 +919E0024 A87E0024 +60000000 00000000 +E0000000 80008000 +**Credits to James0x57 for original code* +**If used online you will be disconnected, come last and lose VR* +$Infinite Laps [Bully@Wiiplaza] +F6000001 80008100 +A8830024 38A40001 +D2000008 00000003 +A3E30024 2C1F0002 +40810008 38A00003 +B0A30024 00000000 +E0000000 80008000 +**Credits to XeR for original code* +$Kill Lakitu [Bully@Wiiplaza] +F6000001 80008100 +7C7D1B78 C0030010 +14000010 38000000 +140052BC C01F0020 +E0000000 80008000 +**Credits to Hamster35000VR for no Lakitu* +**Removes Lakitu and the annoying sirene when going backwards* +$No Count Down [Bully@Wiiplaza] +F6000001 80008100 +881F002F 2C000000 +14000098 38000002 +140000F8 2C000003 +E0000000 80008000 +**Credits to mdmwii for original code* +$Drop Items [Bully@Wiiplaza] +F6000001 80008100 +7CA30214 7C83002E +D200003C 00000004 +2C1F0001 40820010 +3D808000 800C1620 +48000008 80060004 +60000000 00000000 +28001552 FFFE0001 +04001620 00000004 +28001553 FFFD0002 +04001620 00000003 +28001553 FFFB0004 +04001620 00000001 +28001553 FFF70008 +04001620 0000000D +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to mdmwii for original code and values* +**Press Wiimote directions to change item which is dropped when using a Red Shell* +**In case you want to modify the code, here are all the values* +*00000001 = Red Shell (default) +*00000002 = Banana (pointless, you can just use Bananas normally) +*00000003 = Mushroom (useful to drop) +*00000004 = Star (useful to drop) +*00000005 = Blue Shell (won´t have an effect when collected) +*00000006 = Lightning (won´t have an effect when collected) +*00000007 = Fake Box (pointless, you can just use a Fake Box normally) +*00000008 = Mega Mushroom (won´t have an effect when collected) +*00000009 = Bombs (pointless, you can just use Bombs normally) +*0000000A = Blooper (won´t have an effect when collected) +*0000000B = Pow Block (won´t have an effect when collected) +*0000000C = Golden Mushroom (won´t have an effect when collected) +*0000000D = Bullet Bill (won´t have an effect when collected) +*0000000E = ThunderCloud (won´t have an effect when collected) +$VR/ BR Modifier [Bully@Wiiplaza] +F6000001 80008100 +387F0208 389F006C +D2000050 00000003 +A0039018 3D808000 +38639018 906C16FC +38636FE8 00000000 +48000000 800016FC +DE000000 90009380 +28001552 FFEF0010 +12000000 0000270F +12000008 0000270F +28001553 EFFF1000 +12000000 00000000 +12000008 00000000 +28001553 7FFF8000 +12000000 00008AE3 +12000008 00008AE3 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to Volderbeek for original code* +**Works for current active license* +**Must connect to WiFi once, to refresh license score that will be modified* +**Press minus for 0 VR/BR, plus for 9999 VR/BR and Home for 35555VR/BR* +$Total Time Control [Bully@Wiiplaza] +F6000001 80008100 +987D0016 B0BD0018 +2800XXXX YYYYZZZZ +1400000C 38A00000 +1400002C 38000000 +CC000000 00000000 +1400000C 38A003E7 +1400002C 3800463C +CC000000 00000000 +1400000C 989D001A +1400002C 38030001 +E0000000 80008000 +**Requires a "Master Button Activator" code* +**Credits to mdmwii & Deathwolf* +**Press your button(s) to toggle always lose, always win and default* +$Moonjump [Bully@Wiiplaza] +F6000001 80008100 +EC5C0232 EC3D01F2 +D2000008 00000006 +3D808000 A18C1552 +718C0400 41820018 +823E006C 3E000003 +7E308A14 923E006C +48000008 D33E006C +60000000 00000000 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to mdmwii for original code* +**Press the B button to lift up* +$Grab Everyone´s Location [Bully@Wiiplaza] +F6000001 80008100 +7C681B78 C049000C +D2000010 00000004 +2C18FFFF 40810010 +1DF80004 3DEF8170 +908F0000 39200000 +60000000 00000000 +E0000000 80008000 +**Credits to Hamster35000VR for original code* +**Addresses 81700000 till 8170002C will hold pointers to each racers´ coordinates* +$Grab All Item Locations [Bully@Wiiplaza] +F6000001 80008100 +D01D00CC 801D00CC +D2000020 00000004 +1D910004 3D8C8170 +3BBD0044 93AC0040 +3BBDFFBC 807D0160 +60000000 00000000 +E0000000 80008000 +**Credits to Hamster3500VR for finding the item coordinates* +**Addresses 81700040 and following will hold pointers to each item location* +$Grab All Players´ Item Values [Bully@Wiiplaza] +F6000001 80008100 +800300C8 38800000 +D200004C 00000004 +1D9D0004 3D8C8170 +3863008C 906C0070 +3863FF74 8003008C +60000000 00000000 +E0000000 80008000 +**Credits to Volderbeek and Dexter0 for original item hack* +**Addresses 81700070 till 8170009C will hold pointers to each players current item (and amount)* +$Item Stalking [Bully@Wiiplaza] +2800XXXX YYYYZZZZ +F6000001 80008100 +809D0078 807D0160 +D2000008 00000008 +C05D0044 C2BD0048 +C2DD004C 3D808000 +D04C1680 D2AC1684 +D2CC1688 3D6043F0 +916C168C C2EC168C +818C1690 EEB5B82A +D04C0000 D2AC0004 +D2CC0008 00000000 +F6000001 80008100 +C0690008 39200000 +D2000008 00000003 +2C180000 4082000C +3D808000 908C1690 +EC411028 00000000 +CC000000 00000000 +F6000001 80008100 +809D0078 807D0160 +14000008 C05D0044 +F6000001 80008100 +C0690008 39200000 +14000008 EC411028 +E0000000 80008000 +**Requires a "Master Button Activator" code* +**Video: http://youtu.be/BmSwSXPV_Qs +**Press your button(s) to turn code ON/OFF* +**Credits to mrx1987, mdmwii and Hamster35000VR for useful addresses to make this possible* +**To use this online, replace 2C180000 with 2C1B0000* +$Dual Domination Online [Bully@Wiiplaza] +28001552 EFFF1000 +C25A6BDC 00000016 +80E80000 3D808150 +816C0020 2C0B0000 +40820008 910C0020 +7C0B4000 4082003C +C2880000 C2A80004 +C2C80008 C2E80088 +C308008C C3280090 +C3480094 D28C0000 +D2AC0004 D2CC0008 +D2EC000C D30C0010 +D32C0014 D34C0018 +7C0B4000 4182004C +C28C0000 C2AC0004 +C2CC0008 C2EC000C +C30C0010 C32C0014 +C34C0018 3D604410 +916C001C C36C001C +EEB5D82A D2880000 +D2A80004 D2C80008 +D2E80088 D308008C +D3280090 D3480094 +60000000 00000000 +CC000000 00000000 +045A6BDC 80E80000 +05500020 00000000 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Press your button(s) to toggle ON/OFF* +$Dual Domination Offline Only [Bully@Wiiplaza] +F6000001 80008100 +EC411028 C0040000 +D2000004 00000014 +2C180000 40820040 +3D808000 C2840000 +C2A40004 C2C40008 +C2E40088 C304008C +C3240090 C3440094 +D28C1600 D2AC1604 +D2CC1608 D2EC160C +D30C1610 D32C1614 +D34C1618 2C180001 +40820050 C28C1600 +C2AC1604 C2CC1608 +C2EC160C C30C1610 +C32C1614 C34C1618 +3D604410 916C161C +C36C161C EE94D82A +EED6D82A D2840000 +D2A40004 D2C40008 +D2E40088 D304008C +D3240090 D3440094 +C0040000 00000000 +E0000000 80008000 +**Credits to mdmwii for player coordinates and mrx1987 for player view directions* +$God´s Controller Wiimote/ Nunchuck [Bully@Wiiplaza] +F6000001 80008100 +EC420072 EC2200F2 +D200000C 00000003 +2C1B0000 40A2000C +D0040000 D0040538 +60000000 00000000 +D2001AA8 00000002 +2C1B0001 41820008 +D0030000 00000000 +D2001B80 00000002 +2C1B0001 41820008 +D0030004 00000000 +D2001BD0 00000004 +2C1B0000 40820014 +81830000 91830538 +81830004 9183053C +C0030000 00000000 +D200247C 00000003 +2C1B0000 40A2000C +901F0000 901F0538 +60000000 00000000 +D2002484 00000003 +2C1B0000 40A2000C +901F0004 901F053C +60000000 00000000 +E0000000 80008000 +**Control both players (P1 + P2) with P1´s Wiimote/ Nunchuck* +**Credits to XeR for his God´s Controller base which I improved by a lot to be fully compatible with Wiimote + Nunchuck controls* +$Allow Offending Mii Names on WiFi [Bully@Wiiplaza] +F6000001 80008100 +A01C0000 2C000000 +14000008 60000000 +E0000000 80008000 +**Video: http://www.youtube.com/watch?v=2us69ynBYX8 +$Star Power Lasts Forever [Bully@Wiiplaza] +F6000001 80008100 +D01C017C 807C0000 +14000018 38600FFF +140001CC 38600FFF +E0000000 80008000 +**Credits to mdmwii for original code* +$Yellow Star Power Lasts Forever [Bully@Wiiplaza] +F6000001 80008100 +C01E0010 D0030010 +14000008 38800000 +E0000000 80008000 +**This requires "Starpower Lasts Forever" to be enabled* +**Prevents your character from becoming default coloured again while using starpower* +$Mega Mushroom Lasts Forever [Bully@Wiiplaza] +F6000001 80008100 +B01C0102 7F83E378 +14000020 38600FFF +E0000000 80008000 +**Credits to mdmwii for original code* +$Golden Mushroom Lasts Forever [Bully@Wiiplaza] +F6000001 80008100 +807F0000 88030019 +14000038 60000000 +14000048 60000000 +E0000000 80008000 +**No more Golden Mushroom timeout* +$Gigantic Character Sizes [Bully@Wiiplaza] +F6000001 80008100 +D0430164 D0230168 +D2000008 00000004 +3D804040 91830164 +91830168 9183016C +91830170 91830174 +9183017C 00000000 +E0000000 80008000 +$Super 13 Items Modifier [Bully@Wiiplaza] +F6000001 80008100 +D0060040 901F0198 +28001552 YYYYZZZZ +140000D0 8004008C +CC000000 00000000 +D20000D0 00000003 +3D808000 A16C1626 +B1640092 A00C1624 +B004008E 00000000 +E0000000 80008000 +28001552 7FFF8000 +04001624 000B0001 +28001553 FEFF0100 +04001624 000F0001 +28001553 FFEF0010 +04001624 00010001 +28001553 EFFF1000 +04001624 000E0001 +28001553 FDFF0200 +04001624 00070001 +28001553 FFFB0004 +04001624 00060001 +28001553 FFFE0001 +04001624 00080001 +28001553 FFFD0002 +04001624 00090001 +28001553 FFF70008 +04001624 00050003 +28001553 FBF70408 +04001624 00000001 +28001553 FBFE0401 +04001624 00100003 +28001553 FBFD0402 +04001624 00120003 +28001553 FBFB0404 +04001624 00110002 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to Volderbeek & Dexter0 for original item hack and values* +**To disable infinite items, fill out the button activator in the third line* +**If you never want to disable the item hack, just fill it with random hex digits so that you will be able to trigger the disable button* +**Press D-PAD directions and various buttons to get items* +**Works for all human players including online* +**Values are below, feel free to edit the code to your liking* +$Force Next Item [Bully@Wiiplaza] +F6000001 80008100 +8064008C 38A00001 +14000090 388000XX +F6000001 80008100 +38C6EE98 7CC60214 +14000008 3800000Y +E0000000 80008000 +**Credits to XeR also* +**XX & Y Values can be found below* +$Infinite Item Hack [Bully@Wiiplaza] +F6000001 80008100 +D0060040 901F0198 +D20000D0 00000003 +398000XX 91840090 +3980000Y 9184008C +8004008C 00000000 +E0000000 80008000 +**Credits to Volderbeek & Dexter0 for original item hack and values* +**Works for all human players including online* +*Nothing -> XX = 14; Y = 0 +*Triple Bananas -> XX = 12; Y = 3 +*Triple Reds -> XX = 11; Y = 3 +*Triple Greens -> XX = 10; Y = 3 +*Bullet Bill -> XX = 0F; Y = 1 +*Bad Lightning -> XX = 0E; Y = 1 +*POW Block -> XX = 0D; Y = 1 +*Blooper -> XX = 0C; Y = 1 +*Mega Mushroom -> XX = 0B; Y = 1 +*Golden Shroom -> XX = 0A; Y = 1 +*Star Power -> XX = 09; Y = 1 +*Lightning -> XX = 08; Y = 1 +*Blue Shell -> XX = 07; Y = 1 +*Bob-omb -> XX = 06; Y = 1 +*Triple Shrooms -> XX = 05; Y = 3 +*Mushroom -> XX = 04; Y = 1 +*Fake Box -> XX = 03; Y = 1 +*Banana -> XX = 02; Y = 1 +*Red shell -> XX = 01; Y = 1 +*Green Shell -> XX = 00; Y = 1 +$Offline Character / Vehicle Changer [Bully@Wiiplaza] +F6000001 80008100 +939A2354 939A2368 +D200039C 00000003 +398000KK 91830008 +398000VV 9183000C +80C30008 00000000 +E0000000 80008000 +**This applies to every CPU on Versus* +**Values are the same as below, don´t pick non-battle vehicles on battles* +$WiFi Battle Character/ Vehicle Changer [Bully@Wiiplaza] +F6000001 80008100 +7D00E214 80880220 +D2000058 00000003 +398000KK 396000VV +91880220 91680224 +80880220 00000000 +E0000000 80000800 +**Values are the same as below, don´t pick non-battle vehicles* +$WiFi Versus Character/ Vehicle Changer [Bully@Wiiplaza] +F6000001 80008100 +7C760214 83050220 +D2000004 00000003 +398000KK 396000VV +91850220 91650224 +83050220 00000000 +E0000000 80008000 +**Credits to mdmwii for original code and values* +**VV Vehicle Values* +*00 = Standard Kart S +*01 = Standard Kart M +*02 = Standard Kart L +*03 = Booster Seat +*04 = Classic Dragster +*05 = Offroader +*06 = Mini Beast +*07 = Wild Wing +*08 = Flame Flyer +*09 = Cheep Charger +*0A = Super Blooper +*0B = Piranha Prowler +*0C = Tiny Titan +*0D = Daytripper +*0E = Jetsetter +*0F = Blue Falcon +*10 = Sprinter +*11 = Honeycoupe +*12 = Standard Bike S +*13 = Standard Bike M +*14 = Standard Bike L +*15 = Bullet Bike +*16 = Mach Bike +*17 = Flame Runner +*18 = Bit Bike +*19 = Sugarscoot +*1A = Wario Bike +*1B = Quacker +*1C = Zip Zip +*1D = Shooting Star +*1E = Magikruiser +*1F = Sneakster +*20 = Spear +*21 = Jet Bubble +*22 = Dolphin Dasher +*23 = Phantom +$Random Texture Generator [Bully@Wiiplaza] +F6000001 80008100 +2C1B0000 80990010 +D2000024 00000002 +380000XX 901B0000 +60000000 00000000 +**XX Value Preview* +*00 - http://image-upload.de/image/put56o/3c8b0c8e83.png +*01 - http://image-upload.de/image/lwHGkr/84fcc63132.png +**Other values probably won´t work* +$Allow Every Track Vote on WiFi [Bully@Wiiplaza] +F6000001 80008100 +801B169C 7C7C1B78 +14000020 60000000 +E0000000 80008000 +**Credits to MrBean35000VR for original code* +**This can be used to e.g. play "Galaxy Arena" on WiFi or even Battle Courses as Versus Track* +**Further information here: http://www.youtube.com/watch?v=cwuepcZ3rQI +$Multi Teleporter [Bully@Wiiplaza] +F6000001 80008100 +A87B0048 3803003C +D20000A0 00000016 +9421FFB0 BDC10008 +3DC08000 A1CE1552 +2C0E2004 40820020 +3DE08000 82030004 +920F1500 82230008 +922F1504 8243000C +924F1508 2C0E2002 +40820020 3DE08000 +82030004 920F150C +82230008 922F1510 +8243000C 924F1514 +2C0E2008 40820020 +3DE08000 826F1500 +92630004 828F1504 +92830008 82AF1508 +92A3000C 2C0E2001 +40820020 3DE08000 +826F150C 92630004 +828F1510 92830008 +82AF1514 92A3000C +B9C10008 38210050 +C0230004 00000000 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Press Z + D-PAD DOWN to save coordinates to slot 1* +**Press Z + D-PAD RIGHT to save coordinates to slot 2* +**Press Z + D-PAD UP to teleport to slot 1´s coordinates* +**Press Z + D-PAD LEFT to teleport to slot 2´s coordinates* +$Simulate Freeze- Music (Region Free) [Anarion] +04005F74 60000000 +*Deactivating value=9C06FFFF +*Will make music play as if you froze. +$Simulate Freeze (Region Free) [Anarion] +04005F50 60000000 +*Deactivating value=9C060001 +*Because of how these simulation codes work, you will have to use with a button activator. So either use a region specific activator, or Bully's region free Master Activator. +$Battle Invincibility [Bully@Wiiplaza] +F6000001 80008100 +3804FFFF B00301A8 +14000020 60000100 +E0000000 80008000 +**Credits to Hamster35000VR for original code* +**Fall down or get hit once to be invincible* +**This also benefits CPU players* +$Battle Points Manipulation [Bully@Wiiplaza] +F6000001 80008100 +7C64182E A3E30022 +D2000004 00000007 +A3E30022 3D808000 +A18C1552 2C0C0010 +40820008 3BFF0001 +2C0C1000 40820008 +3BFFFFFF 2C1F03E7 +41800008 3BE00000 +B3E30022 00000000 +F6000001 80008100 +7C84002E 88061F12 +D2000008 00000002 +2C090001 41820008 +B0040022 00000000 +E0000000 80008000 +**Requires the "Master Button Activator Wiimote" code* +**Credits to mdmwii for original code* +**works on coin runners & balloon battle* +**If you want to use this online, change 41820008 to 60000000* +**Video: http://www.youtube.com/watch?v=u4nOPIpPmCQ +**Press plus to increase score* +**Press minus to decrease score* +$No Balloon Loss [Bully@Wiiplaza] +F6000001 80008100 +987C0009 7C7D0214 +1400000C 60000000 +14000018 60000000 +E0000000 80008000 +**Credits to Deathwolf for original code* +$No Minus Points [Bully@Wiiplaza] +F6000001 80008100 +A86301CC 7C030215 +1400035C 60000000 +E0000000 80008000 +**If you ran out of balloons you won´t get -1 points* +$Crazy Coin Runners [Bully@Wiiplaza] +F6000001 80208100 +7C7F0214 98831F12 +14000004 60000000 +E0000000 80008000 +**Complete mess of coins and score* +*0 +$fix bloom +C221D2A8 00000005 +3AC0000E 3AE0001A +3B00001C 3B200034 +3B40000E 3B80001C +3BA00026 80730020 +60000000 00000000 +C2214C18 00000009 +2C1D0026 40A2003C +A0E30000 2C070098 +40A20018 3CE00026 +60E7001C 90E30000 +5400F0BE 4800001C +2C07004C 40A20014 +3CE00013 60E7000E +90E30000 5400F0BE +2C060000 00000000 +C2235048 00000004 +A0050002 2C00000E +40A20010 5400103A +5484103A 9081000C +60000000 00000000 +C221D49C 00000004 +57A0043F 3BA00098 +3B800072 3B2000D0 +3B000072 3AE00068 +3AC00039 00000000 +* +$Maintain FOV for aspect ratio [Brandondorf9999] +045970A8 48000008 +$Vert- Screen Aspect (Gameplay) [Brandondorf9999] +C256153C 00000003 +3C003F21 6000CAC1 +901FDBE4 801E0108 +60000000 00000000 +C2561638 00000002 +3C003F00 901FDBE4 +801E0108 00000000 +045970A8 48000008 +045970B8 60000000 +$FOV Modifier [Brandondorf9999] +043849B0 3D800000 +$Everlasting Items v1 [Anarion] +046FE200 80040078 +$CopyMii [Anarion] +C20C6D38 00000003 +3CA08000 7C18C800 +40820008 93C51808 +A09E0000 00000000 +48000000 80381F18 +DE000000 90909100 +58010000 00000010 +DE000000 90909100 +5A010000 00000004 +$Vehicle Stats Modifier (Offline Only) [Anarion] +48000000 809BE0F8 +DE000000 80008180 +58010000 0000007C +DE000000 80008180 +5A010000 00000028 +$Force Respawn [Anarion] +C2589E5C 00000004 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Force Instant Respawn [Anarion] +0458ECD8 80B40004 +$Mii Name Changer [Anarion] +C20C6D38 0000000A +3CA090A1 7C1E2800 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$No MegaMushroom Music [Anarion] +04708574 60000000 +$Sound Spoofer [Crashzer] +C2707B3C 00000005 +3C000003 901F00D8 +819F0000 7D8903A6 +2800011B 28040000 +387F0088 3800FFFF +60000000 00000000 +6000F8D0 00000000 +$Mii Statistics Modifier [Bully@Wiiplaza] +C2515248 00000004 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Battle Texture Hacks [Bully@Wiiplaza] +C2052318 00000002 +00000000 00000000 +00000000 00000000 +$Offline Item Hack [Bully@Wiiplaza] +C278FF00 00000004 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$WiFi Item Hack (P1+P2) [Bully@Wiiplaza] +C27E4DE8 00000003 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Grand Prix Points Modifier [Bully@Wiiplaza] +48000000 809B8F68 +DE000000 90009340 +$Moonjump [Bully@Wiiplaza] +C25AA70C 00000006 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$P1 Always Have Balloon Points [Nutmeg] +48000000 809B8F70 +DE000000 80008180 +58010000 00000148 +DE000000 80008180 +$All Players Always Have Balloon Points [Nutmeg] +48000000 809B8F70 +DE000000 80008180 +58010000 00000148 +DE000000 80008180 +6000000B 00000000 +$Maximum Speed Modifier [Volderbeek] +C25743C8 00000003 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$VR/BR Modifier [Volderbeek] +48000000 809B8F88 +DE000000 90009380 +$Always Have Item [Volderbeek] +48000000 809BD118 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +$Always Have Item [Volderbeek] +48000000 809BD118 +DE000000 80008180 +58010000 00000008 +DE000000 80008180 +6000000B 00000000 +3000008C 00000014 +$Always Get XX Item From Box [Hamster35000vr] +C27ADEE8 00000003 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Drop Items(wiimote and dpad) [mdmwii] +283457E2 BFFE4001 +80000009 00000001 +$Key remapper for GC controller [mdmwii] +C21AFB58 00000005 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$RapidFire Wiimote [mdmwii] +C21978C2 00000007 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$FreeFly GC Controller - ASM (Ported by Nin*Arm1) [mdmwii] +C25AA700 0000000E +3E408034 A2523E80 +7E600026 3A800081 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Speedometer Time Trials [mdmwii] +C25743CA 00000002 +3DE08000 D00F1650 +D01D0020 00000000 +04531090 3DE08000 +04531094 C00F1650 +$MAC change [mdmwii] +C21D0DB0 00000003 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Mega Mushroom Forever [mdmwii] +C27E4CA0 00000003 +3FA08000 1CA00004 +90BD1504 1FA00248 +60000000 00000000 +48000000 809BD110 +DE000000 80008180 +58010000 00000020 +DE000000 80008180 +48000000 80001504 +58010000 00000000 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000260 +DE000000 80008180 +4A100000 FFFFFB07 +30000024 3F800000 +14000184 01B00000 +E2000001 00000000 +30000058 3F800000 +140001B8 01B00000 +E0000000 80008000 +$Star Power Forever [mdmwii] +C27E4CA0 00000003 +3FA08000 1CA00004 +90BD1504 1FA00248 +60000000 00000000 +48000000 809BD110 +DE000000 80008180 +58010000 00000020 +DE000000 80008180 +48000000 80001504 +58010000 00000000 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000010 +DE000000 80008180 +58010000 00000260 +DE000000 80008180 +4A100000 FFFFFB07 +30000024 3F800000 +14000178 000001B0 +E2000001 00000000 +30000058 3F800000 +140001AC 000001B0 +E0000000 80008000 +$WiiD change [mdmwii] +C266B754 00000003 +3A40001E 9A5E7584 +3A400000 801E7580 +60000000 00000000 +$Stalking US [mdmwii] +C27E4C9A 00000003 +3DE08000 5460063E +1E600004 926F1534 +60000000 00000000 +0600153C 00000148 +42000000 3DC0809C +81CED110 81CE0020 +3E408000 C232153C +82721534 7DCF7378 +7DCE9A14 3E608034 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Time Control WiFi (classic only) : [hetoan2] +48000000 809B8F70 +DE000000 80008180 +58010000 00000014 +4A100000 00000048 +8211000F 0053112E +92110007 00000002 +2853112C 00003860 +283414C2 FBFF0400 +A8000001 F0000000 +8600000F 00000100 +E0000000 80008000 +2853112C 00003860 +283414C2 EFFF1000 +A8000001 F0000000 +8600000F FFFFFF00 +E0000000 80008000 +8411000F 0053112E +2853112C 00003860 +2C53112E 0000463C +0253112E 00001C18 +E0000000 80008000 +2853112C 00003860 +2E53112E 00001C18 +0253112E 0000463C +E0000000 80008000 +283414C2 FF7F0080 +0453112C 807D0048 +E0000000 80008000 +283414C2 FFFB0004 +0253112C 00003860 +$Always Have Item - Regular Play [dexter0] +48000000 809BDAC0 +DE000000 80008180 +4A100000 FFFF9D3C +30000220 00000014 +$Press ???? For Item - Regular Play [dexter0] +AA0AAAA9 AAAAAAAA +48000000 809BDAC0 +DE000000 80008180 +4A100000 FFFF9D3C +30000220 00000014 +$Always Have Item - Time Trials [dexter0] +48000000 809BF790 +DE000000 80008180 +$Press ???? For Item - Time Trials [dexter0] +AA0AAAA9 AAAAAAAA +48000000 809BF790 +DE000000 80008180 +$Always Have Item *Works anywhere [dexter0] +48000000 809BEE20 +DE000000 80008180 +58010000 00000014 +DE000000 80008180 +48000000 80001500 +DE000000 80008180 +[Gecko_Enabled] +$Unlock Everything +$fix bloom diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMGE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMGE01.ini new file mode 100644 index 00000000..3f394dcb --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RMGE01.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = galaxy \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RPBE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RPBE01.ini new file mode 100644 index 00000000..250d254c --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RPBE01.ini @@ -0,0 +1,5 @@ +[ActionReplay_Enabled] +$remove bloom +[ActionReplay] +$remove bloom +0462A0F0 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSFE7U.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSFE7U.ini new file mode 100644 index 00000000..d4ce0863 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSFE7U.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = classic \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSRE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSRE8P.ini new file mode 100644 index 00000000..4130fe59 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RSRE8P.ini @@ -0,0 +1,8 @@ +[Controls] +WiimoteProfile1 = sonsecret + +[ActionReplay_Enabled] +$60fps +[ActionReplay] +$60fps +040B6878 3800003C diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RWLE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RWLE01.ini new file mode 100644 index 00000000..2c075da9 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/RWLE01.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = wario \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SB4E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SB4E01.ini new file mode 100644 index 00000000..9420c617 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SB4E01.ini @@ -0,0 +1,926 @@ +[Controls] +WiimoteProfile1 = galaxy + +[Gecko] +$infinite health [wiiztec] +043CA24C 60000000 +$infinite starbits [wiiztec] +04A75CF8 000003E6 +C24C9050 00000002 +386003E6 907F004C +60000000 00000000 +$infinite starbits (starship mario) [wiiztec] +02E40E7A 0000270E +C24DE0A8 00000002 +3860270E B07F000A +60000000 00000000 +$unlimited time to remount yoshi [wiiztec] +044129E0 60000000 +$infinite extra lives [wiiztec] +044DE058 60000000 +$cloud mario/luigi starts with 16 clouds instead of 3 toggle HOME [wiiztec] +28750A02 00008000 +0430B0FC 4180FF90 +CC000000 00000000 +0430B0FC 4BFFFF90 +E0000000 80008000 +$invisible mario/luigi toggle ++- [wiiztec] +28750A02 00001010 +04384DC4 8005000C +CC000000 00000000 +04384DC4 38000001 +E0000000 80008000 +$balloon yoshi infinite air [wiiztec] +04414C48 60000000 +04414BFC 60000000 +$light yoshi lasts forever [wiiztec] +042C4FA4 60000000 +$boulder mario/luigi rolls until he hits something [wiiztec] +0443F018 60000000 +28750A02 00004004 +0443F018 386000B3 +E0000000 80008000 +$lock/manually advance/rewind actions of various things toggle Z+1 [wiiztec] +4E000024 00000000 +28750A02 00002200 +80000004 00000004 +04243208 38040001 +CC000000 00000000 +04243208 38000004 +28750A02 00004002 +92110004 00000002 +A8000009 00000005 +86000004 00000001 +E2000002 00000000 +28750A02 00004001 +92110004 00000002 +A8000009 00000005 +86000004 0000FFFF +E2000002 00000000 +94110004 00000002 +E0000000 80008000 +$starbit count doesn't display unless you're standing still [wiiztec] +48000000 810824C0 +DE000000 80008180 +38024D7C 00000100 +1201E976 00000101 +38024D7D 00000000 +1201E976 00000000 +E0000000 80008000 +$no spin recharge time [wiiztec] +48000000 807ECEF8 +DE000000 80008180 +14000E3C 00190000 +E0000000 80008000 +$no yoshi flutter recharge time [wiiztec] +0441BB90 38000000 +$antigravity jump toggle Z+2 [wiiztec] +28750A02 00002100 +CC000000 00000000 +48000000 807ECEF8 +DE000000 80008180 +28750A02 F7FF0800 +140006A4 BF800000 +28750A03 F7FF0000 +140006A4 3F800000 +E0000000 80008000 +$10X enhanced aerial momentum control toggle Z+- [wiiztec] +28750A02 00003000 +047DC878 3F800000 +CC000000 00000000 +047DC878 41200000 +E0000000 80008000 +$cerebral palsy afflicted mario/luigi/yoshi toggle Z++ [wiiztec] +28750A02 00002010 +0406ACAC D003000C +CC000000 00000000 +C206ACAC 00000002 +3E203F00 9223000C +60000000 00000000 +E0000000 80008000 +$effect level modifier [wiiztec] +82200008 807E20E0 +28750A02 00002402 +86900008 3C23D70A +28750A03 00002401 +86900008 BC23D70A +28750A03 00002408 +80000008 3F800000 +28750A03 00002404 +80000008 00000000 +E2000001 00000000 +84200008 807E20E0 +E0000000 80008000 +$default flying speed is 2.5 times faster + hold down to accelerate while flying [wiiztec] +C23EB034 00000002 +3FC08000 C03E2FF4 +60000000 00000000 +28750A02 FFFB0004 +86900009 3CF5C28F +84200009 80002FF4 +28750A03 FFFB0000 +24002FF4 40200000 +26002FF4 A0000000 +86900009 BCF5C28F +84200009 80002FF4 +E2000003 00000000 +28750A02 F7FF0800 +80000009 40200000 +84200009 80002FF4 +E0000000 80008000 +$sharper turning when flying [wiiztec] +043E9A30 EFE0082A +$disable large orange timers toggle A+2 [wiiztec] +28750A02 00000900 +04461078 90030034 +CC000000 00000000 +04461078 60000000 +E0000000 80008000 +$no automatic dive down when flying [wiiztec] +043E9DC0 48000010 +$psychedelic flight toggle A+1 [wiiztec] +28750A02 00000A00 +043EB01C 40810014 +CC000000 00000000 +043EB01C 60000000 +A8000009 00000120 +043EB01C 40810014 +E0000000 80008000 +$No HUD elements [wiiztec] +48000000 810824C0 +DE000000 80008180 +1201E976 00000101 +12024D7C 00000000 +E0000000 80008000 +$surface type selector toggle HOME dcx2 & [wiiztec] +4E00001C 00000000 +28750A02 00008000 +04039884 482100BD +CC000000 00000000 +04039884 38600000 +28750A03 00004010 +82100005 80002FF0 +A8000009 00000006 +86000005 00000001 +E2000002 00000000 +28750A02 00005000 +82100005 80002FF0 +A8000009 00000006 +86000005 0000FFFF +E2000002 00000000 +84100005 80002FF0 +2C002FF0 00000025 +2E002FF0 00001000 +80000005 00000000 +E2000002 00000000 +2C002FF0 00001000 +80000005 00000025 +2A002FF1 00000001 +2A002FF0 0000001B +2A002FF0 0000001C +2A002FF0 00000010 +28750A02 00004C00 +80000005 00000000 +E2000001 00000000 +94110005 00000002 +E0000000 80008000 +$surface identifier dcx2 & [wiiztec] +C2039888 00000002 +3FE08000 987F2FF3 +80010014 00000000 +C24988CC 00000002 +3CA08000 88A52FF3 +60000000 00000000 +$2D mario style run acceleration ZiT & [wiiztec] +28750A02 FFFB0004 +C23AEC9C 00000003 +3D808000 818C2FFC +9181FFFC C001FFFC +D01D0278 00000000 +26002FFC 40000000 +86900002 3B449BA5 +84200002 80002FFC +E2000002 00000000 +2A750A02 FFFB0004 +043AEC9C D01D0278 +80000002 3F800000 +84200002 80002FFC +E0000000 80008000 +$Thwomp Elevator [Bully@Wiiplaza] +045C7F28 60000000 +$Slow Down Forever [Bully@Wiiplaza] +48000000 8108F044 +DE000000 80008180 +14000BA0 409FF7CF +E0000000 80008000 +$Multi Teleporter [Bully@Wiiplaza] +48000000 807ECF08 +DE000000 80008180 +28750A02 DFFB2004 +92210000 00000014 +92210001 00000018 +92210002 0000001C +28750A03 DFF72008 +94210000 00000014 +94210001 00000018 +94210002 0000001C +28750A03 DFFD2002 +92210004 00000014 +92210005 00000018 +92210006 0000001C +28750A03 DFFE2001 +94210004 00000014 +94210005 00000018 +94210006 0000001C +E0000000 80008000 +$Free Fly [Bully@Wiiplaza] +48000000 807ECF08 +DE000000 80008180 +28750A02 FFFB0004 +90010007 00000014 +86910007 40400000 +28750A03 FFF70008 +90010007 00000014 +86910007 C0400000 +28750A03 F7FF0800 +90010009 00000018 +86910009 40500000 +28750A03 FFFD0002 +90010008 0000001C +86910008 40400000 +28750A03 FFFE0001 +90010008 0000001C +86910008 C0400000 +E0000000 80008000 +$Flash Black Galaxy Always Enlightened [Bully@Wiiplaza] +48000000 81098FE8 +DE000000 80008180 +140005A8 41F00000 +E0000000 80008000 +48000000 810918F8 +DE000000 80008180 +14000E68 41F00000 +E0000000 80008000 +$No Animation [Bully@Wiiplaza] +C23EEBD0 00000002 +38000001 98060FB8 +60000000 00000000 +$Never Squeezed [Bully@Wiiplaza] +043C3604 38000000 +044060C4 60000000 +$Infinite Life Mushroom [Bully@Wiiplaza] +043B74DC 38600006 +C23B91C8 00000003 +819C06B0 2C0C0006 +4180000C 38600006 +907C06B0 00000000 +$Any Jump = Third Jump [Bully@Wiiplaza] +C238CAA0 00000002 +38000002 901F042C +60000000 00000000 +$One Hit Kill Bosses [Bully@Wiiplaza] +0409EF10 38000000 +040EEEF4 38000003 +$No Life Loss [Bully@Wiiplaza] +040238F4 38600000 +$No Starbit Loss [Bully@Wiiplaza] +0431351C 38600000 +$Daredevil Mode [Bully@Wiiplaza] +043CA248 38000000 +$No Spin Recharge Time [Bully@Wiiplaza] +043C3100 60000000 +$Simulate Freeze [Bully@Wiiplaza] +00000000 00000000 +$No HUD Elements [Bully@Wiiplaza] +C2030930 00000002 +39800101 B1830026 +88030024 00000000 +$Super Jump [Bully@Wiiplaza] +28750A02 F7FF0800 +48000000 807F1378 +DE000000 80008180 +140002D8 43000000 +E0000000 80008000 +$Chimps Challenges: Points Modifier [Bully@Wiiplaza] +C24904F4 00000002 +00000000 00000000 +00000000 00000000 +$Chimps Challenges: Always Add X Points [Bully@Wiiplaza] +C24904FC 00000002 +00000000 00000000 +00000000 00000000 +$Life Mushroom Gives Max Lives [Anarion] +C24DE058 00000002 +00000000 00000000 +00000000 00000000 +$Headless Mario [Anarion] +28750A02 00006700 +045C8328 60000000 +E0000000 80008000 +28750A02 00000800 +045C8328 1105317A +E0000000 80008000 +$Enemies Disappear [Anarion] +28750A02 00004001 +04026B44 1001002A +E0000000 00000000 +28750A02 00004002 +04026B44 10010028 +E0000000 80008000 +$No Animation [Anarion] +28750A02 00002001 +0452BF14 60000000 +0452BF18 60000000 +E0000000 00000000 +28750A02 00002002 +0452BF14 90010010 +0452BF18 98A30005 +E0000000 80008000 +$Damage Increases Health [Anarion] +043CA248 38030001 +043B91BC 60000000 +043B91C8 60000000 +$No Starbit Loss [Anarion] +28750A02 00004200 +044C9050 60000000 +044DE0A8 60000000 +E0000000 00000000 +28750A02 00004100 +044C9050 907F004C +044DE0A8 B07F000A +E0000000 80008000 +$Maximum BankToad Starbits [Anarion] +42000000 81000000 +0252B36A 0000270F +E0000000 80008000 +$BankToad- Withdraw Increases Bank Starbits [Anarion] +04497D10 7CA5F214 +$BankToad- Deposit Increases Your Starbits [Anarion] +04497E0C 7CA5F214 +$Long jump safely into walls without bouncing off [dcx2] +0439D580 48000218 +$Wall kick repeatedly off the same wall [dcx2] +04407830 38000000 +043B074C 38000000 +$Initial jump is second jump [dcx2] +04399EB4 38000001 +$Initial jump is third jump [dcx2] +04399EB4 38000002 +$Can do third jump while standing still [dcx2] +04399F0C 4800000C +$Shake Nunchuck to fly [dcx2] +C23EE754 00000005 +A06306F8 3D808075 +618C0A00 818C0074 +3C003FA0 7C006040 +41810008 38600007 +60000000 00000000 +$Wiimote pitch controls flight speed [dcx2] +C23EB034 00000005 +C02212D8 EC41082A +EC22102A EC22082A +3D808075 618C0A00 +C04C0014 FC401210 +EC2100B2 00000000 +$Mario Size Roller [dcx2] +4E00000C 00000000 +28750A02 00004002 +CC000000 00000000 +14000000 00000003 +26001830 41A00000 +24001830 3F733333 +8690000A 3F800000 +E2100000 00000000 +8690000A 3DCCCCCD +E0000000 80008000 +4E00000C 00000000 +28750A02 00004001 +CC000000 00000000 +14000000 00000003 +24001830 3E19999A +24001830 3F866666 +8690000A BF800000 +E2100000 00000000 +8690000A BDCCCCCD +E0000000 80008000 +4E00000C 00000000 +28750A02 00004800 +CC000000 00000000 +14000000 00000003 +8000000A 3F800000 +E0000000 80008000 +C23C0D14 00000004 +3D808000 818C1830 +919E002C 919E0030 +919E0034 C03E002C +60000000 00000000 +$Invincibility [dcx2] +04393CC0 38800064 +043C3BB8 3800001F +$Infinite Yoshi Air Kicking (aka Yoshi Moon Jump) [dcx2] +0441BB0C 38000001 +$extremely large yellow yoshi light [dcx2] +042C4F0C 4800000C +C22C4EF4 00000002 +3C00461C 90030008 +38000000 00000000 +$Don't lose coins when dying [dcx2] +044C92AC 60000000 +$Skeleton turtles stay dead [dcx2] +041B1E60 48000024 +$Coins never disappear [dcx2] +04235570 38800200 +$1ups never disappear [dcx2] +042780CC 7C802378 +$Slow 1up movement [dcx2] +04276F90 3BC00000 +$p2freeze all enemies and obstacles [dcx2] +04362968 60000000 +0436296C 38600001 +$p2freeze toggle with b+c+z [dcx2] +28750A02 00006400 +04362968 4082000C +0436296C 38600000 +CC000000 00000000 +04362968 60000000 +0436296C 38600001 +E0000000 80008000 +$Silence 1 health warning beep [dcx2] +043C3530 48000050 +$Dont pant or lean over when 1 health [dcx2] +043AE220 48000064 +$Enemies do 3 damage instead of 1 [dcx2] +C23CA248 00000003 +3803FFFD 2C000000 +40800008 38000000 +60000000 00000000 +$Initial max health [dcx2] +043B74E8 60000000 +$Initial max health equals initial health [dcx2] +043B74E8 60000000 +043B74EC 7C601B78 +$Coins dont heal [dcx2] +0428D60C 38600000 +$Ground is always normal [dcx2] +04039884 38600000 +$Surface Swapper [dcx2] +C2039888 0000000A +48000005 7C8802A6 +38840014 7C6418AE +48000038 00000000 +00010203 04050607 +08090A0B 0C0D0E0F +10111213 14151617 +18191A1B 1C1D1E1F +20212223 24252627 +28292A2B 2C2D2E2F +80010014 00000000 +$No Deadly Surfaces [dcx2] +C2039888 0000000A +48000005 7C8802A6 +38840014 7C6418AE +48000038 00000000 +00000203 00050607 +0809000B 0C0D0E0F +10000013 14151617 +00001A00 001D1E00 +20212223 24252627 +28002A2B 2C2D2E2F +80010014 00000000 +$wiiztec surface selector display [dcx2] +C24988CC 00000005 +3CA08075 A0A50A02 +70A54000 41820010 +3CA08004 88A59887 +48000008 80BD0030 +60000000 00000000 +$Publish Mario Coordinate Pointer to gr7 [dcx2] +C23880A4 00000003 +3884000C 3FE08000 +63FF1824 909F0000 +60000000 00000000 +$Teleport non-moving 1up/life-up mushrooms to Mario [dcx2] +C2277630 00000009 +3D808000 618C1824 +808C0000 3D808000 +7C046040 41800028 +3D808180 7C046040 +4181001C 81840000 +91830014 81840004 +91830018 81840008 +9183001C 7C7F1B78 +60000000 00000000 +$Teleport disappearing 1up/life-up mushrooms to Mario [dcx2] +C22780C0 00000009 +3D808000 618C1824 +808C0000 3D808000 +7C046040 41800028 +3D808180 7C046040 +4181001C 81840000 +91830014 81840004 +91830018 81840008 +9183001C A87F00C0 +60000000 00000000 +$Standard Teleporter (one slot) [dcx2] +C23880AC 0000000F +48000005 7FE802A6 +3BFF005C 3FC08075 +63DE0A02 A3DE0002 +2C1E4200 40820020 +80030000 901F0000 +80030004 901F0004 +80030008 901F0008 +48000034 2C1E4100 +4082002C 801F0000 +90030000 801F0004 +90030004 801F0008 +90030008 48000010 +00000000 00000000 +00000000 80010034 +60000000 00000000 +$Multi-Teleporter [dcx2] +C23880AC 00000015 +3FC08075 63DE0A02 +A3DE0000 57C0056B +4182008C 57C0E007 +41820084 48000005 +7FE802A6 3BFF004C +7C000034 1C00000C +7FFF0214 57C004A5 +41820010 7C6C1B78 +7FFEFB78 4800000C +7FECFB78 7C7E1B78 +800C0000 901E0000 +800C0004 901E0004 +800C0008 901E0008 +48000034 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 80010034 +60000000 00000000 +$Multi-teleportation with levitation [dcx2] +C23880AC 0000001F +3D808075 618C0A00 +A3CC0002 57C0056B +418200E0 57C0E007 +418200D8 48000005 +7FE802A6 3BFF00A0 +7C000034 1C00000C +7FFF0214 57C004A5 +41820010 7C6C1B78 +7FFEFB78 48000060 +C02C0064 EC21082A +EC21082A EC21082A +EC21082A EC21082A +C04C000C EC420072 +C01F0000 EC001028 +D01F0000 C04C0010 +EC420072 C01F0004 +EC001028 D01F0004 +C04C0014 EC420072 +C01F0008 EC001028 +D01F0008 7FECFB78 +7C7E1B78 800C0000 +901E0000 800C0004 +901E0004 800C0008 +901E0008 48000034 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +80010034 00000000 +$Multi-Teleporter with Levitation v2 DCX2 [dcx2] +C23880AC 00000019 +3D808075 618C0A00 +A3CC0002 73C00400 +41820078 57C09A59 +41820070 7C000034 +1C00000C 48000005 +7FE802A6 73DE2000 +7FDF0214 4182000C +7C6C1B78 4800003C +C01F0068 C02C0064 +EC000072 38000003 +7C0903A6 3BEC0008 +399EFFFC C43F0004 +C44C0004 EC20107C +D02C0000 4200FFF0 +7FCCF378 7C7E1B78 +E00C0000 E02C8008 +F01E0000 F03E8008 +80010034 48000038 +42000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +$Multi-teleportation, levitation, and P2GrabWarp [dcx2] +C23880AC 00000022 +3D808075 618C0A00 +A3CC0002 57C0056B +418200F8 57C0E007 +418200F0 48000005 +7FE802A6 3BFF00B8 +7C000034 1C00000C +7FFF0214 57C004A5 +41820028 57C00463 +4082000C 7C6C1B78 +48000010 3D808000 +618C1828 818C0000 +7FFEFB78 48000060 +C02C0064 EC21082A +EC21082A EC21082A +EC21082A EC21082A +C04C000C EC420072 +C01F0000 EC001028 +D01F0000 C04C0010 +EC420072 C01F0004 +EC001028 D01F0004 +C04C0014 EC420072 +C01F0008 EC001028 +D01F0008 7FECFB78 +7C7E1B78 800C0000 +901E0000 800C0004 +901E0004 800C0008 +901E0008 48000034 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +00000000 00000000 +80010034 00000000 +$Publish P2GrabWarp Coordinates via pointer in gr8 [dcx2] +C2362938 0000000E +48000005 7F6802A6 +3B7B0050 3F408000 +635A1828 937A0000 +839B000C 901B000C +2C1C0000 40820040 +2C000000 41820038 +3B800014 7F9C0214 +83BC0000 93BB0000 +83BC0004 93BB0004 +83BC0008 93BB0008 +48000014 00000000 +00000000 00000000 +00000000 7C7A1B78 +60000000 00000000 +$Fly When Spin Move Is Used [brkirch] +043EE754 38600007 +$Moon Jump [brkirch] +C23A2FE0 00000007 +48000005 7C8802A6 +807F02D4 90640024 +807F02D8 90640028 +807F02DC 9064002C +3C80806C 48000010 +00000000 00000000 +00000000 00000000 +C2388E44 00000007 +3C808075 80840A00 +54840529 41820024 +48000005 7C8802A6 +8064FFD4 907F02D4 +8064FFD8 907F02D8 +8064FFDC 907F02DC +7FE3FB78 00000000 +$Power Stars Always Solid [brkirch] +042E01D0 60000000 +044C8F10 60000000 +042DF018 3BC00000 +044D86E0 48000020 +044445EC 38600000 +$Daredevil Run Mode [brkirch] +043B74FC 60000000 +043C3554 4800002C +043C1CBC 60000000 +$Full Daredevil Run Mode [brkirch] +04024ED0 38600001 +04024ED4 4E800020 +043C1CBC 60000000 +$All 242 Stars [Thomas83Lin] +044DCFB0 48000004 +044DCFB4 38000005 +$All Gold Medals [Thomas83Lin] +044DD314 48000004 +044DD318 38000001 +$World Map Bypass [Thomas83Lin] +044EC054 2C060001 +$All Star Blocks cost 0 Stars [Thomas83Lin] +C24E5A74 00000002 +3B800000 939A0094 +60000000 00000000 +$Replace Star Blocks with Frozen Starbits? [Thomas83Lin] +42000000 92000000 +043CD9BC 6E740000 +043CE674 6E740000 +043CFE54 6E740000 +043D0304 6E740000 +043D0FF4 6E740000 +043D1C34 6E740000 +043D2A4C 6E740000 +E0000000 80008000 +$Unlock Lugi on StarShip [Thomas83Lin] +42000000 90000000 +01E0603A 000000AA +E0000000 80008000 +$Unlock Lugi on StarShip [Thomas83Lin] +42000000 90000000 +01E0701A 000000AA +E0000000 80008000 +$Unlock Lugi on StarShip [Thomas83Lin] +42000000 90000000 +01E07FFA 000000AA +E0000000 80008000 +$Unlock GrandMaster Galaxy [Thomas83Lin] +42000000 90000000 +01E06042 00000080 +E0000000 80008000 +$Unlock GrandMaster Galaxy [Thomas83Lin] +42000000 90000000 +01E07022 00000080 +E0000000 80008000 +$Unlock GrandMaster Galaxy [Thomas83Lin] +42000000 90000000 +01E08002 00000080 +E0000000 80008000 +$Unlock Green Stars [Thomas83Lin] +42000000 90000000 +01E05FFC 000000EA +01E0603E 000000D4 +E0000000 80008000 +$Unlock Green Stars [Thomas83Lin] +42000000 90000000 +01E06FDC 000000EA +01E0701E 000000D4 +E0000000 80008000 +$Unlock Green Stars [Thomas83Lin] +42000000 90000000 +01E07FBC 000000EA +01E07FFE 000000D4 +E0000000 80008000 +$Zero Lives Lost on Save [Thomas83Lin] +42000000 90000000 +03E0614C 00000000 +E0000000 80008000 +$Zero Lives Lost on Save [Thomas83Lin] +42000000 90000000 +03E0712C 00000000 +E0000000 80008000 +$Zero Lives Lost on Save [Thomas83Lin] +42000000 90000000 +03E0810C 00000000 +E0000000 80008000 +$Reset All Clear Times [Thomas83Lin] +044DCF88 48000004 +$Low Clear Times [Thomas83Lin] +044DCF88 48000004 +044DCF8C 38000001 +$All Levels Visited [Thomas83Lin] +044DD2EC 48000004 +044DD2F0 38000002 +$Max Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E060F8 00000001 +03E060F0 00000001 +03E060FC 0000FFFF +03E06124 0000FFFF +03E06104 0000FFFF +03E0611C 0000FFFF +03E06114 0000FFFF +03E0610C 0000FFFF +E0000000 80008000 +$Max Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E070D8 00000001 +03E070D0 00000001 +03E070DC 0000FFFF +03E070E4 0000FFFF +03E070EC 0000FFFF +03E070F4 0000FFFF +03E070FC 0000FFFF +03E07104 0000FFFF +E0000000 80008000 +$Max Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E080B0 00000001 +03E080B8 00000001 +03E080BC 0000FFFF +03E080C4 0000FFFF +03E080CC 0000FFFF +03E080D4 0000FFFF +03E080DC 0000FFFF +03E080E4 0000FFFF +E0000000 80008000 +$Reset Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E060F8 00000000 +03E060F0 00000000 +03E060FC 00000000 +03E06124 00000000 +03E06104 00000000 +03E0611C 00000000 +03E06114 00000000 +03E0610C 00000000 +E0000000 80008000 +$Reset Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E070D8 00000000 +03E070D0 00000000 +03E070DC 00000000 +03E070E4 00000000 +03E070EC 00000000 +03E070F4 00000000 +03E070FC 00000000 +03E07104 00000000 +E0000000 80008000 +$Reset Mini Games High Score\Best Race Time [Thomas83Lin] +42000000 90000000 +03E080B0 00000000 +03E080B8 00000000 +03E080BC 00000000 +03E080C4 00000000 +03E080CC 00000000 +03E080D4 00000000 +03E080DC 00000000 +03E080E4 00000000 +E0000000 80008000 +$Second jump is third jump [ardemii] +48000000 807ECEF8 +DE000000 80008180 +10003E7F 00000001 +E0000000 80008000 +$999 Coins [hetoan2] +04A75D00 000003E7 +$Gain HP From Starbits [hetoan2] +C24C9058 00000005 +3DE0807E 61EFCEF8 +822F0000 81F106B0 +2C0F0006 4080000C +39EF0001 91F106B0 +7C001800 00000000 +$6 Health Invincibility [hetoan2] +043CA248 38000006 +$9999 Coins in Starship Mario [hetoan2] +0517C4DC 0000270F +044645E4 3860270F +$Infinite Bee Mario Flight [hetoan2] +0438D6E0 60000000 +$Infinite Air [hetoan2] +04400310 60000000 +$Powers Last Forever [hetoan2] +043CBC9C 60000000 +$RGBA Modifier [hetoan2] +0414CB5C 90E30000 +$Invert Invisible Paths [hetoan2] +0429FE1C 3800FFFF +$Fire Yoshi Lasts Forever [hetoan2] +0440CA58 60000000 +$Dissable Yellow Time Limits [hetoan2] +044A3AAC 60000000 +$Mario Size [ZiT] +28750A02 00000200 +48000000 807ECEF8 +DE000000 80008180 +4A100000 0000002C +$Invincible [ZiT] +04393CD0 B0850014 +04393CB8 B0850016 +043C177C 60000000 +04393CE8 60000000 +04393D00 60000000 +04393D1C 60000000 +$Speed Up (Down Button) [ZiT] +28750A02 FFFB0004 +C23AEC9C 00000003 +3D804080 618C0000 +9181FFFC C001FFFC +D01D0278 00000000 +E0000000 80008000 +2A750A02 FFFB0004 +043AEC9C D01D0278 +E0000000 80008000 +$Infinite Rainbow Mario [ZiT] +043CBC9C B07F0700 +$Planets: Gain Max Coins on pickup Planets [Skiller] +044C90B8 90BF0054 +$Planets: 1 Up every SrarBit Pickup/Use [Skiller] +044C905C 41810004 +$99 Lives [Mathew_Wi] +00E40E78 00000063 +$Jump in Midair [nolberto82] +00000000 C2390028 +00000005 387D00D4 +3C808075 88840A06 +60000008 0000000C +3C804200 90830004 +48010000 60000000 +00000000 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SEME4Q.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SEME4Q.ini new file mode 100644 index 00000000..d9957cc8 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SEME4Q.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = epic diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SF8E01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SF8E01.ini new file mode 100644 index 00000000..223a1278 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SF8E01.ini @@ -0,0 +1,412 @@ +[Controls] +WiimoteProfile1 = dkc + +[Gecko] +$Black Border removal for 4x3 setting [Brandondorf9999] +F6000003 80008180 +7C9B2378 7CBC2B78 +7CDD3378 7CFE3B78 +64100000 00000008 +D20000D4 00000006 +3C808000 808430C8 +88640019 2C030000 +38600000 98640019 +4082000C 38600001 +98640018 7F63DB78 +60000000 00000000 +E0000000 80008000 +F6000002 80008180 +3901000C EC000072 +F0000000 00000000 +D2000000 00000003 +3C808000 808430C8 +38600001 98640019 +3901000C 00000000 +E0000000 80008000 +F6000002 80008180 +93E1000C 93C10008 +64300000 00000000 +D200001C 00000011 +48000009 48000028 +4E800021 3FAAAAAB +3FE38E39 3FE38E39 +3D000000 3F800000 +3F800000 00000000 +00000000 7FE802A6 +3C808000 93E430C8 +2C030000 C37F0004 +38600001 40820008 +C37F0000 C39F0008 +FFA0E090 EF9BE024 +EF7BD824 FC1BE000 +4181000C EF7BE024 +EF9CE024 C3BF000C +EF7B0772 EF9C0772 +D37F0010 D39F0014 +3BE00000 00000000 +E0000000 80008000 +F6000002 80008180 +93C10008 FC600890 +F4800890 7C7E1B78 +D2000028 00000006 +3C608000 806330C8 +C0830010 EFDE2024 +C0830014 EFDE0132 +EC040024 EC842024 +EC040024 EC1F0032 +60000000 00000000 +E0000000 80008000 +F6000002 80008180 +FC000818 8801004C +2C000000 ECBE0032 +D200000C 00000006 +3C608000 806330C8 +C0830014 EFFF0132 +EC040024 EC842024 +EC040024 C0830010 +EFFF2024 ECBE0032 +60000000 00000000 +E0000000 80008000 +F6000001 80008180 +EC0007B2 EC2307B2 +D2000000 00000005 +3D808000 818C30C8 +C02C0014 EFBD0072 +EFDE0824 C02C0010 +EFBD0824 EC600772 +EC0007B2 00000000 +E0000000 80008000 +F6000001 80008180 +ECE11028 EC062828 +D200000C 00000007 +3C808000 808430C8 +88A40018 ED8A5824 +2C050000 40820018 +C1640010 ED8C02F2 +C1640014 ECEB3824 +ECEA3824 38A00000 +98A40018 00000000 +E0000000 80008000 +F6000002 80008180 +7D8903A6 4E800421 +7DC37378 7DE47B78 +D2000004 00000003 +3D808000 818C30C8 +98AC0018 4E800421 +60000000 00000000 +E0000000 80008000 +F6000002 80008180 +EC4500B2 EC650032 +FC201050 FC801850 +D2000000 00000004 +3C808000 808430C8 +38600001 98640018 +EC4500B2 C0640010 +EC4200F2 00000000 +E0000000 80008000 +F6000003 80008180 +FC20F090 7F83E378 +FC40F890 7FA4EB78 +7FC5F378 7FE6FB78 +D2000000 00000003 +3C808000 808430C8 +38600001 98640018 +FC20F090 00000000 +E0000000 80008000 +F6000002 80008180 +7C641B78 7FC5F378 +6620EB78 00000000 +D2000030 00000003 +3D808000 818C30C8 +98AC0018 4E800421 +60000000 00000000 +D20000CC 00000003 +3D808000 818C30C8 +98AC0018 4E800421 +60000000 00000000 +E0000000 80008000 +$Invincibility [Thomas83Lin] +041FE36C 4800009C +041FE408 38800001 +$Have Rocket without diddy [Thomas83Lin] +04243ACC 60000000 +C22BD8B0 00000004 +8066FFFC 80630008 +3D808000 618C1848 +906C0000 38600000 +80050038 00000000 +C223EDFC 00000002 +3C608000 60631848 +80030000 00000000 +$Consistent Roll without diddy [Thomas83Lin] +04243A28 60000000 +$Temp World+Level Bypass v.2 [Thomas83Lin] +042E5088 60000000 +042E43BC 60000000 +0410A0FC 4800001C +0410A248 48000014 +$Hard Mode [Thomas83Lin] +C214C8C0 00000006 +899D000F 2C0C0001 +4081000C 38000001 +981D000F 899D0013 +2C0C0001 4081000C +38000001 981D0013 +801A0120 00000000 +041C97B4 38000000 +$Extreme Mode [Thomas83Lin] +C214C8C0 00000003 +38000000 981D000F +981D0013 801A0120 +60000000 00000000 +041C97B4 38000000 +$Remove Health Hud [Thomas83Lin] +041C97B4 38000000 +$Jump Modifier [Thomas83Lin] +C22387CC 00000003 +3D804000 618C0000 +919F08DC C09F08DC +60000000 00000000 +$Moon Jump 1-2 Player V.2 Press (B+2) [Thomas83Lin] +C2251834 00000009 +3D808000 2C000001 +41820010 2C000002 +41820028 4800002C +618C18A2 A18C0000 +718C0500 2C0C0500 +40820018 3D804503 +91830184 4800000C +618C18A6 4BFFFFE0 +3860FFFF 00000000 +C24A35FC 00000005 +3D408000 614A18A0 +2C190000 40820008 +900A0000 2C190001 +40820008 900A0004 +90030000 00000000 +$B For Pound Down-B for Blow B+Directional for Roll [Thomas83Lin] +285C9E28 FBFF0400 +025C9E2E 0000012C +E0000000 80008000 +285CA4B0 FBFF0400 +025CA4B6 0000012C +E0000000 80008000 +$Unlock Mirror Mode [Thomas83Lin] +0080BE2B 00000001 +$Always Have Squawks [Thomas83Lin] +0080BDC3 00000001 +$Longer Lasting Diddy Rocket [Thomas83Lin] +04260510 60000000 +$Low Time [Thomas83Lin] +042B355C 3D803C20 +042B3560 919E000C +$Activate Super Guide [Thomas83Lin] +043156E0 38800008 +$Switch in and out of Mirror Mode [Thomas83Lin] +285C9E28 EFFF1000 +0080BDCF 00000000 +CC000000 00000000 +0080BDCF 00000001 +E0000000 80008000 +$Mirror Graphics [Thomas83Lin] +040C2A7C 60000000 +040C2A80 38600001 +$Wiimote Button Remapping [Thomas83Lin] +0657203C 00000030 +00008000 00001000 +00000800 00000400 +00000100 00000200 +00000010 00000008 +00000004 00000002 +00000001 0000000F +0457208C 00002000 +04572090 00004000 +$Play as Super Kong+Super Diddy P2 [Thomas83Lin] +041FE204 60000000 +$Receive All Puzzles Pieces After Entering Level [Thomas83Lin] +043151AC 38000FFF +04315084 38000FFF +$infinite health [wiiztec] +0480BD8C 00000002 +$infinite lives [wiiztec] +0480BD9C 00000063 +$infinite bananas [wiiztec] +0480BD84 00000063 +$have all puzzle pieces [wiiztec] +0480BDA0 0000000A +$diddy kong infinite health [wiiztec] +2480BD90 00000000 +0480BD90 00000002 +E0000000 80008000 +$infinite banana coins [wiiztec] +0480BD88 00000063 +$have all 4 kong letters [wiiztec] +0880BDA4 00000001 +20030004 00000000 +$invincibility toggle C+down [wiiztec] +285C9E28 00004004 +041F8A9C D04308FC +041F8AA0 4081000C +CC000000 00000000 +C21F8A9C 00000002 +3E207F80 922308FC +60000000 00000000 +041F8AA0 4800000C +E0000000 80008000 +$Mini Game Timer (Gains) [Skiller] +041145AC EC00082A +$Mini Game Timer (Frozen) [Skiller] +041145AC EC00D828 +$Unlimited Banana Juice [GMO] +0080DE1F 00000063 +$Unlimited Squawks [GMO] +0080DE23 00000063 +$Unlimited Heart Boost [GMO] +0080DE27 00000063 +$Invincibility [Thomas83Lin] +041FF39C 4800009C +041FF438 38800001 +$Have Rocket without diddy [Thomas83Lin] +04244B0C 60000000 +C22BED40 00000004 +8066FFFC 80630008 +3D808000 618C1848 +906C0000 38600000 +80050038 00000000 +C223FE3C 00000002 +3C608000 60631848 +80030000 00000000 +$Consistent Roll without diddy [Thomas83Lin] +04244A68 60000000 +$Temp World+Level Bypass v.2 [Thomas83Lin] +042E69A8 60000000 +042E5CDC 60000000 +0410A23C 4800001C +0410A388 48000014 +$Hard Mode [Thomas83Lin] +C214D140 00000006 +899D000F 2C0C0001 +4081000C 38000001 +981D000F 899D0013 +2C0C0001 4081000C +38000001 981D0013 +801A0120 00000000 +041CA674 38000000 +$Extreme Mode [Thomas83Lin] +C214D140 00000003 +38000000 981D000F +981D0013 801A0120 +60000000 00000000 +041CA674 38000000 +$Remove Health Hud [Thomas83Lin] +041CA674 38000000 +$Jump Modifier [Thomas83Lin] +C223980C 00000003 +3D804000 618C0000 +919F08DC C09F08DC +60000000 00000000 +$Moon Jump 1-2 Player V.2 Press (B+2) [Thomas83Lin] +C2252894 00000009 +3D808000 2C000001 +41820010 2C000002 +41820028 4800002C +618C18A2 A18C0000 +718C0500 2C0C0500 +40820018 3D804503 +91830184 4800000C +618C18A6 4BFFFFE0 +3860FFFF 00000000 +C24A55AC 00000005 +3D408000 614A18A0 +2C190000 40820008 +900A0000 2C190001 +40820008 900A0004 +90030000 00000000 +$Unlock Mirror Mode [Thomas83Lin] +0080DE2B 00000001 +$Always have Squawks [Thomas83Lin] +0080DDC3 00000001 +$Switch in and out of Mirror Mode [Thomas83Lin] +285CBCEA EFFF1000 +0080DDCF 00000000 +CC000000 00000000 +0080DDCF 00000001 +E0000000 80008000 +$Mirror Graphics [Thomas83Lin] +040C2B4C 60000000 +040C2B50 38600001 +$Low Time [Thomas83Lin] +042B496C 3D803C20 +042B4970 919E000C +$Longer Lasting Diddy Rocket [Thomas83Lin] +04261880 60000000 +$Activate Super Guide [Thomas83Lin] +043172A0 38800008 +$B For Pound Down-B for Blow B+Directional for Roll [Thomas83Lin] +285CBE68 FBFF0400 +025CBE6E 0000012C +E0000000 80008000 +285CC4F0 FBFF0400 +025CC4F6 0000012C +E0000000 80008000 +$Wiimote Button Remapping [Thomas83Lin] +06574054 00000030 +00008000 00001000 +00000800 00000400 +00000100 00000200 +00000010 00000008 +00000004 00000002 +00000001 0000000F +045740A4 00002000 +045740A8 00004000 +$Play as Super Kong+Super Diddy P2 [Thomas83Lin] +041FF234 60000000 +$Receive All Puzzles Pieces After Entering Level [Thomas83Lin] +04316D6C 38000FFF +04316C44 38000FFF +$infinite health [wiiztec] +0480DD8C 00000002 +$infinite lives [wiiztec] +0480DD9C 00000063 +$infinite bananas [wiiztec] +0480DD84 00000063 +$have all puzzle pieces [wiiztec] +0480DDA0 0000000A +$diddy kong infinite health [wiiztec] +2480DD90 00000000 +0480DD90 00000002 +E0000000 80008000 +$infinite banana coins [wiiztec] +0480DD88 00000063 +$have all 4 kong letters [wiiztec] +0880DDA4 00000001 +20030004 00000000 +$invincibility toggle C+down [wiiztec] +285CBCEA 00004004 +041F9ABC D04308FC +041F9AC0 4081000C +CC000000 00000000 +C21F9ABC 00000002 +3E207F80 922308FC +60000000 00000000 +041F9AC0 4800000C +E0000000 80008000 +$Mini Game Timer (Gains) [Skiller] +041146FC EC00082A +$Mini Game TImer (Frozen) [Skiller] +041146FC EC00D828 +$Invincible (Banana Juice Mod) [GMO] +0080DD97 0000000A +$Jump in Midair [nolberto82] +0426181C 48000100 +042088B4 60000000 +04208898 60000000 +04236420 4BDCC3E1 +C2002800 00000007 +809F09BC 88040059 +70000001 41820018 +8864005A 7C001800 +4182000C 3C604530 +907F0184 9804005A +7F83E378 4E800020 +60000000 00000000 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SLSEXJ.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SLSEXJ.ini new file mode 100644 index 00000000..d4ce0863 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SLSEXJ.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = classic \ No newline at end of file diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SMNE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SMNE01.ini new file mode 100644 index 00000000..7daec178 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SMNE01.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = nsmb diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SNCE8P.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SNCE8P.ini new file mode 100644 index 00000000..b22031e4 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SNCE8P.ini @@ -0,0 +1,86 @@ +[Gecko] +$Unlock All Worlds+Levels+Gold Sonic [Thomas83Lin] +0415ED20 3880FFFF +$Unlock All Worlds+Levels+Gold Sonic [Thomas83Lin] +C215ED1C 00000003 +7C862A14 3860FFFF +90640010 38600001 +60000000 00000000 +$9999 Rings [Thomas83Lin] +C2055E90 00000002 +38A0270F 90BF0008 +60000000 00000000 +$9999 Rings Sonic Simulator [Thomas83Lin] +C2055DC8 00000002 +38A0270F 90BE0008 +60000000 00000000 +$Infinite boost [Thomas83Lin] +C2055E5C 00000002 +C3BE0014 D3BE0008 +60000000 00000000 +$Infinite Boost Sonic Simulator [Thomas83Lin] +C2055DA4 00000002 +C01F0014 D01F0008 +60000000 00000000 +$Unlock Just Gold Sonic [Thomas83Lin] +C227E744 00000002 +38000001 981F0120 +60000000 00000000 +$Moon Jump [Thomas83Lin] +0404E270 E023000C +2881090A FEFF0100 +C204E270 00000003 +3D8042D9 618C6A3F +91830010 E023000C +60000000 00000000 +E0000000 80008000 +$Moon Jump [Thomas83Lin] +0404E270 E023000C +2881090A F7FF0800 +C204E270 00000003 +3D8042D9 618C6A3F +91830010 E023000C +60000000 00000000 +E0000000 80008000 +$Moon Jump [Thomas83Lin] +0404E270 E023000C +2881096A FFEF0010 +C204E270 00000003 +3D8042D9 618C6A3F +91830010 E023000C +60000000 00000000 +E0000000 80008000 +$Moon Jump [Thomas83Lin] +0404E270 E023000C +287C6512 FFFE0001 +C204E270 00000003 +3D8042D9 618C6A3F +91830010 E023000C +60000000 00000000 +E0000000 80008000 +$Low Time [Thomas83Lin] +0401CEA4 60000000 +$Inf Lives [Thomas83Lin] +0401BE60 38040000 +0424CBB0 38030000 +$Invincibility [Thomas83Lin] +C204E24C 00000002 +39800002 999F0013 +809F0014 00000000 +$Swim Everywhere [Thomas83Lin] +C20381C4 00000002 +3980000A 99830012 +80030010 00000000 +0408877C 60000000 +[ActionReplay_Enabled] +$169 +$60 +[ActionReplay] +$169 +F6000001 80008180 +3FAAAAAB 3FDB5A0F +14000004 3FE38E39 +E0000000 80008000 +$60 +008F2D97 00000001 +0090DB0B 00000001 diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SUKE01.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SUKE01.ini new file mode 100644 index 00000000..54c73863 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SUKE01.ini @@ -0,0 +1,39 @@ +[Controls] +WiimoteProfile1 = kirbyr + +[Gecko] +$16:9 Widescreen +0419DCD0 38600340 +0419DCD8 38600340 +C219DCE0 00000003 +8A2285AC 2C110000 +386001C8 4C820020 +38600260 00000000 +C219F9CC 00000002 +98E285AC 38E00001 +98E30008 00000000 +4A000000 91000000 +30163518 447A0000 +14163510 3ff0b839 +E0000000 80008000 +C2031454 00000008 +ECC52024 D3A20000 +A2420000 28123FAF +41820018 8A2285AC +2C110000 4082000C +3E203F40 48000008 +3E203F80 92220000 +C2220000 ECC60473 +60000000 00000000 +C2031484 00000002 +ECC68825 EC86E824 +60000000 00000000 +C2031494 00000004 +C242859C EC8404B3 +D09F0000 C09F0014 +EC8404B3 D09F0014 +60000000 00000000 +0419dcc8 880285AC +048C409C 3F800000 +[Gecko_Enabled] +$16:9 Widescreen diff --git a/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SVTEXS.ini b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SVTEXS.ini new file mode 100644 index 00000000..d4ce0863 --- /dev/null +++ b/configs/org.DolphinEmu.dolphin-emu/config/dolphin-emu/GameSettings/SVTEXS.ini @@ -0,0 +1,2 @@ +[Controls] +WiimoteProfile1 = classic \ No newline at end of file diff --git a/gc-widescreen.md b/gc-widescreen.md new file mode 100644 index 00000000..64dc11ca --- /dev/null +++ b/gc-widescreen.md @@ -0,0 +1,74 @@ +# GameCube + +Animal Crossing +Battalion Wars +Beyond Good & Evil +Billy Hatcher and the Giant Egg +Bionicle Heroes +Crash Bandicoot: The Wrath of Cortex +Crash Nitro Kart +Crash Tag Team Racing +F-Zero GX +Final Fantasy Crystal Chronicles +Kao The Kangaroo Round 2 +Kirby Air Ride +Luigi’s Mansion +Mario Golf: Toadstool Tour +Mario Kart: Double Dash!! +Mario Party 6 +Mario Power Tennis +Mario Superstar Baseball +Metal Gear Solid - The Twin Snakes +Metroid Prime +Namco Museum +Need for Speed: Most Wanted +Need for Speed: Underground 2 +Pac-Man World 2 +Paper Mario: The Thousand-Year Door +Pikmin +Pikmin 2 +Pokemon Colosseum +Pokemon XD: Gale of Darkness +Prince of Persia: The Sands of Time +Rayman 3: Hoodlum Havoc +Rayman Arena +Shadow the Hedgehog +Sonic Heroes +Sonic Mega Collection +Sonic Riders +SoulCalibur II +Spider-Man 2 +Spider-Man: The Movie +Spyro: A Hero’s Tail +Spyro: Enter the Dragonfly +Star Fox Adventures +Star Fox: Assault +Super Mario Strikers +Super Mario Sunshine +Super Monkey Ball +Super Monkey Ball 2 +Super Monkey Ball Adventure +Super Smash Bros. Melee +Tak 2: The Staff of Dreams +Tak and the Power of Juju +The Legend of Spyro: A New Beginning +The Legend of Zelda: Ocarina of Time & Master Quest +The Legend of Zelda: The Wind Waker +The Legend of Zelda: Twilight Princess +The Simpsons: Hit & Run +The Simpson: Road Rage +TimeSplitters 2 +TimeSplitters: Future Perfect +Tony Hawk’s American Wasteland +Tony Hawk’s Pro Skater 3 +Tony Hawk's Pro Skater 4 +Tony Hawk’s Underground +Tony Hawk’s Underground 2 +Ty the Tasmanian Tiger +Ty the Tasmanian Tiger 2: Butch Rescue +Ty the Tasmanian Tiger 3: Night of the Quinkan +Ultimate Spider-Man +Viewtiful Joe +Viewtiful Joe 2 +Wario World +Zapper - One Wicked Cricket! diff --git a/latest.md b/latest.md index 19b1cfe7..62b1d0ad 100644 --- a/latest.md +++ b/latest.md @@ -3,3 +3,5 @@ - Testing Xenia - Ability to launch WiiU Games from ESDE - Widescreen Hacks for PS2 Games - Only US +- Widescreen for 70 Wii and GC games - SkyHighBrownie +- Added log files for Community Dolphin ini hacks. Send us your own! diff --git a/wii-widescreen.md b/wii-widescreen.md new file mode 100644 index 00000000..ba63c01e --- /dev/null +++ b/wii-widescreen.md @@ -0,0 +1,23 @@ +# Wii + +Bit.Trip Complete +Disney Epic Mickey +Donkey Kong Country Returns +Kirby’s Dream Collection: Special Edition +Kirby’s Epic Yarn +Kirby’s Return to Dream Land +Klonoa +MadWorld +Mario Kart Wii +Mario Strikers Charged +Muramasa: The Demon Blade +New Super Mario Bros. Wii +Pokemon Battle Revolution +Punch-Out!! +Sonic and the Black Knight +Sonic and the Secret Rings +Super Mario Galaxy +Super Mario Galaxy 2 +Super Paper Mario +The Last Story +Wario Land: Shake It!