For matching Twilight Princess functions in ShieldD debug, I must take the following two steps:
- Right-click the asm line
lfs ... [hex-offset] <g_regHIO+[hex-offset] and copy the offset to clipboard. See screenshot below.
- Same story for
lha ..., as there's both float and s16 g_regHIO values.
- Paste the following into Powershell:
python .\tools\utilities\greg_calc.py f [hex-offset] | Set-Clipboard
(For s16, replace f with s)
I would like to simplify this by having the precise string inside of objdiff that I can directly copy.