Cleanup for SMS and added comments on the codes I tested. SA2 code cleanup a bit, all codes seem to work.
This commit is contained in:
parent
47401e87ce
commit
397c90b51b
67
GMSE01.ini
67
GMSE01.ini
|
@ -4,13 +4,13 @@ EmulationStateId = 0
|
|||
[OnFrame]
|
||||
|
||||
[ActionReplay]
|
||||
All Shines
|
||||
All Shines (not working)
|
||||
00E60AE1 18000000
|
||||
045708E8 FFFFFFFF
|
||||
045708EC FFFFFFFF
|
||||
045708F0 FFFFFFFF
|
||||
|
||||
Open all levels and nozzles
|
||||
Open all levels and nozzles (doesn't seem to work)
|
||||
00E60AE0 18000000
|
||||
04570958 FFFFFFFF
|
||||
0457095C FFFFFFFF
|
||||
|
@ -20,20 +20,39 @@ Open all levels and nozzles
|
|||
0A3FBBF4 00000240
|
||||
025709DE 00000008
|
||||
|
||||
Infinite hover time
|
||||
Infinite hover time (seems to be working)
|
||||
00E61520 18000000
|
||||
042640BC 60000000
|
||||
|
||||
Infinite water
|
||||
Infinite water (not sure if it works)
|
||||
00E6151F 18000000
|
||||
04263F58 38002710
|
||||
042635B0 60000000
|
||||
|
||||
Infinite health
|
||||
Infinite health (this DOESN'T WORK)
|
||||
00E60ADF 18000000
|
||||
424057F4 00040009
|
||||
|
||||
99 lives
|
||||
Infinite Jetpack
|
||||
00B816CA 08000000
|
||||
0426C330 60000000
|
||||
|
||||
Infinite Hose
|
||||
00B816C9 08000000
|
||||
0426B9C8 60000000
|
||||
|
||||
Infinite Lives
|
||||
00B816CB 08000000
|
||||
04578A04 00000063
|
||||
|
||||
Super Jump
|
||||
00B816CC 08000000
|
||||
0A404454 00000100
|
||||
4240E12C 05003DC0
|
||||
12404454 00000100
|
||||
4240E12C 05003E80
|
||||
|
||||
99 lives (working :P)
|
||||
00E60ADE 18000000
|
||||
00570967 00000063
|
||||
|
||||
|
@ -44,8 +63,8 @@ Test Level
|
|||
Low Gravity
|
||||
00B809F5 08000000
|
||||
4240E12C 05003E00
|
||||
|
||||
Jesus Mode A.K.A. Walk on Water D-Pad Up/Down = On/Off
|
||||
|
||||
Jesus Mode A.K.A. Walk on Water D-Pad Up/Down = On/Off (not supported yet)
|
||||
00B813BC 08000000
|
||||
04002F00 3C608041
|
||||
04002F04 8063E12C
|
||||
|
@ -138,7 +157,10 @@ Poorly Shaded Mario
|
|||
00B87DA5 08000000
|
||||
044176FC 00000000
|
||||
|
||||
Nozzle Modifier Press the buttons below to switch to another nozzle. You must have your nozzle set to squirt for it to work. You will never use another nozzle box again!! Just kidding.B+D-Pad Up:Rocket NozzleB+D-Pad Left:Turbo NozzleB+D-Pad Right:Hover NozzleB+D-Pad Down:Jump Nozzle
|
||||
#Press the buttons below to switch to another nozzle. You must have your nozzle set to squirt for it
|
||||
#to work. B+D-Pad #Up:Rocket NozzleB+D-Pad Left:Turbo NozzleB+D-Pad Right:Hover NozzleB+D-Pad
|
||||
#Down:Jump Nozzle
|
||||
Nozzle Modifier (not supported yet)
|
||||
00B83682 08000000
|
||||
0A404454 00000208
|
||||
04269F50 3BE00001
|
||||
|
@ -153,33 +175,14 @@ Always Green Yoshi
|
|||
00B80C27 08000000
|
||||
405F3A90 04AE4C00
|
||||
|
||||
Infinite Jetpack
|
||||
00B816CA 08000000
|
||||
0426C330 60000000
|
||||
|
||||
Infinite Hose
|
||||
00B816C9 08000000
|
||||
0426B9C8 60000000
|
||||
|
||||
Infinite Lives
|
||||
00B816CB 08000000
|
||||
04578A04 00000063
|
||||
|
||||
Super Jump
|
||||
00B816CC 08000000
|
||||
0A404454 00000100
|
||||
4240E12C 05003DC0
|
||||
12404454 00000100
|
||||
4240E12C 05003E80
|
||||
|
||||
Hold B To Run Super Fast
|
||||
Hold B To Run Super Fast (I think it works)
|
||||
00B816CD 08000000
|
||||
0A404454 00000200
|
||||
4240E12C 06E44200
|
||||
12404454 00000200
|
||||
4240E12C 06E43F80
|
||||
|
||||
D-Pad Up For Large Mario
|
||||
D-Pad Up For Large Mario (not supported yet)
|
||||
00B816CE 08000000
|
||||
8A404454 00000008
|
||||
4240E12C 4DE43FF8
|
||||
|
@ -187,7 +190,7 @@ D-Pad Up For Large Mario
|
|||
4240E12C 4DE83FF8
|
||||
00000000 40000000
|
||||
|
||||
D-Pad Down For Mini Mario
|
||||
D-Pad Down For Mini Mario (not supported yet)
|
||||
00B816CF 08000000
|
||||
8A404454 00000004
|
||||
4240E12C 4DE43E88
|
||||
|
@ -195,7 +198,7 @@ D-Pad Down For Mini Mario
|
|||
4240E12C 4DE83E88
|
||||
00000000 40000000
|
||||
|
||||
D-Pad Left For Normal Mario
|
||||
D-Pad Left For Normal Mario (not supported yet)
|
||||
00B816D0 08000000
|
||||
8A404454 00000004
|
||||
4240E12C 4DE43F80
|
||||
|
|
13
GSNP8P.ini
13
GSNP8P.ini
|
@ -5,21 +5,10 @@ EmulationStateId = 5
|
|||
[OnFrame]
|
||||
#Add memory patches here.
|
||||
[ActionReplay]
|
||||
+m
|
||||
m
|
||||
007A04F1 98000000
|
||||
C40F0838 00000800
|
||||
|
||||
wtf
|
||||
00863387 08000000
|
||||
00000000 841F25C4
|
||||
05050505 003B0031
|
||||
00000000 841F25C8
|
||||
05000001 003B0031
|
||||
001F52FB 00000105
|
||||
021F5308 00000505
|
||||
021F5316 00000505
|
||||
001F57CC 00000D05
|
||||
|
||||
999 Rings
|
||||
007A0489 18000000
|
||||
021CC430 000003E7
|
||||
|
|
Loading…
Reference in New Issue