Skip to content

Commit

Permalink
Clean up SVECTORs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshSchreuder committed Mar 3, 2025
1 parent b74d1cc commit 445d1f9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/st/st0/3C5C0.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
#include "st0.h"

static SVECTOR D_801824E8[] = {
{0x0100, 0x0200, 0x0300, 0xFFC0},
{0x0000, 0x0000, 0x0000, 0xFD00},
{0x0000, 0x0000, 0x0400, 0xFA00},
{0x0200, 0x0100, 0xFE00, 0xF700},
{256, 512, 768, -64},
{0, 0, 0, -768},
{0, 0, 1024, -1536},
{512, 256, -512, -2304},
};
static SVECTOR D_80182508 = {0x0022, 0xFFEE, 0xFFF5};
static SVECTOR D_80182510 = {0x0015, 0x0012, 0xFFE3};
static SVECTOR D_80182518 = {0x0000, 0xFFEE, 0xFFDC};
static SVECTOR D_80182520 = {0x0000, 0xFFD8, 0x0000};
static SVECTOR D_80182528 = {0x0015, 0xFFEE, 0x001D};
static SVECTOR D_80182530 = {0x0022, 0x0012, 0x000B};
static SVECTOR D_80182538 = {0x0000, 0x0028, 0x0000};
static SVECTOR D_80182540 = {0x0000, 0x0012, 0x0024};
static SVECTOR D_80182548 = {0xFFDE, 0xFFEE, 0xFFF5};
static SVECTOR D_80182550 = {0xFFEB, 0x0012, 0xFFE3};
static SVECTOR D_80182558 = {0xFFEB, 0xFFEE, 0x001D};
static SVECTOR D_80182560 = {0xFFDE, 0x0012, 0x000B};
static SVECTOR D_80182508 = {34, -18, -11};
static SVECTOR D_80182510 = {21, 18, -29};
static SVECTOR D_80182518 = {0, -18, -36};
static SVECTOR D_80182520 = {0, -40, 0};
static SVECTOR D_80182528 = {21, -18, 29};
static SVECTOR D_80182530 = {34, 18, 11};
static SVECTOR D_80182538 = {0, 40, 0};
static SVECTOR D_80182540 = {0, 18, 36};
static SVECTOR D_80182548 = {-34, -18, -11};
static SVECTOR D_80182550 = {-21, 18, -29};
static SVECTOR D_80182558 = {-21, -18, 29};
static SVECTOR D_80182560 = {-34, 18, 11};
static SVECTOR* D_80182568[] = {
&D_80182508, &D_80182518, &D_80182520, &D_80182548, &D_80182520,
&D_80182518, &D_80182548, &D_80182518, &D_80182550, &D_80182548,
Expand Down

0 comments on commit 445d1f9

Please sign in to comment.