diff --git a/src/KingSystem/ActorSystem/AS/ASList.h b/src/KingSystem/ActorSystem/AS/ASList.h index 8fe2da1a..6df1d7cd 100644 --- a/src/KingSystem/ActorSystem/AS/ASList.h +++ b/src/KingSystem/ActorSystem/AS/ASList.h @@ -2,6 +2,6 @@ namespace ksys::as { class ASList{ public: -void sub_710115b070(ASList *this_, f32 a2, f32 a3, const sead::SafeString& a4, int a5, int a6, bool a7); +void sub_710115b070( f32 a2, f32 a3, const sead::SafeString& a4, int a5, int a6, bool a7); }; }