Skip to content

Commit fdf808a

Browse files
committed
Icon Randomizer API bindings
1 parent 110be27 commit fdf808a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7105,7 +7105,7 @@ class GameManager : GManager {
71057105
}
71067106
TodoReturn getPracticeMusicFile() = ios 0x312140, m1 0x2f6540, imac 0x363850;
71077107
bool getUGV(char const*) = ios 0x319198, win 0x180480, imac 0x370a10, m1 0x301df0;
7108-
void getUnlockForAchievement(gd::string, int&, UnlockType&) = win 0x179980, m1 0x2f7a94, imac 0x3650e0;
7108+
void getUnlockForAchievement(gd::string, int&, UnlockType&) = win 0x179980, m1 0x2f7a94, imac 0x3650e0, ios 0x313158;
71097109
TodoReturn groundHasSecondaryColor(int);
71107110
TodoReturn iconAndTypeForKey(int, int&, int&);
71117111
gd::string iconKey(int, IconType) = win 0x1792b0;
@@ -8276,7 +8276,7 @@ class GameStatsManager : cocos2d::CCNode {
82768276
void preSaveGameStats() = win 0x1f0630;
82778277
TodoReturn processChallengeQueue(int) = win 0x1df950, m1 0x67160, imac 0x73590;
82788278
TodoReturn processOnlineChests();
8279-
bool purchaseItem(int) = win 0x1d12e0, m1 0x5aa80, imac 0x663e0;
8279+
bool purchaseItem(int) = win 0x1d12e0, m1 0x5aa80, imac 0x663e0, ios 0x32bdb0;
82808280
TodoReturn recountSpecialStats() = ios 0x3351a4, m1 0x69188;
82818281
TodoReturn recountUserCoins(bool);
82828282
void registerRewardsFromItem(GJRewardItem*) = win 0x1ee170;
@@ -8317,7 +8317,7 @@ class GameStatsManager : cocos2d::CCNode {
83178317
TodoReturn unlockGoldChest(int) = ios 0x33e16c;
83188318
void unlockOnlineChest(gd::string) = win 0x1e7410;
83198319
TodoReturn unlockPathChest(int);
8320-
GJRewardItem* unlockSecretChest(int) = win 0x1e75a0, m1 0x7f6f4, imac 0x8ba60;
8320+
GJRewardItem* unlockSecretChest(int) = win 0x1e75a0, m1 0x7f6f4, imac 0x8ba60, ios 0x33e00c;
83218321
GJRewardItem* unlockSpecialChest(gd::string) = win 0x1e7250, m1 0x6b8c8, imac 0x77ff0, ios 0x336884;
83228322
TodoReturn updateActivePath(StatKey);
83238323
gd::string usernameForAccountID(int);

0 commit comments

Comments
 (0)