shuffle scrubs: use object extensions (#5853)

This commit is contained in:
Philip Dubé
2026-01-02 01:08:39 +00:00
committed by GitHub
parent 14a241ed3f
commit ff0c309b5a
5 changed files with 51 additions and 38 deletions
@@ -62,10 +62,6 @@ typedef struct EnDns {
/* 0x02BD */ u8 dropCollectible;
/* 0x02C0 */ DnsItemEntry* dnsItemEntry;
/* 0x02C4 */ f32 yInitPos;
// #region SOH [Randomizer]
/* */ DnsItemEntry sohDnsItemEntry;
/* */ ScrubIdentity sohScrubIdentity;
// #endregion
} EnDns; // size = 0x02C8
#endif