mirror of
https://github.com/zeldaret/st
synced 2026-08-24 07:20:15 -04:00
Identify model-related structures (#75)
This commit is contained in:
@@ -20,7 +20,7 @@ ARM MapObjectProfileTreasureSpawned::MapObjectProfileTreasureSpawned() :
|
||||
|
||||
ARM MapObjectTreasureSpawned::MapObjectTreasureSpawned() :
|
||||
MapObjectChestBase(1) {
|
||||
this->mUnk_074.vfunc_08(GetUnkPointer1<MapObjectProfileTreasureSpawned>());
|
||||
this->mUnk_074.vfunc_08(GetModelFromProfile<MapObjectProfileTreasureSpawned>());
|
||||
}
|
||||
|
||||
ARM unk32 MapObjectTreasureSpawned::vfunc_3C() {
|
||||
|
||||
Reference in New Issue
Block a user