SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
MarioTask.cpp
1#include "Game/Player/Mario.hpp"
2
3void Mario::initTask()
4{
5 for (int i = 0; i < 0xb; i++) {
6 _984[i] = nullptr;
7 }
8 _974 = 0;
9}