SpaghettiKart
Loading...
Searching...
No Matches
Hedgehog.cpp File Reference
#include "Hedgehog.h"
#include "engine/World.h"
#include "port/Game.h"
#include "port/interpolation/FrameInterpolation.h"
#include <cstdint>
#include "render_objects.h"
#include "update_objects.h"
#include "mk64.h"
#include "assets/textures/tracks/yoshi_valley/yoshi_valley_data.h"
#include "assets/models/common_data.h"
#include "math_util_2.h"
#include "code_80086E70.h"
#include "code_80057C60.h"
Include dependency graph for Hedgehog.cpp:

Variables

const char * sHedgehogTexList [] = { d_course_yoshi_valley_hedgehog }
 
Vtx gVtxHedgehogRight []
 
Vtx gVtxHedgehogLeft []
 

Variable Documentation

◆ gVtxHedgehogLeft

Vtx gVtxHedgehogLeft[]
Initial value:
= {
{{{ -32, -31, 0}, 0, { 4032, 0}, {255, 255, 255, 255}}},
{{{ 31, -31, 0}, 0, { 0, 0}, {255, 255, 255, 255}}},
{{{ 31, 31, 0}, 0, { 0, 3968}, {255, 255, 255, 255}}},
{{{ -32, 31, 0}, 0, { 4032, 3968}, {255, 255, 255, 255}}},
}

◆ gVtxHedgehogRight

Vtx gVtxHedgehogRight[]
Initial value:
= {
{{{ -32, -31, 0}, 0, { 0, 0}, {255, 255, 255, 255}}},
{{{ 31, -31, 0}, 0, { 4032, 0}, {255, 255, 255, 255}}},
{{{ 31, 31, 0}, 0, { 4032, 3968}, {255, 255, 255, 255}}},
{{{ -32, 31, 0}, 0, { 0, 3968}, {255, 255, 255, 255}}},
}

◆ sHedgehogTexList

const char* sHedgehogTexList[] = { d_course_yoshi_valley_hedgehog }