From c385453f760a341d143916c690f66c6299dc5463 Mon Sep 17 00:00:00 2001 From: bomba1749 <58524643+bomba1749@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:18:40 -0400 Subject: [PATCH] Add files via upload --- src/KingSystem/ActorSystem/AS/ASList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }; }