From 74e1b36b62bfcbdc114e69c3071a989d245b800c Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 7 Feb 2013 03:47:23 +0100 Subject: pow block method renamed, plus fixes for some enemies/bosses --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/game.h b/include/game.h index ce7a672..9cd9452 100755 --- a/include/game.h +++ b/include/game.h @@ -2372,7 +2372,7 @@ public: virtual bool collisionCat14_YoshiFire(ActivePhysics *apThis, ActivePhysics *apOther); virtual void _vf140(dStageActor_c *actor); - virtual void _vf144(int something); + virtual void powBlockActivated(bool isMPGP); virtual void _vf148(); // deletes actors held by Class484 and other stuff virtual void _vf14C(); // deletes actors held by Class484 and makes an En Coin Jump virtual u32 _vf150(); // reads some bits from a value in Class1EC -- cgit v1.2.3