Advertisement
fggkyle

Untitled

Aug 12th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. void EnYukabyun_Draw(EnYukabyun *this, GlobalContext *globalCtx) {
  2. Gfx *sp30;
  3. Gfx *sp28;
  4. Gfx *temp_v0;
  5. Gfx *temp_v0_2;
  6. Gfx *temp_v0_3;
  7. GraphicsContext *temp_a1;
  8. GraphicsContext *temp_s0;
  9. s32 temp_a0;
  10.  
  11. temp_a1 = globalCtx->state.gfxCtx;
  12. temp_s0 = temp_a1;
  13. Graph_OpenDisps(&sp30, temp_a1, (const char *) "../z_en_yukabyun.c", 0x16E);
  14. func_80093D18(globalCtx->state.gfxCtx);
  15. temp_v0 = temp_s0->polyOpa.p;
  16. temp_s0->polyOpa.p = (Gfx *) (temp_v0 + 8);
  17. temp_v0->words.w0 = 0xDB060020U;
  18. temp_a0 = D_80B43F64[this->unk152];
  19. temp_v0->words.w1 = (u32) (((temp_a0 & 0xFFFFFF) + gSegments[(u32) (temp_a0 * 0x10) >> 0x1C]) + 0x80000000);
  20. temp_v0_2 = temp_s0->polyOpa.p;
  21. temp_s0->polyOpa.p = (Gfx *) (temp_v0_2 + 8);
  22. temp_v0_2->words.w0 = 0xDA380003U;
  23. sp28 = temp_v0_2;
  24. sp28->words.w1 = Matrix_NewMtx(globalCtx->state.gfxCtx, (char *) "../z_en_yukabyun.c", 0x175);
  25. temp_v0_3 = temp_s0->polyOpa.p;
  26. temp_s0->polyOpa.p = (Gfx *) (temp_v0_3 + 8);
  27. temp_v0_3->words.w1 = 0x6000970U;
  28. temp_v0_3->words.w0 = 0xDE000000U;
  29. Graph_CloseDisps(&sp30, globalCtx->state.gfxCtx, (const char *) "../z_en_yukabyun.c", 0x17A);
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement