Skip to content

Commit

Permalink
OOPS LOL wrong hasSecretCoin imac address (geode-sdk#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weebifying authored Jul 31, 2024
1 parent f53db6e commit 290ef69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -6575,7 +6575,7 @@ class GameStatsManager : cocos2d::CCNode {
bool hasCompletedStarLevel(GJGameLevel*) = ios 0x340ef4;
bool hasPendingUserCoin(char const*) = win 0x1d5a00, m1 0x63484, imac 0x6f5b0;
bool hasRewardBeenCollected(GJRewardType, int);
bool hasSecretCoin(char const*) = win 0x1d5ac0, imac 0x6cd6, m1 0x60c9c;
bool hasSecretCoin(char const*) = win 0x1d5ac0, imac 0x6cd60, m1 0x60c9c;
bool hasUserCoin(char const*) = win 0x1d5880, m1 0x6356c, imac 0x6f690;
TodoReturn incrementActivePath(int);
TodoReturn incrementChallenge(GJChallengeType, int) = win 0x1d7970;
Expand Down

0 comments on commit 290ef69

Please sign in to comment.