SkyTemple/c-of-time

Patching: support for referencing symbols in more instructions

Closed this issue · 0 comments

e.g. ldr r0, =my_symbol doesn't work in patches. Symbols are currently resolved via a regex replace in patch.py, actually feeding symbols to Keystone Engine would be preferable if possible for universal support.