mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
5cba5bede1
* Update Player Characters * Oops... * Slipped through * Hopefully this is good now?
17 lines
No EOL
979 B
C
17 lines
No EOL
979 B
C
extern ALIGNED8 const Texture wario_texture_white_button[];
|
|
extern ALIGNED8 const Texture wario_texture_w_logo[];
|
|
extern ALIGNED8 const Texture wario_texture_w_blend[];
|
|
extern ALIGNED8 const Texture wario_texture_w_cap[];
|
|
extern ALIGNED8 const Texture wario_texture_hair_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_add_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_skin_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_mouth[];
|
|
extern ALIGNED8 const Texture wario_texture_mouth_dead[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_front[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_half_closed[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_closed[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_right[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_left[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_up[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_down[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_dead[]; |