mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -04:00
Clean up conditional compilation a bit (#2943)
This commit is contained in:
@@ -812,8 +812,8 @@ static u8 new_col_d[] = {
|
||||
TYPE_GREEN, TYPE_BLUE, TYPE_PURPLE, TYPE_PURPLE, TYPE_PURPLE, TYPE_PURPLE, TYPE_RARE,
|
||||
TYPE_BLUE, TYPE_RED, TYPE_PURPLE, TYPE_PURPLE, TYPE_PURPLE, TYPE_PURPLE, TYPE_RARE,
|
||||
TYPE_PURPLE, TYPE_PURPLE, TYPE_BLUE,
|
||||
// For some reason, the data differs here between retail and ShieldD?
|
||||
#if VERSION == VERSION_SHIELD_DEBUG
|
||||
// For some reason, the data differs here between GCN and Wii/Shield versions
|
||||
#if VERSION >= VERSION_WII_USA_R0
|
||||
TYPE_GREEN,
|
||||
#else
|
||||
TYPE_PURPLE,
|
||||
|
||||
Reference in New Issue
Block a user