summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordjevangelia <263709373+djevangelia@users.noreply.github.com>2026-09-02 18:59:35 +0200
committerGitHub <noreply@github.com>2026-09-02 18:59:35 +0200
commit749e232dc3ad98e66a0b25336d1ea55504371f78 (patch)
treeb253a78378e4087d2a831b5bf5d05e72639e34d6 /include
parent6c29db8fa64e7998e4ca201a41bca6d8f1e1b21c (diff)
z_scene Some comments and function names (#2808)
* z_scene Some comments and function names * review changes * further fixing from comments * vromAddr --------- Co-authored-by: djevangelia <djevangelia>
Diffstat (limited to 'include')
-rw-r--r--include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h
index e40e67112..786c5a8cc 100644
--- a/include/object.h
+++ b/include/object.h
@@ -41,7 +41,7 @@ void Object_InitContext(struct PlayState* play, ObjectContext* objectCtx);
void Object_UpdateEntries(ObjectContext* objectCtx);
s32 Object_GetSlot(ObjectContext* objectCtx, s16 objectId);
s32 Object_IsLoaded(ObjectContext* objectCtx, s32 slot);
-void func_800981B8(ObjectContext* objectCtx);
+void Object_ReloadAll(ObjectContext* objectCtx);
extern u32 gObjectTableSize;
extern RomFile gObjectTable[OBJECT_ID_MAX];