// // cocos2d::extension::CCScrollView::init from 0x1800125b0 to 0x1800125e3 (51 bytes) // // 4 xrefs: // > @ 0x180028378 // > @ 0x1800288f0 // > @ 0x18002fdf8 // > @ 0x18004a350 // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // char __fastcall cocos2d::extension::CCScrollView::init(cocos2d::extension::CCScrollView *this) { const struct cocos2d::CCSize *v2; // rax char v4; // [rsp+38h] [rbp+10h] BYREF v2 = (const struct cocos2d::CCSize *)cocos2d::CCSize::CCSize((cocos2d::CCSize *)&v4, 200.0, 200.0); return cocos2d::extension::CCScrollView::initWithViewSize((__int64)this, v2, 0); }