From ce056b82a07efedf789ed396d24d7662c08bb815 Mon Sep 17 00:00:00 2001 From: gamemasterplc Date: Sat, 3 Feb 2024 14:12:58 -0600 Subject: [PATCH] Fix record_idx name --- include/game/objsub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game/objsub.h b/include/game/objsub.h index d8501eeb..e4926f22 100644 --- a/include/game/objsub.h +++ b/include/game/objsub.h @@ -9,7 +9,7 @@ typedef struct mg_info { u16 ovl; u8 type; u8 flag; - s8 unk_4; + u8 record_idx; u32 name_mess; u32 data_dir; u32 inst_pic[3];