Results 1 to 1 of 1
  1. #1
    Elyne1331's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Location
    01000100 01100001 01110100 01100001
    Posts
    19
    Reputation
    10
    Thanks
    1
    My Mood
    Amused

    Ps2dis Subrutine

    Decided to learn some mips assembly for my old psp (even though the community is dead now) but am having trouble everything in the code looks right but when I enable it nothing happens
    The game is tomb raider legends (ULUS-10110)


    I just wanted to mod the text as you can see.


    #Text Mod (Options) Fake address
    0x004ee0ec 0x37333331


    #Text mod (Options) Real Address
    0x08cee0ec 0x37333331

    this is what I did in ps2dis

    Hook (First line in sub) (HOOK: 08800098)
    lui t0 $(First half of your address)
    lui t1 $(First half of your hex)
    ori t1 t1 $(Second half of your hex)
    sw t1 $(Second half of your address)(t0)
    jr ra

    #Subroutine
    0x00000098 0x0a200002
    0x00000008 0x3c0808ce
    0x0000000c 0x3c093733
    0x00000010 0x35293331
    0x00000014 0xad09e0ec
    0x00000018 0x03e00008

    Attached Thumbnails Attached Thumbnails
    sub.jpg  

    Last edited by Elyne1331; 10-18-2014 at 05:21 PM.