mirror of
https://github.com/array-in-a-matrix/SAROO.git
synced 2025-04-02 10:31:43 -04:00
new patch scheme for "Samurai Spirits - Zankuro Musouken"
This commit is contained in:
parent
627cb7cb3b
commit
32b27ed807
1 changed files with 6 additions and 8 deletions
|
@ -56,17 +56,15 @@ void smrsp4_patch(void)
|
||||||
|
|
||||||
/**********************************************************/
|
/**********************************************************/
|
||||||
// Samurai Spirits - Zankuro Musouken
|
// Samurai Spirits - Zankuro Musouken
|
||||||
// 0x0605ad32: mov.l #0x23301ff0, r1
|
// 0x0600d1d0: 23301ff0
|
||||||
// need change to 0x34403440
|
// 0x0605ad90: 23301ff0
|
||||||
|
|
||||||
static void smrsp5_handle(REGS *reg)
|
static void smrsp5_handle(REGS *reg)
|
||||||
{
|
{
|
||||||
if(reg->r2==0x23301ff0){
|
reg->r2 = 0x34403440;
|
||||||
reg->r2 = 0x34403440;
|
*(u32*)0x0600d1d0 = 0x34403440;
|
||||||
break_in_game_next(0x0605ad32, smrsp5_handle);
|
*(u32*)0x0605ad90 = 0x34403440;
|
||||||
}else{
|
set_break_pc(0, 0);
|
||||||
reg->r1 = 0x34403440;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue