Miniturbo: Difference between revisions

Vabold (talk | contribs)
m Add relevant code
Vabold (talk | contribs)
m Relevant code: Style fix
 
Line 72: Line 72:
// This function is never seen anywhere in the binary
// This function is never seen anywhere in the binary
// However, it's heavily speculated to exist due to the assembly instructions
// However, it's heavily speculated to exist due to the assembly instructions
inline bool KartMove::checkMtCharge(s16 &mtCharge, s16 maxMtCharge) {
inline bool Kart::KartMove::checkMtCharge(s16 &mtCharge, s16 maxMtCharge) {
     if (maxMtCharge < mtCharge) {
     if (maxMtCharge < mtCharge) {
         mtCharge = maxMtCharge;
         mtCharge = maxMtCharge;