Skip to content
Snippets Groups Projects
Commit c5e13146 authored by toaster's avatar toaster
Browse files

Finalise credits for real.

parent c6e3f780
No related branches found
No related tags found
No related merge requests found
......@@ -407,18 +407,35 @@ static const char *credits[] = {
"\1Lead Programming",
"Sally \"TehRealSalt\" Cochenour",
"Vivian \"toaster\" Grannell",
"Ronald \"Eidolon\" Kinard",
"James Robert Roman",
"Sean \"Sryder\" Ryder",
"Ehab \"wolfs\" Saeed",
"\"ZarroTsu\"",
"",
"\1Support Programming",
"\"Lach\"",
"\"Lat\'\"",
"AJ \"Tyron\" Martinez",
"\"Monster Iestyn\"",
"James Robert Roman",
"\"Shuffle\"",
"\"SteelT\"",
"",
"\1External Programming",
"Alam Ed Arias",
"\"alphaRexJames\"",
"\"Ashnal\"",
"\"filpAM\"",
"\"FlykeSpice\"",
"\"Hannu Hanhi\"",
"\"himie\"",
"\"JugadorXEI\"",
"\"Kimberly\"",
"\"Lighto97\"",
"\"mazmazz\"",
"\"minenice\"",
"\"Shuffle\"",
"\"Snu\"",
"",
"\1Lead Artists",
"Desmond \"Blade\" DesJardins",
"\"VelocitOni\"",
......@@ -460,7 +477,7 @@ static const char *credits[] = {
"\"VAdaPEGA\"",
"\"VelocitOni\"",
"",
"\1Music",
"\1Original Music",
"\"DrTapeworm\"",
"Wesley \"Charyb\" Gillebaard",
"James \"SeventhSentinel\" Hall",
......@@ -504,7 +521,6 @@ static const char *credits[] = {
"SEGA",
"Sonic Team",
"SRB2 & Sonic Team Jr. (www.srb2.org)",
"Community contributors",
"\"Chaos Zero 64\"",
"",
"\1Produced By",
......@@ -525,25 +541,25 @@ static struct {
UINT8 colorize;
} credits_pics[] = {
// We don't have time to be fancy, let's just colorize some item sprites :V
{224, 80+(200* 1), "K_ITJAWZ", SKINCOLOR_CREAMSICLE},
{224, 80+(200* 2), "K_ITSPB", SKINCOLOR_GARDEN},
{224, 80+(200* 3), "K_ITBANA", SKINCOLOR_LILAC},
{224, 80+(200* 4), "K_ITHYUD", SKINCOLOR_DREAM},
{224, 80+(200* 5), "K_ITBHOG", SKINCOLOR_TANGERINE},
{224, 80+(200* 6), "K_ITSHRK", SKINCOLOR_JAWZ},
{224, 80+(200* 7), "K_ITSHOE", SKINCOLOR_MINT},
{224, 80+(200* 8), "K_ITGROW", SKINCOLOR_RUBY},
{224, 80+(200* 9), "K_ITPOGO", SKINCOLOR_SAPPHIRE},
{224, 80+(200*10), "K_ITRSHE", SKINCOLOR_YELLOW},
{224, 80+(200*11), "K_ITORB4", SKINCOLOR_DUSK},
{224, 80+(200*12), "K_ITEGGM", SKINCOLOR_GREEN},
{224, 80+(200*13), "K_ITMINE", SKINCOLOR_BRONZE},
{224, 80+(200*14), "K_ITTHNS", SKINCOLOR_RASPBERRY},
{224, 80+(200*15), "K_ITINV1", SKINCOLOR_GREY},
{224, 80+(216* 1), "K_ITJAWZ", SKINCOLOR_CREAMSICLE},
{224, 80+(216* 2), "K_ITSPB", SKINCOLOR_GARDEN},
{224, 80+(216* 3), "K_ITBANA", SKINCOLOR_LILAC},
{224, 80+(216* 4), "K_ITHYUD", SKINCOLOR_DREAM},
{224, 80+(216* 5), "K_ITBHOG", SKINCOLOR_TANGERINE},
{224, 80+(216* 6), "K_ITSHRK", SKINCOLOR_JAWZ},
{224, 80+(216* 7), "K_ITSHOE", SKINCOLOR_MINT},
{224, 80+(216* 8), "K_ITGROW", SKINCOLOR_RUBY},
{224, 80+(216* 9), "K_ITPOGO", SKINCOLOR_SAPPHIRE},
{224, 80+(216*10), "K_ITRSHE", SKINCOLOR_YELLOW},
{224, 80+(216*11), "K_ITORB4", SKINCOLOR_DUSK},
{224, 80+(216*12), "K_ITEGGM", SKINCOLOR_GREEN},
{224, 80+(216*13), "K_ITMINE", SKINCOLOR_BRONZE},
{224, 80+(216*14), "K_ITTHNS", SKINCOLOR_RASPBERRY},
{224, 80+(216*15), "K_ITINV1", SKINCOLOR_GREY},
// This Tyler52 gag is troublesome
// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
// Current max image spacing: (200*17)
{112, (15*100)+(17*38)+(86*15), "TYLER52", SKINCOLOR_NONE},
// Current max image spacing: (216*17)
{112, (16*100)+(19*38)+(100*15), "TYLER52", SKINCOLOR_NONE},
{0, 0, NULL, SKINCOLOR_NONE}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment