Skip to content

Preserve global variable index when disassembling with extra info #251

@x87

Description

@x87
{$CLEO .cs}
Alloc($Hidden_Greenwood_2,2771) // Duplicate always hidden Greenwood at the Jefferson Hotel
0ace: "Index %d" $Hidden_Greenwood_2
0A93: terminate_this_custom_script

compile with extra info, then decompile, then compile without extra info, then decompile

{$CLEO .cs}

print_help_formatted "Index %d" $4  <------ should be $2771
terminate_this_custom_script 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions