From c01291d13c41859a6e040145cbfe28e8cdfa1a5b Mon Sep 17 00:00:00 2001
From: HJfod <60038575+HJfod@users.noreply.github.com>
Date: Mon, 29 Aug 2022 00:26:42 +0300
Subject: [PATCH] add address fix from
 https://github.com/geode-sdk/geode/pull/35

---
 bindings/GeometryDash.bro | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/GeometryDash.bro b/bindings/GeometryDash.bro
index 939d110b..e4eceb71 100644
--- a/bindings/GeometryDash.bro
+++ b/bindings/GeometryDash.bro
@@ -4017,7 +4017,7 @@ class PlayLayer : GJBaseGameLayer, CCCircleWaveDelegate, CurrencyRewardDelegate,
     void loadFromCheckpoint(CheckpointObject*) = mac 0x7f000, win 0x0, ios 0x0;
     void loadLastCheckpoint() = mac 0x7efc0, win 0x0, ios 0x0;
     void loadSavedObjectsState(gd::string) = mac 0x7f3d0, win 0x0, ios 0x0;
-    void markCheckpoint() = mac 0x7ef60, win 0x25fb60, ios 0x0;
+    void markCheckpoint() = mac 0x7ef60, win 0x20b450, ios 0x0;
     void moveCameraToPos(cocos2d::CCPoint) = mac 0x7c980, win 0x0, ios 0x0;
     virtual void onEnterTransitionDidFinish() = mac 0x806e0, win 0x20dbd0, ios 0x0;
     virtual void onExit() = mac 0x80710, win 0x020D810, ios 0x0;
@@ -4071,7 +4071,7 @@ class PlayLayer : GJBaseGameLayer, CCCircleWaveDelegate, CurrencyRewardDelegate,
     void startRecordingDelayed() = mac 0x7fed0, win 0x0, ios 0x0;
     void stopCameraShake() = mac 0x75900, win 0x0, ios 0x0;
     void stopRecording() = mac 0x6d090, win 0x0, ios 0x0;
-    void storeCheckpoint(CheckpointObject*) = mac 0x7ef10, win 0x0, ios 0x0;
+    void storeCheckpoint(CheckpointObject*) = mac 0x7ef10, win 0x20b420, ios 0x0;
     void switchToFlyMode(PlayerObject*, GameObject*, bool, int) = mac 0x7baf0, win 0x0, ios 0x0;
     void switchToRobotMode(PlayerObject*, GameObject*, bool) = mac 0x7bc80, win 0x0, ios 0x0;
     void switchToRollMode(PlayerObject*, GameObject*, bool) = mac 0x7bbe0, win 0x0, ios 0x0;