diff options
Diffstat (limited to 'kamek_pal.x')
-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 95f5487..b8d992d 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -13,6 +13,7 @@ SECTIONS { sAllocatorFunc__FrmHeap = 0x8042E5B0; GetActivePlayerCount = 0x8005FFB0; + GetActiveLivingPlayerCount = 0x8005FEF0; getEffectiveScreenLeft__19ClassWithCameraInfoFv = 0x80082240; instance__19ClassWithCameraInfo = 0x8042A0E0; @@ -75,7 +76,6 @@ SECTIONS { modifyPlayerPropertiesWithRollingObject = 0x80057820; EN_LandbarrelPlayerCollision = 0x80A582A0; - GetCountofActivePlayers = 0x8005FFB0; /* Boss Related */ @@ -86,6 +86,8 @@ SECTIONS { ShakeScreen = 0x800D8D50; StageScreen = 0x8042A2E8; + ShakePlayers = 0x80B60180; + StopPlayerShake = 0x80B60220; createChild__13dStageActor_cF6ActorsP13dStageActor_cUiP7Point3dP6S16VecUc = 0x80064680; GameMgrBossEndFunc = 0x8001CDB0; |