Merge pull request #160 from gamemasterplc/main

Fix record_idx name
This commit is contained in:
gamemasterplc 2024-02-03 14:13:17 -06:00 committed by GitHub
commit 462619eaf1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ typedef struct mg_info {
u16 ovl; u16 ovl;
u8 type; u8 type;
u8 flag; u8 flag;
s8 unk_4; u8 record_idx;
u32 name_mess; u32 name_mess;
u32 data_dir; u32 data_dir;
u32 inst_pic[3]; u32 inst_pic[3];