Quote from: BLU3Y on December 15, 2011, 02:30:23 PM
Hi
I made this code
90000 points
05643EE0 00015F90
1. I was wondering how i go about making the code end so your score add's to it.
2. If it makes any difference to asm it and how i go about doing it
http://prntscr.com/4mx3b
Hi
BLU3Y i just made it for the Ntsc Usa Version and the Pal Version too.
(The Ntsc Usa code is working for the Pal Version too.)
- I made a 32 bits search on 80 range.
[spoiler]
(http://jafile.com/uploads/crapulecorp/gecko.net01.jpg)[/spoiler]
- I found the adress for the score and brekpoint it.
[spoiler](http://jafile.com/uploads/crapulecorp/gecko.net02.jpg)[/spoiler]
- The original instructions in the breakpoint tab was :
806A2170 901F002C stw r0,44(r31)
- I used these instructions for max score on 806A2170 :
lis r0,15
ori r0,r0,16959
stw r0,44(r31)
[spoiler](http://jafile.com/uploads/crapulecorp/gecko.net03.jpg)[/spoiler]
- So the code is :
If Increase Max Points [Crapulecorp]
C26A2170 00000002
3C00000F 6000423F
901F002C 00000000
[spoiler](http://jafile.com/uploads/crapulecorp/gecko.net04.jpg)[/spoiler]
And at the end of the stage i get gold medal. :) :) :)