mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-18 14:02:34 +00:00
Remove storage device prompt on new game
A.K.A. The Fucking Thing™️
This commit is contained in:
parent
b4296ff701
commit
b0562b4360
2 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ void WerehogBattleMusicMidAsmHook(PPCRegister& r11)
|
||||||
r11.u8 = 3;
|
r11.u8 = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void StorageDevicePromptMidAsmHook() {}
|
||||||
|
|
||||||
/* Hook function that gets the game region
|
/* Hook function that gets the game region
|
||||||
and force result to zero for Japanese
|
and force result to zero for Japanese
|
||||||
to display the correct logos. */
|
to display the correct logos. */
|
||||||
|
|
|
||||||
|
|
@ -447,3 +447,9 @@ registers = ["r1", "r29"]
|
||||||
name = "GetDatabaseDataMidAsmHook"
|
name = "GetDatabaseDataMidAsmHook"
|
||||||
address = 0x827D6018 # Particle Material XML
|
address = 0x827D6018 # Particle Material XML
|
||||||
registers = ["r1", "r30"]
|
registers = ["r1", "r30"]
|
||||||
|
|
||||||
|
# Removes the storage device prompt on new game
|
||||||
|
[[midasm_hook]]
|
||||||
|
name = "StorageDevicePromptMidAsmHook"
|
||||||
|
address = 0x822C53CC
|
||||||
|
jump_address = 0x822C53F8
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue