-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[+] Added Challenge [+] Added More Convenience Functions [+] Added More Unions for Easier Naming [+] Added Zombie Functions [+] Added LunaHook Wrappers (UNTESTED) TODO: Add the rest of the Zombie functions. (Stopped at IsTangleKelpTarget) Add the rest of the Lawn functions. Test LunaWrappers.
- Loading branch information
Showing
21 changed files
with
1,882 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#pragma once | ||
#include "CGeometry.h" | ||
|
||
class Challenge | ||
{ | ||
public: | ||
LawnApp* mApp; | ||
Lawn* mLawn; | ||
bool mBeghouledMouseCapture; | ||
int mBeghouledMouseDownX; | ||
int mBeghouledMouseDownY; | ||
bool mBeghouledEated[9][6]; | ||
bool mBeghouledPurcasedUpgrade[3]; | ||
int mBeghouledMatchesThisMove; | ||
ChallengeState mChallengeState; | ||
int mChallengeStateCounter; | ||
int mConveyorBeltCounter; | ||
int mChallengeScore; | ||
bool mShowBowlingLine; | ||
SeedType mLastConveyorSeedType; | ||
int mSurvivalStage; | ||
int mSlotMachineRollCount; | ||
ReanimationID mReanimChallenge; | ||
ReanimationID mReanimCloud[6]; | ||
int mCloudCounter[6]; | ||
int mChallengeGridX; | ||
int mChallengeGridY; | ||
int mScaryPotterPots; | ||
int mRainCounter; | ||
int mTreeOfWisdomTalkIndex; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.