mirror of
https://github.com/zeldaret/ph
synced 2026-06-29 02:50:46 -04:00
EquipBombchu (#131)
* Map symbol in Game * EquipBombchu 12% * EquipBombchu 53% * EquipBombchu 71% * configure: Don't verify dsd version if `--dsd` specified * EquipBombchu 89% * Fix regression
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "Render/ModelRender.hpp"
|
||||
|
||||
ModelRender::ModelRender() {}
|
||||
ModelRender::ModelRender(unk32 param1) {}
|
||||
ModelRender::~ModelRender() {}
|
||||
void *ModelRender::GetLcdcAddress() {}
|
||||
void ModelRender::vfunc_0c(ItemModel *model) {}
|
||||
@@ -10,7 +10,7 @@ void ModelRender::SetRotationTranslation(Mat3p *rotation, Vec3p *translation) {}
|
||||
void ModelRender::SetTranslation(Vec3p *translation) {}
|
||||
void ModelRender::PushGeometryCommands() {}
|
||||
void ModelRender::vfunc_20() {}
|
||||
void ModelRender::vfunc_24(unk32 param1) {}
|
||||
void ModelRender::vfunc_24(UnkStruct_ov000_020c0c08 *param1) {}
|
||||
void ModelRender::vfunc_28() {}
|
||||
void ModelRender::vfunc_2c() {}
|
||||
void ModelRender::vfunc_34() {}
|
||||
|
||||
Reference in New Issue
Block a user