diff options
author | Treeki <treeki@gmail.com> | 2013-02-07 03:47:23 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-07 03:47:23 +0100 |
commit | 74e1b36b62bfcbdc114e69c3071a989d245b800c (patch) | |
tree | eae6bf9b25dbf0b362e46ad4b9dede2473dd67cc /src/shyguyGiants.cpp | |
parent | 64cd97926e2a45f5220a23626721e60d0ceacfae (diff) | |
download | kamek-74e1b36b62bfcbdc114e69c3071a989d245b800c.tar.gz kamek-74e1b36b62bfcbdc114e69c3071a989d245b800c.zip |
pow block method renamed, plus fixes for some enemies/bosses
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. |