2023-10-30 06:03:36 +01:00
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_shade[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_light[];
|
2022-05-07 07:03:12 +02:00
|
|
|
extern ALIGNED8 const Texture mario_texture_yellow_button[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_m_logo[];
|
2023-10-30 06:03:36 +01:00
|
|
|
extern ALIGNED8 const Texture mario_texture_m_blend[];
|
2023-11-14 07:34:13 +01:00
|
|
|
extern ALIGNED8 const Texture mario_texture_m_cap[];
|
2022-05-07 07:03:12 +02:00
|
|
|
extern ALIGNED8 const Texture mario_texture_hair_sideburn[];
|
2023-11-14 07:34:13 +01:00
|
|
|
extern ALIGNED8 const Texture mario_texture_add_sideburn[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_skin_sideburn[];
|
2022-05-07 07:03:12 +02:00
|
|
|
extern ALIGNED8 const Texture mario_texture_mustache[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_front[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_half_closed[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_closed[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_right[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_left[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_up[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_down[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_eyes_dead[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_wings_half_1[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_wings_half_2[];
|
2024-06-30 13:40:29 +02:00
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_wings_half_1_shade[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_wings_half_1_light[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_wings_half_2_shade[];
|
|
|
|
extern ALIGNED8 const Texture mario_texture_metal_wings_half_2_light[];
|