Advertisement
fggkyle

Untitled

Aug 24th, 2020 (edited)
2,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.58 KB | None | 0 0
  1. void EnDyExtra_Init(Actor *thisx, GlobalContext *globalCtx) {
  2.     EnDyExtra* this = THIS;
  3.  
  4.     osSyncPrintf("\n\n", &this->actor);
  5.     osSyncPrintf(VT_FGCOL(YELLOW)"☆☆☆☆☆ 大妖精効果 ☆☆☆☆☆ %d\n" VT_RST, &this->actor.params, &this->actor);
  6.    
  7.     this->unk_164 = 0.025f;
  8.     this->actor.gravity = -0.2f;
  9.  
  10.     this->unk_150 = this->actor.params;
  11.     this->unk_15C = 0.025f;
  12.     this->unk_168 = this->actor.posRot.pos;
  13.    
  14.     this->unk_154 = 0x3C;
  15.     this->unk_160 = 0.039f;
  16.     this->unk_158 = 1.0f;
  17.    
  18.     this->actionFunc = func_809FF7AC;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement