From cba896c45cd697fa371f867b7f066201f2587fd4 Mon Sep 17 00:00:00 2001 From: hiisuya <112015628+hiisuya@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:25:55 -0500 Subject: 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 --- include/save.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3