diff options
Diffstat (limited to '')
-rw-r--r-- | koopatlas.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/koopatlas.yaml b/koopatlas.yaml index 5c9c081..377e9eb 100644 --- a/koopatlas.yaml +++ b/koopatlas.yaml @@ -98,3 +98,9 @@ hooks: addr_pal: 0x800D52F0 data: '41820010' + - name: ResetAllCompletionCandidates + type: branch_insn + branch_type: b + src_addr_pal: 0x800B2FF0 + target_func: 'ResetAllCompletionCandidates(void)' + |