mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
eeec6aae49
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.
28 lines
589 B
C
28 lines
589 B
C
#include <ultra64.h>
|
|
#include "sm64.h"
|
|
#include "surface_terrains.h"
|
|
#include "geo_commands.h"
|
|
|
|
#include "make_const_nonconst.h"
|
|
|
|
// Note: This bin does not use bin IDs, unlike the other segmented bins.
|
|
#include "mario/model.inc.c"
|
|
#include "luigi/model.inc.c"
|
|
|
|
#include "bubble/model.inc.c"
|
|
|
|
#include "walk_smoke/model.inc.c"
|
|
|
|
#include "burn_smoke/model.inc.c"
|
|
|
|
#include "stomp_smoke/model.inc.c"
|
|
|
|
#include "water_wave/model.inc.c"
|
|
|
|
#include "sparkle/model.inc.c"
|
|
|
|
#include "water_splash/model.inc.c"
|
|
|
|
#include "white_particle_small/model.inc.c"
|
|
|
|
#include "sparkle_animation/model.inc.c"
|