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 3cf2aab..1b619c9 100644 --- a/koopatlas.yaml +++ b/koopatlas.yaml @@ -108,3 +108,9 @@ hooks: src_addr_pal: 0x800B2FF0 target_func: 'ResetAllCompletionCandidates(void)' + - name: UpdateFSStars + type: branch_insn + branch_type: b + src_addr_pal: 0x801028D0 + target_func: 'UpdateFSStars(void)' + |