mirror of
https://github.com/zeldaret/ph
synced 2026-06-01 17:57:34 -04:00
Decomp Inventory::Create
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user