Skip to content

Commit ebecc1b

Browse files
authored
some win addresses and GJBaseGameLayer member (geode-sdk#912)
* Update GeometryDash.bro * Update Android32.cpp * Update Android64.cpp
1 parent e085fbc commit ebecc1b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4165,7 +4165,7 @@ class EditorUI : cocos2d::CCLayer, FLAlertLayerProtocol, ColorSelectDelegate, GJ
41654165
TodoReturn createGlow();
41664166
void createLoop() = win 0x117c90;
41674167
void createMoveMenu() = win 0x119350, m1 0x400a8, imac 0x464d0;
4168-
TodoReturn createNewKeyframeAnim();
4168+
void createNewKeyframeAnim() = win 0x1179f0;
41694169
GameObject* createObject(int, cocos2d::CCPoint) = win 0x10e840;
41704170
TodoReturn createOutlines(cocos2d::CCArray*);
41714171
void createPrefab(GJSmartTemplate*, gd::string, int) = win 0x1160f0;
@@ -8390,7 +8390,7 @@ class GJBaseGameLayer : cocos2d::CCLayer, TriggerEffectDelegate {
83908390
void removeFromGroups(GameObject*) = win 0x21ed10, imac 0x12ce70;
83918391
TodoReturn removeFromStickyGroup(GameObject*) = imac 0x12de90;
83928392
TodoReturn removeGroundLayer() = imac 0x1039d0;
8393-
TodoReturn removeGroupParent(int);
8393+
void removeGroupParent(int) = win 0x21f3e0;
83948394
TodoReturn removeKeyframe(KeyframeGameObject*) = imac 0x13bae0;
83958395
TodoReturn removeMiddleground();
83968396
void removeObjectFromSection(GameObject*) = win 0x221a80, imac 0x12e500, m1 0x109388;
@@ -8782,7 +8782,7 @@ class GJBaseGameLayer : cocos2d::CCLayer, TriggerEffectDelegate {
87828782
gd::vector<cocos2d::CCArray*> m_groups;
87838783
gd::vector<cocos2d::CCArray*> m_staticGroups;
87848784
gd::vector<cocos2d::CCArray*> m_optimizedGroups;
8785-
cocos2d::CCDictionary* m_unknownE38;
8785+
cocos2d::CCDictionary* m_parentGroupsDict;
87868786
cocos2d::CCDictionary* m_unknownE40;
87878787
cocos2d::CCDictionary* m_unknownE48;
87888788
cocos2d::CCArray* m_unknownE50;
@@ -17430,7 +17430,7 @@ class SetGroupIDLayer : FLAlertLayer, TextInputDelegate {
1743017430
bool init(GameObject* obj, cocos2d::CCArray* objs) = win 0x3e1260, imac 0x2fe5f0, m1 0x296704;
1743117431
void onAddGroup(cocos2d::CCObject* sender) = win 0x3e52b0, m1 0x298c74, imac 0x300d30;
1743217432
void onAddGroupParent(cocos2d::CCObject* sender) = win 0x3e5420, m1 0x298c7c, imac 0x300d40;
17433-
void onAnim(cocos2d::CCObject* sender);
17433+
void onAnim(cocos2d::CCObject* sender) = win 0x3e4390;
1743417434
void onArrow(int tag, int increment) = win 0x3e39e0;
1743517435
void onArrowLeft(cocos2d::CCObject* sender) = win 0x3e3980;
1743617436
void onArrowRight(cocos2d::CCObject* sender) = win 0x3e39b0;

test/members/Android32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ GEODE_SIZE_CHECK(GJBaseGameLayer, 0x2d68);
5252
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_player1, 0x894);
5353
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_player2, 0x898);
5454
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_groupDict, 0x95c);
55-
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_unknownE38, 0x98c);
55+
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_parentGroupsDict, 0x98c);
5656
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_massiveFloatArray, 0xa48);
5757
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_particlesDict, 0x2a04);
5858
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_customParticles, 0x2a08);

test/members/Android64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEODE_SIZE_CHECK(GJBaseGameLayer, 0x3690);
2424
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_player1, 0xdb8);
2525
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_player2, 0xdc0);
2626
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_groupDict, 0xf10);
27-
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_unknownE38, 0xf70);
27+
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_parentGroupsDict, 0xf70);
2828
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_linkedGroupDict, 0xfc8);
2929
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_objectLayer, 0xff0);
3030
GEODE_MEMBER_CHECK(GJBaseGameLayer, m_groundLayer, 0x1018);

0 commit comments

Comments
 (0)