Ok heres everything.
Controller Address: [8C94490]+54+C4 (Double DMA)
Button Value For square = 0400
So here i go i would like to load this dma into a joker using that controller address.
#Test DMA
0xFFFFFFFF 0x00491398
0x000ACB54 0xFFFFFFFF
So heres my first attempt;
#Joker 01
0x00000098 0x0A2001C0
0x00000700 0x3C0808C9;first half of pointer
0x00000704 0x8D084490;second half pointer
0x00000708 0x8D090054;offset 1
0x0000070C 0x8D2A00C4;offset 2
0x00000710 0x3C0C08C9
0x00000714 0x240D0400;Button Value
0x0000071C 0x15AA0006;Bne
but i get lost here how to load the Test dma snice it has a big offset, can someone complete this so i can see how it would be done?
And can some one also so me how to load a 1 lined code into a joker using same controller and button value. Thanks in advance.
Does this look right for a 1 lined joker
#Joker
0x00000098 0x0A2001C0
0x00000700 0x3C0808C9;first half of controller
0x00000704 0x8D084490;Second half of controller
0x00000708 0x8d090054;offset 1
0x0000070C 0x8D2A00C4;offset 2
0x00000710 0x240d0400;button value
0x00000714 0x15CD0007;Bne jumps to JR RA
0x0000071C 0x3c0a0895;first half addy
0x00000720 0x3c0c0000;first half on value
0x00000724 0x358d0000;second half on value
0x00000728 0x3c8e0e25;first half original value
0x0000072c 0x35ce4d38;second half original value
0x00000730 0xad2e2404;second half addy
0x00000734 0x03E00008
PLEASE HELP
__________________
Bookmarks