mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-24 09:01:22 -04:00
Obj_visiblock (#1422)
* Obj_visiblock Object for the Lens of Truth Platforms * Update assets/xml/objects/object_visiblock.xml DList update Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update assets/xml/objects/object_visiblock.xml Tex outname update Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update z_obj_visiblock.c DList name update * Revert "Update assets/xml/objects/object_visiblock.xml " This reverts commit228d6e8914. * Revert "Update assets/xml/objects/object_visiblock.xml " This reverts commit53a8786f26. * Update object_visiblock.xml --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ void ObjVisiblock_Init(Actor* thisx, PlayState* play) {
|
||||
|
||||
Actor_ProcessInitChain(&this->dyna.actor, sInitChain);
|
||||
DynaPolyActor_Init(&this->dyna, 0);
|
||||
DynaPolyActor_LoadMesh(play, &this->dyna, &object_visiblock_Colheader_000AD0);
|
||||
DynaPolyActor_LoadMesh(play, &this->dyna, &gLensOfTruthPlatformCol);
|
||||
}
|
||||
|
||||
void ObjVisiblock_Destroy(Actor* thisx, PlayState* play) {
|
||||
@@ -49,5 +49,5 @@ void ObjVisiblock_Destroy(Actor* thisx, PlayState* play) {
|
||||
}
|
||||
|
||||
void ObjVisiblock_Draw(Actor* thisx, PlayState* play) {
|
||||
Gfx_DrawDListXlu(play, object_visiblock_DL_000140);
|
||||
Gfx_DrawDListXlu(play, gLensOfTruthPlatformDL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user