Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
ea9b4bd3ba | |||
4cfa336786 | |||
a2e0b4095f |
@ -6,7 +6,7 @@ Best used with reScreeny: https://forum.devchroma.nl/index.php/topic,51.0.html
|
|||||||
|
|
||||||
# How do I install it?
|
# How do I install it?
|
||||||
|
|
||||||
Get it from here: https://github.com/FMudanyali/TrophyShot/releases
|
Get it from here: https://git.homd.xyz/FMudanyali/TrophyShot/releases
|
||||||
|
|
||||||
In config.txt inside tai folder,
|
In config.txt inside tai folder,
|
||||||
|
|
||||||
|
3
main.c
3
main.c
@ -76,6 +76,9 @@ int module_start(SceSize args, void *argp) {
|
|||||||
break;
|
break;
|
||||||
case 0x6CB01295: // 3.60 PDEL
|
case 0x6CB01295: // 3.60 PDEL
|
||||||
case 0xEAB89D5C: // 3.60 PTEL
|
case 0xEAB89D5C: // 3.60 PTEL
|
||||||
|
offset_shellshot = 0x142d5c;
|
||||||
|
offset_dialog = 0x2223e0;
|
||||||
|
break;
|
||||||
case 0x5549BF1F: // 3.65 retail
|
case 0x5549BF1F: // 3.65 retail
|
||||||
offset_shellshot = 0x14a980;
|
offset_shellshot = 0x14a980;
|
||||||
offset_dialog = 0x22a048;
|
offset_dialog = 0x22a048;
|
||||||
|
Reference in New Issue
Block a user