Skip to content

Use CLPS2C "WriteString" instead of W32 for strings #21

@zzamizz

Description

@zzamizz

When using --clps2c, instead of outputting W32 lines and 4 sets of bytes, it could output WriteString lines (or WS) with the actual string in quotes

Example .CSV:

5551,CheatNet,F0F00

Output before:

    W32 F0F00 0x0043FEFF
    W32 F0F04 0x00650068
    W32 F0F08 0x00740061
    W32 F0F0C 0x0065004E
    W32 F0F10 0x00000074

Output after:

    WS F0F00 "CheatNet\0"

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