mirror of
https://github.com/zeldaret/ph
synced 2026-06-03 02:28:52 -04:00
Decomp Inventory::Destroy
This commit is contained in:
@@ -7,4 +7,9 @@ Inventory* Inventory::Create() {
|
||||
gInventory = new(data_027e0ce0[1], 4) Inventory();
|
||||
return gInventory;
|
||||
}
|
||||
|
||||
void Inventory::Destroy() {
|
||||
delete gInventory;
|
||||
gInventory = 0;
|
||||
}
|
||||
#pragma thumb off
|
||||
|
||||
Reference in New Issue
Block a user