From 6504943a85c8b5c21ec8806e884bfc614a7e4ae0 Mon Sep 17 00:00:00 2001 From: hvven <132185397+hvven@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:31:50 +0900 Subject: [PATCH] Update GeometryDash.bro --- bindings/2.206/GeometryDash.bro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/2.206/GeometryDash.bro b/bindings/2.206/GeometryDash.bro index 881a7199f..d89b956a1 100644 --- a/bindings/2.206/GeometryDash.bro +++ b/bindings/2.206/GeometryDash.bro @@ -13768,13 +13768,13 @@ class PlayerObject : GameObject, AnimatedSpriteDelegate { void preCollision() = m1 0x3855d8, imac 0x40d7d0; bool preSlopeCollision(float, GameObject*) = win 0x36d370; void propellPlayer(float, bool, int) = win 0x37d860, imac 0x424240, m1 0x398e28; - void pushButton(PlayerButton) = win 0x375f70, imac 0x41d330, m1 0x393880; + void pushButton(PlayerButton) = win 0x375f70, imac 0x41d330, m1 0x392760; TodoReturn pushDown(); void pushPlayer(float); TodoReturn redirectDash(float); TodoReturn redirectPlayerForce(float, float, float, float); void releaseAllButtons() = win 0x37d110, imac 0x423a90, m1 0x398664; - void releaseButton(PlayerButton) = win 0x376200, imac 0x41e7b0, m1 0x392760; + void releaseButton(PlayerButton) = win 0x376200, imac 0x41e7b0, m1 0x393880; TodoReturn removeAllParticles(); void removePendingCheckpoint() = win 0x3801a0; TodoReturn removePlacedCheckpoint();