diff options
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 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 |