Decomp Inventory::Create

This commit is contained in:
Aetias
2023-11-11 13:05:33 +01:00
parent 4aec27fee4
commit b0025fe8de
63 changed files with 1007 additions and 948 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "Inventory.hpp"
extern u32 *data_027e0ce0[];
#pragma thumb on
Inventory* Inventory::Create() {
gInventory = new(data_027e0ce0[1], 4) Inventory();
return gInventory;
}
#pragma thumb off