mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
some actor documentation and cleanup
This commit is contained in:
@@ -68,18 +68,18 @@ static Vec l_pos[0xC] = {
|
||||
};
|
||||
|
||||
static cXy l_texCoord[0xC] = {
|
||||
{0.02736, 0.041406},
|
||||
{0.97264, 0.041406},
|
||||
{0.830848, 0.40324},
|
||||
{0.169152, 0.40324},
|
||||
{0.03125, 0.0},
|
||||
{0.96875, 0.0},
|
||||
{0.767857, 0.494086},
|
||||
{0.232143, 0.494086},
|
||||
{0.038462, 0.48226},
|
||||
{0.038462, 0.983522},
|
||||
{0.961538, 0.48226},
|
||||
{0.961538, 0.983522},
|
||||
{0.02736f, 0.041406f},
|
||||
{0.97264f, 0.041406f},
|
||||
{0.830848f, 0.40324f},
|
||||
{0.169152f, 0.40324f},
|
||||
{0.03125f, 0.0f},
|
||||
{0.96875f, 0.0f},
|
||||
{0.767857f, 0.494086f},
|
||||
{0.232143f, 0.494086f},
|
||||
{0.038462f, 0.48226f},
|
||||
{0.038462f, 0.983522f},
|
||||
{0.961538f, 0.48226f},
|
||||
{0.961538f, 0.983522f},
|
||||
};
|
||||
|
||||
static u8 l_chainDL[] ALIGN_DECL(32) = {
|
||||
|
||||
Reference in New Issue
Block a user