Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions include/M3DUtil/MActorAnm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,10 @@ class MActorAnmBtp : public MActorAnmMatEach<J3DAnmTexPattern> {
/* 0x28 */ J3DTexNoAnm** unk28;
};

// The names come from the MtxCalcTypeName table in M3DUtil/InfectiousStrings.hpp,
// which survives in the ROM (read it in MarioDraw.cpp's .data): its four entries
// are "MActorMtxCalcType_Basic", "_Softimage", "_MotionBlend" and "_User".
// The names come from the MtxCalcTypeName table in
// M3DUtil/InfectiousStrings.hpp, which survives in the ROM (read it in
// MarioDraw.cpp's .data): its four entries are "MActorMtxCalcType_Basic",
// "_Softimage", "_MotionBlend" and "_User".
enum MActorMtxCalcType {
MACTOR_MTX_CALC_BASIC,
MACTOR_MTX_CALC_SOFTIMAGE,
Expand Down
Loading