sm64coopdx/actors/group0_geo.c
MysterD eeec6aae49 L is real 2020
Added Luigi model.
Renamed all previous references to 'Luigi' to 'Mario2' since player 1
isn't always mario, and player 2 isn't always luigi.
Now server is always mario and client is always Luigi.

Luigi model credits:
Original model by Cjes, converted by AloXado320, textures added/fixed by
SunlitSpace542.
2020-08-08 21:36:49 -07:00

21 lines
511 B
C

#include <ultra64.h>
#include "sm64.h"
#include "geo_commands.h"
#include "make_const_nonconst.h"
#include "common1.h"
#include "group0.h"
#include "bubble/geo.inc.c"
#include "walk_smoke/geo.inc.c"
#include "burn_smoke/geo.inc.c"
#include "stomp_smoke/geo.inc.c"
#include "water_wave/geo.inc.c"
#include "sparkle/geo.inc.c"
#include "water_splash/geo.inc.c"
#include "sparkle_animation/geo.inc.c"
#include "mario/geo.inc.c"
#include "mario/geo2.inc.c"
#include "luigi/geo.inc.c"
#include "luigi/geo2.inc.c"