diff options
Diffstat (limited to '')
-rw-r--r-- | src/shyguyGiants.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shyguyGiants.cpp b/src/shyguyGiants.cpp index 3088825..b9415aa 100644 --- a/src/shyguyGiants.cpp +++ b/src/shyguyGiants.cpp @@ -74,6 +74,8 @@ class daShyGuyGiant : public dEn_c { bool collisionCat5_Mario(ActivePhysics *apThis, ActivePhysics *apOther); bool collisionCat11_PipeCannon(ActivePhysics *apThis, ActivePhysics *apOther); + void powBlockActivated(bool isMPGP); + void _vf148(); void _vf14C(); bool CreateIceActors(); @@ -264,6 +266,8 @@ daShyGuyGiant *daShyGuyGiant::build() { void daShyGuyGiant::_vf264(dStageActor_c *other) { } // if other is player or yoshi, do Wm_en_hit and a few other things void daShyGuyGiant::_vf268(void *other) { } // AcPy/PlBase? plays the SE_EMY_DOWN_SPIN_%d sounds based on some value + void daShyGuyGiant::powBlockActivated(bool isMPGP) { + } bool daShyGuyGiant::calculateTileCollisions() { // Returns true if sprite should turn, false if not. |