/*******************************************************************
                 セッティングのテクスチャ
 *******************************************************************/

#include <ultra64.h>
#include "ko_language.h"


/*  ファイルの最初に出てくる初期化付き変数は
    16バイトのアラインが保証される  */

#if (LANGUAGE_SW==LG_JPN)
#include "IMAGES/mo_para_body.c"  /*  ボディ  */
#include "IMAGES/mo_para_boost.c" /*  ブースト  */
#include "IMAGES/mo_para_grip.c"  /*  グリップ  */
#else
#include "IMAGES/mo_US_para_body.c"  /*  Body  */
#include "IMAGES/mo_US_para_boost.c" /*  Boost  */
#include "IMAGES/mo_US_para_grip.c"  /*  Grip  */
#endif
#include "IMAGES/mo_para_A1.c"    /*  Ａ(赤） */
#include "IMAGES/mo_para_A2.c"    /*  Ａ(青） */
#include "IMAGES/mo_para_A3.c"    /*  Ａ(黒） */
#include "IMAGES/mo_para_B1.c"    /*  Ｂ(赤） */
#include "IMAGES/mo_para_B2.c"    /*  Ｂ(青） */
#include "IMAGES/mo_para_B3.c"    /*  Ｂ(黒） */
#include "IMAGES/mo_para_C1.c"    /*  Ｃ(赤） */
#include "IMAGES/mo_para_C2.c"    /*  Ｃ(青） */
#include "IMAGES/mo_para_C3.c"    /*  Ｃ(黒） */
#include "IMAGES/mo_para_D1.c"    /*  Ｄ(赤） */
#include "IMAGES/mo_para_D2.c"    /*  Ｄ(青） */
#include "IMAGES/mo_para_D3.c"    /*  Ｄ(黒） */
#include "IMAGES/mo_para_E1.c"    /*  Ｅ(赤） */
#include "IMAGES/mo_para_E2.c"    /*  Ｅ(青） */
#include "IMAGES/mo_para_E3.c"    /*  Ｅ(黒） */
