Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
Added offsets for 3.60-REX
Browse files Browse the repository at this point in the history
  • Loading branch information
FMudanyali committed Nov 1, 2020
1 parent a2e0b40 commit 4cfa336
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ int module_start(SceSize args, void *argp) {
break;
case 0x6CB01295: // 3.60 PDEL
case 0xEAB89D5C: // 3.60 PTEL
offset_shellshot = 0x142d5c;
offset_dialog = 0x2223e0;
break;
case 0x5549BF1F: // 3.65 retail
offset_shellshot = 0x14a980;
offset_dialog = 0x22a048;
Expand Down

0 comments on commit 4cfa336

Please sign in to comment.