24 lines
915 B
Plaintext
24 lines
915 B
Plaintext
/********************************************************************************
|
|
Ultra 64 MARIO Brothers
|
|
|
|
hagetaka graphic display list module
|
|
|
|
Copyright 1996 Nintendo co., ltd. All rights reserved.
|
|
/********************************************************************************
|
|
|
|
#include "hagetaka/tori_head_shape.sou"
|
|
#include "hagetaka/tori_neck_shape.sou"
|
|
#include "hagetaka/tori_erimaki_shape.sou"
|
|
#include "hagetaka/tori_body_shape.sou"
|
|
#include "hagetaka/tori_tail_shape.sou"
|
|
#include "hagetaka/tori_Lleg_shape.sou"
|
|
#include "hagetaka/tori_Rleg_shape.sou"
|
|
#include "hagetaka/tori_Lfoot_shape.sou"
|
|
#include "hagetaka/tori_Rfoot_shape.sou"
|
|
#include "hagetaka/tori_Lwing1_shape.sou"
|
|
#include "hagetaka/tori_Rwing1_shape.sou"
|
|
#include "hagetaka/tori_Lwing2_shape.sou"
|
|
#include "hagetaka/tori_Rwing2_shape.sou"
|
|
#include "hagetaka/tori_Lwing3_shape.sou"
|
|
#include "hagetaka/tori_Rwing3_shape.sou"
|