Alright, sorry mods, I was able to solve it myself.
For future reference and for other hackers out there:
My mistake was that MIPS doesn't allow you to have a jump instruction within in the delay slot of another jump instruction.
You know how in MIPS if you have something like
move $v0, $s0
jal...
Hi all,
I'm going insane right now and I need help :D
So, I've done some hacking in God of War recently and made two cheats which give me infinite health and infinite magic. The health cheat was a bit more complicated to make but basically I have written my own little subroutine which seems to...
Hi guys,
I'm relatively new to the PS2 homebrew scene and I'm having some difficulties finding an answer to the following question so I figured I might as well ask the experts :)
I'm currently running a SCPH-30004 PS2 with a Modbo 5.0 modchip and I'm using OPL to play games from an internal...
Thank you both for your answers! Really highly appreciated :) I'm going to try writing a hook myself. It won't have to be anything fancy anyway, I only need to NOP to jumps ^^
Hi all,
tl;dr: Shadow of the Colossus main binary doesn't seem to contain the entire code of the game...where else can I look?
I'm a bit stumped with a technical question regarding PS2 games right now and I'm hoping somebody here can help me.
I love writing assembly based cheat codes for games...