You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Light polish
Which sounds conceptually impossible, given what light is.
This commit is contained in:
@@ -875,7 +875,7 @@ static void level_cmd_puppylight_node(void)
|
||||
gPuppyLights[gNumLights]->yaw = CMD_GET(s16, 18);
|
||||
|
||||
gPuppyLights[gNumLights]->epicentre = CMD_GET(u8, 20);
|
||||
gPuppyLights[gNumLights]->flags |= CMD_GET(u8, 21);
|
||||
gPuppyLights[gNumLights]->flags = CMD_GET(u8, 21);
|
||||
gPuppyLights[gNumLights]->active = TRUE;
|
||||
gPuppyLights[gNumLights]->area = sCurrAreaIndex;
|
||||
gPuppyLights[gNumLights]->room = CMD_GET(s16, 22);
|
||||
|
||||
Reference in New Issue
Block a user