mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-18 21:10:19 +00:00
Document object_os (#1414)
This commit is contained in:
parent
a715bf63d0
commit
2cb423d9ec
3 changed files with 53 additions and 40 deletions
|
@ -1038,7 +1038,7 @@ void DemoEc_DrawPotionShopOwner(DemoEc* this, PlayState* play) {
|
|||
|
||||
void DemoEc_InitMaskShopOwner(DemoEc* this, PlayState* play) {
|
||||
DemoEc_UseDrawObject(this, play);
|
||||
DemoEc_InitSkelAnime(this, play, &object_os_Skel_004658);
|
||||
DemoEc_InitSkelAnime(this, play, &gHappyMaskSalesmanSkel);
|
||||
DemoEc_UseAnimationObject(this, play);
|
||||
DemoEc_ChangeAnimation(this, &gDemoEcPotionShopOwnerAnim, 0, 0.0f, false);
|
||||
func_8096D5D4(this, play);
|
||||
|
@ -1054,7 +1054,7 @@ void DemoEc_UpdateMaskShopOwner(DemoEc* this, PlayState* play) {
|
|||
}
|
||||
|
||||
void DemoEc_DrawMaskShopOwner(DemoEc* this, PlayState* play) {
|
||||
DemoEc_DrawSkeleton(this, play, gOsEyeClosedTex, NULL, NULL, NULL);
|
||||
DemoEc_DrawSkeleton(this, play, gHappyMaskSalesmanEyeClosedTex, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
void DemoEc_InitFishingOwner(DemoEc* this, PlayState* play) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue