Skip to content

Add PAL support for Sly 3 #24

@zzamizz

Description

@zzamizz

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)

  1. english
  2. french
  3. italian
  4. german
  5. spanish
  6. portuguese
  7. dutch
  8. danish
  9. norwegian
  10. swedish
  11. finnish

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions