Skip to content

(Twilight Princess ShieldD specific) Copy g_regHIO string to clipboard #287

@YunataSavior

Description

@YunataSavior

For matching Twilight Princess functions in ShieldD debug, I must take the following two steps:

  1. Right-click the asm line lfs ... [hex-offset] <g_regHIO+[hex-offset] and copy the offset to clipboard. See screenshot below.
    1. Same story for lha ..., as there's both float and s16 g_regHIO values.
  2. Paste the following into Powershell:
python .\tools\utilities\greg_calc.py f [hex-offset] | Set-Clipboard

(For s16, replace f with s)

Image

I would like to simplify this by having the precise string inside of objdiff that I can directly copy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions