mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-03 09:03:29 -04:00
Named "*_step_*_towards" functions (#154)
Also redefined a Lights1 variable in terms of GBI macros. Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+2
-10
@@ -98,16 +98,8 @@ u8 *D_800DC600 = &osAppNmiBuffer[0];
|
||||
s32 gIsMirrorMode = 0;
|
||||
f32 D_800DC608 = 1.0f;
|
||||
Lights1 D_800DC610[] = {
|
||||
{
|
||||
{175, 175, 175, 0, 175, 175, 175, 0},
|
||||
{255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 120, 0},
|
||||
},
|
||||
|
||||
{
|
||||
{115, 115, 115, 0, 115, 115, 115, 0},
|
||||
{255, 255, 255, 0, 255, 255, 255, 0, 0, 0, 120, 0},
|
||||
|
||||
},
|
||||
gdSPDefLights1(175, 175, 175, 255, 255, 255, 0, 0, 120),
|
||||
gdSPDefLights1(115, 115, 115, 255, 255, 255, 0, 0, 120),
|
||||
};
|
||||
static s32 pad = 0x80000000;
|
||||
s16 gCreditsCourseId = COURSE_LUIGI_RACEWAY;
|
||||
|
||||
Reference in New Issue
Block a user