Mario Kart Wii [RMCE01]

Started by dexter0, July 30, 2008, 08:49:15 PM

Previous topic - Next topic

schmake

I need to learn how to use ASM.  I think that you need to put out a tutorial on how to do some ASM hacks :)

That's a much nicer hack than the frankenstein code that I knocked together that works online.  Mine relies on a pointer for the first racers item object, then put the same item at a set offset (item offset) for the remaining 11 racers :(

User232365

I can't wait to try this out with my friends!

Also, lol at the people in that Gfaqs topic.

XxOblivion77

I just want VR Modifier (1337 VR anyone?).

Volderbeek

Quote from: dexter0;3365You want to know about ihack@you, here you go:

http://members.cox.net/dexter0/

NOW STOP PMing ME WITH WFC HACK REQUESTS.

Aw, you ruined it. I liked being one of the few who had it. Also, you can do it without assembly.

F1R3

Makes me kinda sad though. Yesterday, I converted someone else's codes, even without a Gecko, to work 100% on wifi. Then Dexter comes and hands them out, because of stupid spammers. D:

XxOblivion77

Oh yeah Fire, I would never give out the code to RetardFAQs.

dexter0

perhaps true volderbeek but here is why I like assembly

1.  It should work anywhere in the game (except multiplayer modes but that can be a quick fix)
2.  It will always work 100%
Also, only half of it is in ASM.  I could not find any other clean way to do it without that Write Char Offset code.

Please, though I am interested in looking at how other people's online codes work.  Do share with me over PM.

XxOblivion77

Question, so I enable the two codes you put (Offset and Item Code (the anywhere one), put the Value I'd like and I'm good to go?

dexter0

Yep.  Time Trails, GP, VS (Single), Online - It all should just work.

XxOblivion77

#69
Neato.

EDIT: Odd, there's an error.

When I put the code in, says there's an error in the code when I export it to GCT.

I replaced the values.

Oh yeah, it's only for the anywhere code.

Is it perhaps the length?

My normal one for GPs is this:

48000000 809BDAC0
DE000000 80008180
4A100000 FFFF9D3C
30000220 00000014
14000220 000000XX
14000224 00000003
E0000000 80008000

Actually I set up the txt wrong. How do I set it up properly?

I'm so confused.

Can you just attach your txt file or something?

Volderbeek

Quote from: dexter0;3391Yep.  Time Trails, GP, VS (Single), Online - It all should just work.

You should change that mess in the first post to just the double pointer one, and the multiplayer versions. I'd still rather you hide the Wifi version, but it's up to you.

‮nukaaD


SoLuS xX

Hurrah now I can mess with the people at GF!

darien95

I have found many more Wii Wheel button activators than the two listed in dexter's post. I'll also include dexter's two button activators in this list. 00000000 and 00001000 are just more always have item codes. I couldn't find any working button combinations for 00001900 and above. It's possible there are more beyond it, but these are enough to have access to every item at once.

30341460 00000000 = Always have item
30341460 00000100 = 2
30341460 00000200 = 1
30341460 00000300 = 1 + 2
30341460 00000400 = B
30341460 00000500 = 2 + B
30341460 00000600 = B + 1
30341460 00000700 = 1 + 2 + B
30341460 00000800 = A
30341460 00000900 = A + 2
30341460 00001000 = Always have item
30341460 00001100 = - + 2
30341460 00001200 = 1 + -
30341460 00001300 = 1 + 2 + -
30341460 00001400 = B + -
30341460 00001500 = 2 + - + B
30341460 00001600 = B + - + 1
30341460 00001700 = B + - + 1 + 2
30341460 00001800 = A + -

Starbit

#74
I'm also getting an error when applying the code to my SD card.

Are the only things you have to switch is the XX and y, not sure what "write Char Offset" means??

Do you have to have the Wii wheel to use this code?


Thanks Starbit