mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 07:51:48 +00:00
Doc object_rs (#1439)
This commit is contained in:
parent
9cdd1678e2
commit
83c3b64b1c
3 changed files with 30 additions and 27 deletions
|
@ -1097,7 +1097,7 @@ void DemoEc_DrawFishingOwner(DemoEc* this, PlayState* play) {
|
|||
|
||||
void DemoEc_InitBombchuShopOwner(DemoEc* this, PlayState* play) {
|
||||
DemoEc_UseDrawObject(this, play);
|
||||
DemoEc_InitSkelAnime(this, play, &object_rs_Skel_004868);
|
||||
DemoEc_InitSkelAnime(this, play, &gBombchuShopkeeperSkel);
|
||||
DemoEc_UseAnimationObject(this, play);
|
||||
DemoEc_ChangeAnimation(this, &gDemoEcPotionShopOwnerAnim, 0, 0.0f, false);
|
||||
func_8096D5D4(this, play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue