diff options
author | Treeki <treeki@gmail.com> | 2012-10-31 00:50:54 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-31 00:50:54 +0100 |
commit | e7ffd801beef0f4b5e49db7d384fb3dd77c5a68c (patch) | |
tree | 41a6fcad926c1e92a4c4405e2d7d85b24f911eb7 /koopatlas.yaml | |
parent | 4e43d350d71fcbd90bc8e647aa53fc5152bb1de8 (diff) | |
download | kamek-e7ffd801beef0f4b5e49db7d384fb3dd77c5a68c.tar.gz kamek-e7ffd801beef0f4b5e49db7d384fb3dd77c5a68c.zip |
bugfixes and some cleanup
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 3556996..c21403e 100644 --- a/koopatlas.yaml +++ b/koopatlas.yaml @@ -1,5 +1,6 @@ --- source_files: + - ../src/koopatlas/fixes.S - ../src/boss.cpp # wtf is this doing in the Level Select/WorldMap stuff?? - ../src/fileload.cpp - ../src/scene.S @@ -80,3 +81,8 @@ hooks: # branch_type: b # target_func: 'UniversalFunctionLog' + - name: ClearLastPowerupStoreTypeAfterGameOver + type: branch_insn + src_addr_pal: 0x809216EC + branch_type: b + target_func: ClearLastPowerupStoreTypeAfterGameOver |