CreateRandomDrop and droptables

This commit is contained in:
Henny022p
2022-02-03 05:44:50 +01:00
parent 67d369c53b
commit bbc3a88415
18 changed files with 2563 additions and 1434 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void sub_080A7C18(u32 type, u32 type2, u32 delay) {
Entity* GiveItemWithCutscene(u32 type, u32 type2, u32 delay) {
Entity* e;
if (type == 63 && gSave.stats.filler3[0]) {
if (type == 63 && gSave.stats.hasAllFigurines) {
type = 87;
type2 = 0;
}