diff options
| author | hiisuya <112015628+hiisuya@users.noreply.github.com> | 2025-06-07 14:25:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 21:25:55 +0200 |
| commit | cba896c45cd697fa371f867b7f066201f2587fd4 (patch) | |
| tree | 75e862d489e0be9f3523e0b312f8f70f5ab15a04 /include | |
| parent | 484abb1d391bc34541c263e6dcfad187822139e3 (diff) | |
Doc Actor: En_Ma2 (Adult Malon) (#2593)
* ma2 actor docs start
* doc inftable entries in ma2
* removed testing prints
* added file description
* format.py ran
Diffstat (limited to 'include')
| -rw-r--r-- | include/save.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/save.h b/include/save.h index a4e99546f..f3d3397dc 100644 --- a/include/save.h +++ b/include/save.h @@ -782,9 +782,9 @@ typedef enum LinkAge { #define INFTABLE_TALKED_TO_MALON_FIRST_TIME 0x84 #define INFTABLE_TOLD_EPONA_IS_SCARED 0x85 #define INFTABLE_MALON_SPAWNED_AT_HYRULE_CASTLE 0x8B -#define INFTABLE_8C 0x8C -#define INFTABLE_8D 0x8D -#define INFTABLE_8E 0x8E +#define INFTABLE_TALKED_TO_ADULT_MALON_AFTER_SONG 0x8C +#define INFTABLE_8D 0x8D // unreachable flag in EnMa2 +#define INFTABLE_PLAYED_SONG_FOR_ADULT_MALON 0x8E #define INFTABLE_94 0x94 #define INFTABLE_97 0x97 #define INFTABLE_9A 0x9A |
