-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I noticed the PAL support was commented out and incomplete, so I finished it:
in generator.py, line 60
title="Sly 3: Honour Among Thieves (Europe)",
crc="8164C614",
hook_adr=0x150640,
hook_delayslot="lw $v0, 0x4($v1)",
lang_adr=0x36BBA0,
asm_adr=0x45C5C0,
strings_adr=0x0F1050,
encoding='UTF-16'
It's tested and I can confirm that custom strings work
You just have to make a separate language IDs list for Sly 3, here are the language IDs:
(yes, it starts with 1 and not 0)
- english
- french
- italian
- german
- spanish
- portuguese
- dutch
- danish
- norwegian
- swedish
- finnish
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request