mirror of https://github.com/zeldaret/oot.git
old man appears
This commit is contained in:
parent
a6498ae211
commit
5addb8ce90
|
@ -175,7 +175,7 @@ void EnSyatekiMan_Init(Actor* thisx, PlayState* play) {
|
|||
|
||||
PRINTF("\n\n");
|
||||
PRINTF(VT_FGCOL(GREEN) T("☆☆☆☆☆ 親父登場!!むほほほほほほほーん ☆☆☆☆☆ \n",
|
||||
"☆☆☆☆☆ Here comes Dad!! Muhohohohohohoon ☆☆☆☆☆ \n") VT_RST);
|
||||
"☆☆☆☆☆ Old man appears!! Muhohohohohohoon ☆☆☆☆☆ \n") VT_RST);
|
||||
this->actor.attentionRangeType = ATTENTION_RANGE_1;
|
||||
Actor_SetScale(&this->actor, 0.01f);
|
||||
SkelAnime_InitFlex(play, &this->skelAnime, &gObjectOssanSkel, &gObjectOssanAnim_000338, this->jointTable,
|
||||
|
|
Loading…
Reference in New Issue