diff options
| author | Max Roncace <me@caseif.net> | 2025-11-26 23:01:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-26 20:01:55 -0800 |
| commit | 90133fb1cb3fa78e4e30f83c99df465a1666dddd (patch) | |
| tree | 11776aefb34ab0608978135b49ca54ab13dfac99 /include/d/d_event_debug.h | |
| parent | 3080360a2a3b845078375f303cea187bf9e52976 (diff) | |
Small d_a_mg_rod fixes (#2874)
Diffstat (limited to 'include/d/d_event_debug.h')
| -rw-r--r-- | include/d/d_event_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_event_debug.h b/include/d/d_event_debug.h index 4c6a8776af..41b679b321 100644 --- a/include/d/d_event_debug.h +++ b/include/d/d_event_debug.h @@ -20,7 +20,7 @@ struct dEvDb_reg_c { /* 0x00 */ char* mFlagName; /* 0x04 */ char* mFlagDescription; /* 0x08 */ char* mFlagAuthor; - /* 0x0C */ const u16 mFlagValue; + /* 0x0C */ u16 mFlagValue; /* 0x10 */ char* mArea; // Area in the game where flag is used /* 0x14 */ u8 mRootReg; /* 0x15 */ u8 field_0x15; |
