// // cocos2d::extension::CCScale9Sprite::updateDisplayedColor from 0x180010000 to 0x18001002c (44 bytes) // // 3 xrefs: // > @ 0x180027528 // > @ 0x18002fdf8 // > @ 0x18004a074 // // 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 // void __fastcall cocos2d::extension::CCScale9Sprite::updateDisplayedColor( cocos2d::extension::CCScale9Sprite *this, const struct cocos2d::_ccColor3B *a2) { cocos2d::CCNodeRGBA::updateDisplayedColor(this, a2); (**(void (__fastcall ***)(cocos2d::extension::CCScale9Sprite *, const struct cocos2d::_ccColor3B *))this)(this, a2); }