Small d_a_mg_rod fixes (#2874)

This commit is contained in:
Max Roncace
2025-11-26 23:01:55 -05:00
committed by GitHub
parent 3080360a2a
commit 90133fb1cb
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -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;