You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{$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
The text was updated successfully, but these errors were encountered:
if VAR section has a custom variable which is not in CustomVariables.ini add Alloc(name, index)
x87
changed the title
Preserve global varialble index when disassembling with extra info
Preserve global variable index when disassembling with extra info
Sep 9, 2023
compile with extra info, then decompile, then compile without extra info, then decompile
The text was updated successfully, but these errors were encountered: