User Tag List

Results 1 to 4 of 4

Thread: Help with this joker please

  1. #1
    Help with this joker please

    User Info Menu

    Help with this joker please

    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
    __________________
    PSP Coder
    MIPS

  2. #2
    Help with this joker please

    User Info Menu

    Re: Help with this joker please

    Right off the bat, the button value for square is 8000, not 0400.

    Also, just make a new t register and load the offset in it. Do the same as you would to normally pair up address + hex.

    Just unDMA and joker it, if need be joker the subroutine.
    Quote Originally Posted by Epic of HITB
    get... 1) a mini fridge | 2) A toilet installed in your room | 3) a closet full of non-perishable foods | 4) Lyscol ( who needs showers anyway?) | 5) tons of books articles lectures zines etc etc

    Dont leave your room...EVER... AND I MEAN EVER
    Damned six line limit! *NERD RAGE*

  3. #3
    Help with this joker please

    User Info Menu

    Re: Help with this joker please

    But square button for ftb3 is 0400
    PSP Coder
    MIPS

  4. #4
    jerrmy12
    Guest

    Re: Help with this joker please

    how do you ADD a joker to a non joker code or 1 line code?

    ----Added 30/6/2010 at 10:42 PM----
    can anyone help?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •