mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 10:21:45 -04:00
Documentation pass centered on z_player_lib (#1230)
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
/* 0x0000 */ s32 entranceIndex; // start of `save` substruct, originally called "memory"
|
||||
/* 0x0004 */ s32 linkAge;
|
||||
/* 0x0004 */ s32 linkAge; // 0: Adult; 1: Child (see enum `LinkAge`)
|
||||
/* 0x0008 */ s32 cutsceneIndex;
|
||||
/* 0x000C */ u16 dayTime; // "zelda_time"
|
||||
/* 0x0010 */ s32 nightFlag;
|
||||
|
||||
Reference in New Issue
Block a user