diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-07-15 15:16:26 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-07-15 15:16:26 -0500 |
commit | 85ffcf8e57ab7a90318b8e24f62257b5393f7330 (patch) | |
tree | bf583ab2c8a1bc6f9a16b4a7a925a6daee541982 /bossBridgeBowser.yaml | |
parent | a463a96cf84284b4a54eb4c57bf929a523157b45 (diff) | |
download | kamek-85ffcf8e57ab7a90318b8e24f62257b5393f7330.tar.gz kamek-85ffcf8e57ab7a90318b8e24f62257b5393f7330.zip |
Lots of bug fixes, changing up the giga goomba, added in shy guy samurai boss
Diffstat (limited to '')
-rw-r--r-- | bossBridgeBowser.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bossBridgeBowser.yaml b/bossBridgeBowser.yaml index c7aea6c..d655274 100644 --- a/bossBridgeBowser.yaml +++ b/bossBridgeBowser.yaml @@ -49,6 +49,11 @@ hooks: src_addr_pal: 0x80B7E804 target_func: 'BowserDoomSpriteCollision(dEn_c *, ActivePhysics *, ActivePhysics *)' + - name: RemoveBowserAnimationCheck + type: patch + addr_pal: 0x80B4157C + data: '60000000' + # - name: SetBowserBridgeHP # type: patch # addr_pal: 0x80B3E478 |