From 1bf2fb921d76be7f792b87da3e6cc08927701669 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Thu, 4 May 2023 22:50:34 +0300 Subject: [PATCH] add guidelines addresses --- bindings/GeometryDash.bro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro index 5ada1996..2582adb6 100644 --- a/bindings/GeometryDash.bro +++ b/bindings/GeometryDash.bro @@ -858,9 +858,11 @@ class CountTriggerAction : cocos2d::CCNode { } class CreateGuidelinesLayer : FLAlertLayer, FLAlertLayerProtocol { - void onStop(cocos2d::CCObject* sender) = win 0x4d2c0; - - PAD = win 0x24; + void doClearGuidelines() = win 0x4cf60, mac 0x299690; + void onStop(cocos2d::CCObject* sender) = win 0x4d2c0, mac 0x2990f0; + PAD = win 0x4, mac 0x8; + LevelSettingsObject* m_levelSettings; + PAD = win 0x1c; gd::string m_guidelineString; } @@ -3506,7 +3508,7 @@ class HardStreak : cocos2d::CCDrawNode { bool m_isSolid; } -class InfoAlertButton { +class InfoAlertButton : CCMenuItemSpriteExtra { bool init(gd::string const& title, gd::string const& text, float scale) = win 0x14ef50; void activate() = win 0x14f050; inline InfoAlertButton() {} @@ -4055,6 +4057,8 @@ class LocalLevelManager : GManager { virtual void encodeDataTo(DS_Dictionary* data) = mac 0x35ed60, win 0x18e040; virtual void dataLoaded(DS_Dictionary* data) = mac 0x35eda0, win 0x18e070; + cocos2d::CCDictionary* getAllLevelsInDict() = mac 0x35e3d0, win 0x18d7c0; + PAD = mac 0x10, win 0x1C; cocos2d::CCDictionary* m_loadData; cocos2d::CCDictionary* m_levelData;