diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-14 00:35:51 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-14 00:35:51 -0500 |
commit | c50be3fc02212aab84a9687f05b1ed5aa5695c78 (patch) | |
tree | 5744e5d3b55ddf3b214d4a2574e42ac58818bee2 /kamek_pal.x | |
parent | 90024c1ccea34513a80ec07749d12ff56c613ac0 (diff) | |
download | kamek-c50be3fc02212aab84a9687f05b1ed5aa5695c78.tar.gz kamek-c50be3fc02212aab84a9687f05b1ed5aa5695c78.zip |
fixed up collisions, added a bunch of boss improvements TAKE TWO
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index c3ad2d7..7446d34 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -53,6 +53,7 @@ SECTIONS { modifyPlayerPropertiesWithRollingObject = 0x80057820; EN_LandbarrelPlayerCollision = 0x80A582A0; + GetCountofActivePlayers = 0x8005FFB0; /* Boss Related */ |