mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 23:01:41 -04:00
Small d_a_mg_rod fixes (#2874)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user