MCPcopy Create free account
hub / github.com/doldecomp/mkdd / changeBlendAnm

Method changeBlendAnm

src/Sato/AnmController.cpp:22–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void AnmControlTrans::changeBlendAnm(u8 anm_no, u8 p2, u8 p3) {
23#line 64
24 JUT_MINMAX_ASSERT(0, anm_no, mMaxAnmNo);
25 if (anm_no != mNowAnmNo) {
26 _1c = anm_no;
27 _1d = 0;
28 _1e = p2;
29 _1f = p3;
30 mFlags |= 2;
31 mObj[_1c].resetFrame();
32 }
33}
34
35void AnmControlTrans::frameProc() {
36 doframe(mNowAnmNo);

Callers 1

ChangeBlendTransAnmMethod · 0.80

Calls 1

resetFrameMethod · 0.45

Tested by

no test coverage detected