Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*MKWii Button Activator Generator by EvilRobot*/
- /*Original Code by ??? (IDK who made Button Activator Code)*/
- /*---------------------------*/
- #Edit here:
- .set CONTROLLER,0x57E2
- .set BUTTON,0x1000
- /*If you want to have Multiple Button(s) to Activate a Code, then add a '+' then choose another BUTTON VALUE.
- Ex: If you want to Press (-) + DPad Up + (2) (Wii Wheel/Nunchuk), then this is what you put in .set BUTTON:
- 0x1000 + 0x0008 + 0x0100*/
- /*
- =====[CONTROLLER VALUE:]=====
- #PAL
- 0x57E2 = Wii Wheel/Nunchuk [1]
- 0x5842 = Classic Controller [1]
- 0x8200 = GameCube Controller [Port 1]
- #NTSC-U
- 0x1462 = Wii Wheel/Nunchuk [1]
- 0x14C2 = Classic Controller [1]
- 0x3E80 = GameCube Controller [Port 1]
- =====[BUTTON VALUE:]=====
- #Wii Wheel/Nunchuk
- 0x0001 = DPad Left
- 0x0002 = DPad Right
- 0x0004 = DPad Down
- 0x0008 = DPad Up
- 0x0010 = (+)Plus
- 0x0100 = (2)
- 0x0200 = (1)
- 0x0400 = (B)
- 0x0800 = (A)
- 0x1000 = (-)Minus
- 0x2000 = (Z)[Nunchuk]
- 0x4000 = (C)[Nunchuk]
- 0x8000 = HOME
- #Classic Controller
- 0x0001 = DPad Up
- 0x0002 = DPad Left
- 0x0004 = (Z)[Right]
- 0x0008 = (X)
- 0x0010 = (A)
- 0x0020 = (Y)
- 0x0040 = (B)
- 0x0080 = (Z)[Left]
- 0x0200 = (R)
- 0x0400 = (+)
- 0x1000 = (-)
- 0x2000 = (L)
- 0x4000 = DPad Down
- 0x8000 = DPad Right
- #GameCube Controller
- 0x0001 = DPad Left
- 0x0002 = DPad Right
- 0x0004 = DPad Down
- 0x0008 = DPad Up
- 0x0010 = (Z)
- 0x0020 = (R)
- 0x0040 = (L)
- 0x0100 = (A)
- 0x0200 = (B)
- 0x0400 = (X)
- 0x0800 = (Y)
- 0x1000 = START
- */
- /*---------------------------*/
- .short 0x2834
- .short CONTROLLER
- .short 0xFFFF - BUTTON
- .short BUTTON
- .long ,,0xE0000000
- .long 0x80008000
- /*---------------------------*/
- /*
- Use asmwiird.exe to Compile the Source into a GCT Code.
- Remember to Delete the First Line (C2000000 00000004) and the Last Line (60000000 00000000).
- Replace 00000000 00000000 with your Code.
- Useless but it works and this is a just-for-fun Project ^-^
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement