Puss In Boots [SSBP72]

Started by BLU3Y, December 15, 2011, 02:30:23 PM

Previous topic - Next topic

BLU3Y

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


Crapulecorp

#1
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][/spoiler]

- I found the adress for the score and brekpoint it.

[spoiler][/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][/spoiler]

- So the code is :

If Increase Max Points [Crapulecorp]
C26A2170 00000002
3C00000F 6000423F
901F002C 00000000

[spoiler][/spoiler]

And at the end of the stage i get gold medal. :) :) :)