mirror of
https://github.com/zeldaret/st
synced 2026-06-20 16:01:24 -04:00
Decompile overlay 1 (Part 1) (#89)
* start overlay 1 * match courselist and delink a lot of files (+ remove SysObject) * fix build issues * fix regressions
This commit is contained in:
@@ -195,7 +195,7 @@ struct BMGFileInfo {
|
||||
/* 1C */
|
||||
};
|
||||
|
||||
class BMGGroups : public SysObject {
|
||||
class BMGGroups {
|
||||
public:
|
||||
/* 00 */ BMGFileInfo *entries; // accessed with `groupId`
|
||||
/* 04 */ s32 numEntries;
|
||||
|
||||
Reference in New Issue
Block a user