21 lines
765 B
Plaintext
21 lines
765 B
Plaintext
/********************************************************************************
|
|
Ultra 64 MARIO Brothers
|
|
|
|
rabbit graphic display list module
|
|
|
|
Copyright 1996 Nintendo co., ltd. All rights reserved.
|
|
*********************************************************************************/
|
|
|
|
#include "rabbit/rabi_head_shape.sou"
|
|
#include "rabbit/rabi_body_shape.sou"
|
|
#include "rabbit/rabi_LearA_shape.sou"
|
|
#include "rabbit/rabi_LearB_shape.sou"
|
|
#include "rabbit/rabi_LfootA_shape.sou"
|
|
#include "rabbit/rabi_LfootB_shape.sou"
|
|
#include "rabbit/rabi_RfootA_shape.sou"
|
|
#include "rabbit/rabi_RfootB_shape.sou"
|
|
#include "rabbit/rabi_RearA_shape.sou"
|
|
#include "rabbit/rabi_RearB_shape.sou"
|
|
#include "rabbit/rabi_Lleg_shape.sou"
|
|
#include "rabbit/rabi_Rleg_shape.sou"
|