

Nothing happens until I go in TT mode, then all of the custom behavior occurs. The behavior I'm expecting from this code is the following. I know I should do that for the 04 lines as well, but I don't know the correct values to set there.

The line before 280001b0 00000001 sets the lap count to normal (again, ). The lines after 280001b0 00000001 are the codes for infinite triple mushrooms ( ), never lose item ( ) and no lap count ( ). The line 280001b0 00000001 should be an "if" statement: if the byte at 0x800001b0 is 1, then execute the code until the e0000000 80008000 line, which should be the "end if". So, the part until 4e800020 00000000 is just the "check if time trials" code, with XXXX = 01b0, which as far as I know (see ) should be a good value for it.

Keep in mind it's my first time trying to make a gecko code. I'm gonna show the code first and then I'll discuss the issues I'm having.

Basically I want to make a PAL code that if TT mode is detected, then it enables infinite triple mushrooms, never lose item and no lap count, else it does nothing. I'm just gonna paste the message I wrote, hoping that someone with experience will be able to help me out here. I was writing a message to post on, but then I saw you have to install a HBC application to register and I don't have access to a Wii right now.
