fix battle area number normalization and add more structs/enums
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ uint8_t ItemCreator::normalize_area_number(uint8_t area) const {
|
||||
}
|
||||
|
||||
} else {
|
||||
return this->restrictions->box_drop_area;
|
||||
return this->restrictions->box_drop_area - 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user