diff options
author | Treeki <treeki@gmail.com> | 2013-02-28 05:49:33 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-28 05:49:33 +0100 |
commit | 9880d3e1e0fff5b30366ebb886676ca3251cf151 (patch) | |
tree | 59960dc97fc5b1359021d789bc9d34206e80793c /kamek_pal.x | |
parent | b8848b5f806addd48c20c0aa8606d281ec00d23f (diff) | |
download | kamek-9880d3e1e0fff5b30366ebb886676ca3251cf151.tar.gz kamek-9880d3e1e0fff5b30366ebb886676ca3251cf151.zip |
finish the stupid hammer bro hack
Diffstat (limited to '')
-rw-r--r-- | kamek_pal.x | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index c4bb1d6..c3ceadd 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1,6 +1,8 @@ SECTIONS { GetPosForLayoutEffect__FP7Point3db = 0x800B37E0; + ContinueFromJustOneBomb = 0x80A123AC; + SmoothRotation__FPsss = 0x8015F630; KazanRock_OriginalCollisionCallback = 0x8081F420; @@ -156,7 +158,7 @@ SECTIONS { AlwaysDrawBranch = 0x80064544; GenerateRandomNumber = 0x800B2EE0; OneofManySoundPlayers = 0x800CE9B0; - BombExplodeState = 0x80B12A48; + BombSleepState = 0x80B12A88; NoFreezie = 0x800A0B08; GameTimer = 0x8042A350; GameTimerB = 0x80D25BF8; |