diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-12-13 21:40:34 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-12-13 21:40:34 -0600 |
commit | 1ecc9bbfe65096b6f5601385b24095afcc918563 (patch) | |
tree | f3ac5050f24b6ab3ac03d5d1a56e066fcc405272 /kamek_pal.x | |
parent | ac0ced5b71d2cf2bce444fce88e7b359ac08815c (diff) | |
download | kamek-1ecc9bbfe65096b6f5601385b24095afcc918563.tar.gz kamek-1ecc9bbfe65096b6f5601385b24095afcc918563.zip |
Lots of bug fixes for various bosses, a thundercloud fix, and level special timer improvements.
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 4e4b426..f0e75db 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -111,6 +111,8 @@ SECTIONS { OneofManySoundPlayers = 0x800CE9B0; BombExplodeState = 0x80B12A48; NoFreezie = 0x800A0B08; + GameTimer = 0x8042A350; + GameTimerB = 0x80D25BF8; DoSceneChange__FUsUiUi = 0x800E1F50; |