kvmnice.blogg.se

Mario kart wii dolphin gecko codes wont work
Mario kart wii dolphin gecko codes wont work









Stb r31, 0x0008(r30) # store lowered frame counter Lbz r31, 0x0008(r30) # Load the frame counterīeq+ skip_lowering # If 0, do not lower the counterĪddi r31, r31, -1 # If not 0, lower the counter, it will lowered every frame til it hits 0 again # Lowering the frame counter if it is not 0 # # In Addition, if the frame counter is equal to 4 (two frames earlier than 2), we will use our dodge item (3rd ASM). And if it reaches a certain number (2), we will call the shock damage.

mario kart wii dolphin gecko codes wont work

# To apply the shock damage, the frame counter gets lowered every frame when shock event was triggered. Stb r28, 0x0008 (r26) # store frame counter Stb r3, 0x0009 (r26) # r3 holds the player slot that used the shock, store it to memory

mario kart wii dolphin gecko codes wont work

Lis r26, 0x8167 # r26, r28 and r29 are safe for use # Again I repeat: The adress is ONLY called if another Slot fired the shock, it will not get called if you fire it. That way, we delay the shock a few frames and can use our item. # To make the code work, we will overwrite the call and will store a frame counter to memory to let another adress call the event if a certain number is reached. Therefore, it will only get called once, and should not get affected by NATNEG. # This adress normally calls the "Force Shock damage" on your console if another slot fired a shock. Make sure no other codes in your GCT/Cheat-Manager are using those addresses! NOTE: This code makes use of memory addresses 0x81670008 thru 0x81670009. during exit of cannon, spinning from getting hit by an item, etc), the code won't work. However, also for any moments where you normally can't use an item (i.e.

mario kart wii dolphin gecko codes wont work

In addition to checking if you have a dodge item, this code also checks, unlike Vegas code, if you are already in star or mega state and does NOT fire a dodge item if that is the case. This is the reason why the code should be completely independent of the NATNEG between clients.īasically, the code works by delaying the shock damage (a few frames) on your console so that there is enough time to use our dodge item. Unlike his code, this code directly hooks the address that calls the shock damage on your console when another slot (not you) fires the shock and is only called once.

mario kart wii dolphin gecko codes wont work

I wanted to see how to improve Vegas Auto Attempt code and this is the outcome. You have to register before you can post on our site.Īuto Use Dodge Item When Shocked -Online. Mario Kart Wii Gecko Codes, Cheats, & Hacks











Mario kart wii dolphin gecko codes wont work