mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
Introduce ACTORCAT_MAX
This commit is contained in:
parent
0706d2b3b0
commit
419473b77e
3 changed files with 4 additions and 3 deletions
|
@ -245,7 +245,7 @@ typedef struct {
|
|||
/* 0x0004 */ char unk_04[0x04];
|
||||
/* 0x0008 */ u8 total; // total number of actors loaded
|
||||
/* 0x0009 */ char unk_09[0x03];
|
||||
/* 0x000C */ ActorListEntry actorLists[12];
|
||||
/* 0x000C */ ActorListEntry actorLists[ACTORCAT_MAX];
|
||||
/* 0x006C */ TargetContext targetCtx;
|
||||
struct {
|
||||
/* 0x0104 */ u32 swch;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue