Super Mario Galaxy 2 [SB4P01]

Started by martin36, June 12, 2010, 07:50:54 PM

Previous topic - Next topic

sneakywolfshoe

Oh ok.But if the code works,then why are you complaining?

Deathwolf

lolz

sneakywolfshoe

Quote from: Deathwolf on June 29, 2010, 03:36:36 PM
lol sry but atm I haven't the PAL version.
Oh ok.Have you looked at the ntsc thread?

Deathwolf

lolz

sneakywolfshoe


ardemii

#80
This code work! ;D

I have only add no spin recharge I have find the PAL pointer.

Deathwolf

lolz

sneakywolfshoe

Yea good one ardemii :p
btw are you going to work with dcx2 for a teleportation code?

ardemii


dcx2

ardemii - if you could, please copy and paste the disassembly from a PAL game, from address 80388090 to 803880C0.  If all goes well, the only thing that will need changed is the button activator.

Deathwolf

ASM codes are universal and works on PAL too.

only thing is button activator.
lolz

ardemii

Okay: ;)

80388090 53423450 rlwimi r2,r26,6,17,18
80388094 30310000 addic  r1,r17,0
80388098 00000000 .word  0x00000000
8038809C 00000000 .word  0x00000000
803880A0 00000000 .word  0x00000000
803880A4 00000000 .word  0x00000000
803880A8 5D1C9EA3 rlwnm. r28,r8,r19,26,17
803880AC 00000000 .word  0x00000000
803880B0 0D15EA5E twgt   r21,-5538
803880B4 00000001 .word  0x00000001
803880B8 01800000 .word  0x01800000
803880BC 00000000 .word  0x00000000
803880C0 00000000 .word  0x00000000

dcx2

That's from 80000000.  53423450 = SB4E = the game name, which is stored at 80000000.

The other dead give away was the "disease" line - 0D15EA5E.  That's also only found at the beginning of memory.

ardemii

#88
But I have find this

All regions:

p2freeze all enemies and obstacles [dcx2]
04362968 60000000
0436296C 38600001
it's like p2 is grabbing every enemy at the same time! They're all frozen and can't hurt you.


Don't lose coins when dying [dcx2]
044C92AC 60000000

Infinite Yoshi Air Kicking (aka Yoshi Moon Jump) [dcx2]
0441BB0C 38000001

unlimited time to remount yoshi [wiiztec]
044129E0 60000000

extremely large yellow yoshi light [dcx2]
042C4F0C 4800000C
C22C4EF4 00000002
3C00461C 90030008
38000000 00000000
This should reveal the entire level forever

sneakywolfshoe