Super Mario Galaxy 2 [SB4P01]

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

Previous topic - Next topic

ardemii

I have understand!I see it when I have boot games actually it is: :rolleyes:
80388090 38630038 addi   r2,r26,6,17,18
80388094 4BC866AD bl     0x8000e740
80388098 807E0004 lwz    r3,4(r30)
8038809C 809E0138 lwz    r4,312(r30)
803880A0 38630014 addi   r3,r3,20
803880A4 3884000C addi   r4,r4,12
803880A8 4BC86699 bl     0x8000e740
803880AC 80010034 lwz    r0,52(r1)
803880B0 83E1002C lwz    r31,44(r1)
803880B4 83C10028 lwz    r30,40(r1)
803880B8 7C0803A6 mtlr   r0
803880BC 38210030 addi   r1,r1,48
803880C0 4E800020 blr 

dcx2

Okay, that looks like the right section for the Teleportation code.  I just wanted to make sure...I know a lot of the ASM is the same between regions.

I haven't read this thread too thoroughly, but I think I saw something that indicates there are different button activators depending on the language you're using?  Does anyone have a list of the button activators for various languages?

sneakywolfshoe

If i recall correctly ardemii had the button activators for France and English version.

Deathwolf

lolz

sneakywolfshoe


ardemii

#95
default flying speed is 2.5 times faster + hold down to accelerate while flying
C23EB034 00000002
3FC08000 C03E2FF4
60000000 00000000
28756102 FFFB0004
86900009 3CF5C28F
84200009 80002FF4
28756103 FFFB0000
24002FF4 40200000
26002FF4 A0000000
86900009 BCF5C28F
84200009 80002FF4
E2000003 00000000
28756102 F7FF0800
80000009 40200000
84200009 80002FF4
E0000000 80008000
default flying speed is 40200000 (2.5 times normal)if you want to change it use this site http://babbage.cs.qc.edu/IEEE-754/Decimal.html (change both)
All credits goes to wiiztec
;)

sneakywolfshoe

Yes one of the codes i wanted thanks alot ardemii!!! ;D ;D ;D ;D ;D :) :) :cool: :cool: :cool:

dcx2

I re-read the thread, and apparently ardemii also found a language-neutral button activator address.  80756102

If this is correct, then the Multi-Teleportation with Levitation code should be this.  NOTE: I cannot test this code because I don't have PAL SMG2.  NOTE2: I am highlighting the button activator address in case someone else wants to change the address.  Note that it is actually 2 less than the button activator address!

Multi-Teleportation with Levitation [DCX2]
C23880AC 0000001F
3D808075 618C6100
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
hold b+z, then press an arrow to store coordinates in a slot (there are 4). hold b, then press an arrow to restore coordinates from slot. While restoring coordinates (b+arrow, no z), you will be "frozen" in the air. During this time, the analog stick's Y axis will throttle the levitation speed. Levitation direction will be determined by the orientation of the Wiimote. You can go through solid objects like walls, floors, etc.

sneakywolfshoe

#98
Incredible!I will test this right now,but could you do the one with single slot and no levitation?

Edit:I'll try this tomorrow,i'ts to late now ;D

dcx2

The same basic technique should work with the others.  Note that these two codes don't do the -2...where you see 0A02, replace with 6102

Standard Teleporter (one slot) [dcx2]
C23880AC 0000000F
48000005 7FE802A6
3BFF005C 3FC08075
63DE6102 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
Press C+up to store your current coordinates, C+down to teleport to the stored coordinates

Multi-Teleporter [dcx2]
C23880AC 00000015
3FC08075 63DE6102
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
There are four slots, corresponding to the up/down/left/right arrows. To store Mario's coordinates in a slot, hold b+z, then press the arrow for the slot you want to store the coordinates in. To load Mario's coordinates from a slot, hold b, then press the arrow of the slot you want to load.
.
You can use these to warp between multiple points at will. Set a warp point up near Yoshi, then get somewhere that Yoshi can't normally go, set another warp point, warp back to Yoshi, get him, warp forward. Or set warp points near power-ups so you can warp to and from them easily. Warp points can also get you back from launch stars. They can be the ultimate checkpoint that is remembered even if you leave the level and come back.

ardemii

#100
Standard Teleporter (one slot) doen't work

Multi-Teleportation and Multi-Teleportation with Levitation freeze game


dcx2 can you test these codes(NTSC-US): ;)

These codes are very strange:

If button is pressed Increase/decrease Lives [ardemii]
28750A02 00000200
00E40E78 00000063
E0000000 80008000
28750A02 00000100
02E40E78 00000000
E0000000 80008000
Press 1 for increase and 2 for decrease.

If button is pressed Increase/decrease starbits (Starship) [ardemii]
28750A02 00000200
00E40E7A 00000063
E0000000 80008000
28750A02 00000100
02E40E7A 00000000
E0000000 80008000
Press 1 for increase and 2 for decrease.

If button is pressed Increase/decrease coins (Starship) [ardemii]
28750A02 00000200
00E40E7C 00000063
E0000000 80008000
28750A02 00000100
02E40E7C 00000000
E0000000 80008000
Press 1 for increase and 2 for decrease

If button is pressed Increase/decrease starbits [ardemii]
28750A02 00000200
00A75CF8 00000063
E0000000 80008000
28750A02 00000100
02A75CF8 00000000
E0000000 80008000
Press 1 for increase and 2 for decrease.

If button is pressed Increase/decrease coins [ardemii]
28750A02 00000200
00A75D00 00000063
E0000000 80008000
28750A02 00000100
02A75D00 00000000
E0000000 80008000
Press 1 for increase and 2 for decrease.

ardemii

dcx2 you can put these codes in super mario galaxy 2 all regions (SB4A01):


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

ardemii

#102
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D



Mario Size
28756102 00000200
48000000 807F2608
DE000000 80008180
4A100000 0000002C
14000000 xxxx0000
14000004 xxxx0000
14000008 xxxx0000
E0000000 80008000
Original by Zit, ported by ardemii
press 1
-Size=xxxx
-3E80=:4
-3F00=:2
-3F80=Normal
-3FC0=x1.5
-4000=x2
-4020=x2.5
-4040=x3
-4060=x3.5
-4080=x4
-40A0=x5
-40C0=x6
-4100=x8
-4120=x10
-4180=x16
-41A0=x20
-4200=x32
-4234=x45
-4280=x64
-42B4=x90
-4307=x135
-4334=x180
-4361=x225
-4387=x270
-43B4=x360

ardemii

  ;D
Switch between spinn and fly V3 [ardemii]
48000000 807F2608
DE000000 80008180
10000E3F 00000000
E0000000 80008000
28756102 00000100
043EE754 A06306F8
CC000000 00000001
043EE754 38600007
C23EB034 00000002
3FC08000 C03E2FF4
60000000 00000000
28756102 FFFB0004
86900009 3CF5C28F
84200009 80002FF4
28756103 FFFB0000
24002FF4 40200000
26002FF4 A0000000
86900009 BCF5C28F
84200009 80002FF4
E2000003 00000000
28756102 F7FF0800
80000009 40200000
84200009 80002FF4
E0000000 80008000
Press 2 button for switch
hold down to accelerate while flying
Code based on port of bkirch fly when spin used and wiiztec no spin recharge time and default flying speed is 2.5 times faster + hold down to accelerate while flying.Thanks to Bamsen

sneakywolfshoe

Yay Size modifier!Thanks! ;D
I'm going to test the teleport codes and see if they work.

Edit:and your spin v3