diff options
author | Treeki <treeki@gmail.com> | 2013-02-25 22:03:47 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-25 22:03:47 +0100 |
commit | 027164e4b4baa4ac02ad8647b9977798c540297a (patch) | |
tree | 04b54ca80bcb98ac928ea02eafe0dd69fdded148 /koopatlas.yaml | |
parent | 6cfe2dd3ddce416e8884dd61218751bc5c77e54c (diff) | |
download | kamek-027164e4b4baa4ac02ad8647b9977798c540297a.tar.gz kamek-027164e4b4baa4ac02ad8647b9977798c540297a.zip |
implement completion congratulations messages
Diffstat (limited to 'koopatlas.yaml')
-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)' + |