You think I'm a noob or what ? lmao
I posted my message before you release "your" code.

It's possible to extract a code from a PRX file, it took me 3 minutes for this PRX.

1. -> Your file is a C file, a source file.
2. -> You transform it with the PSP compiler in a PRX file.
-> Compiler transforms the C source in a MIPS code (aka PRX file).
3. -> I look around the MIPS code
4. -> I find the code


I just had to go at the end of PRX file, and you know what I found ?
I found some variables values.

==> http://myniceup.free.fr/files/ff79c5...a71d822199.png

Oh, I found the pointer to your code.