document what 96 command's value actually represents

This commit is contained in:
Martin Michelsen
2023-04-01 22:41:43 -07:00
parent 38469119ad
commit b6f71fffbf
5 changed files with 61 additions and 19 deletions
+3 -4
View File
@@ -15,10 +15,9 @@ class RareItemSet {
public:
struct Table {
// 0x280 in size; describes one difficulty, section ID, and episode
// TODO: It looks like this structure can actually vary. We see the offsets
// 0194 and 01B2 in the unused section, along with the value 1E (number of
// box rares). In PSOGC, these all appear to be the same size/format, but
// that's probably not strictly required to be the case.
// TODO: It looks like this structure can actually vary. In PSOGC, these all
// appear to be the same size/format, but that's probably not strictly
// required to be the case.
struct Drop {
uint8_t probability;
uint8_t item_code[3];