From 3c3f7aacf33f7d706bc46ca77d34858ad4048823 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:17:34 +0300 Subject: [PATCH] fix gjgamelevel dataloaded macchew --- bindings/GeometryDash.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 561bfa30..d905ff04 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -2256,7 +2256,7 @@ class GJGameLevel : cocos2d::CCNode { void getNormalPercent() = mac 0x2b8b20; void levelWasAltered() = mac 0x2db530, win 0xbd550; void savePercentage(int, bool, int, int, bool) = mac 0x2db700; - void dataLoaded(DS_Dictionary* dict) = mac 0x2922f0, win 0xbded0, ios 0x6fca4; + void dataLoaded(DS_Dictionary* dict) = mac 0x2dc0e0, win 0xbded0, ios 0x6fca4; GJDifficulty getAverageDifficulty() = win 0xbd9b0; gd::string getUnpackedLevelDescription() = win 0xbf890; gd::string lengthKeyToString(int key) = win 0xbd910;