|
Functions |
|
int | select_process_mugen (Game_variables variables, Player_variables *player_array, int time) |
| int | select_bg (Game_variables variables, Player_variables *player_array, int time) |
|
int | change_vars (Game_variables variables, Player_variables *player_array, int player) |
| | Function to change select variables (such as player_controller) after a selection is done.
|
|
int | make_vs_list (Game_variables variables) |
| | Function that build the list of opponents with char_list and system_vars return the first opponent (in char_list).
|
|
int | kof91_make_characters_list (Game_variables variables) |
| | fill the KOF 91 chars list and load the portraits and small pics
|
|
int | mugen_make_characters_list (Game_variables variables) |
|
int | kof91_make_bgs_list (Game_variables variables) |
|
int | empty_box (Game_variables variables, int x, int y) |
| BITMAP * | make_faces_screen (Game_variables variables, Player_variables *player_array) |
|
int | make_lists (Game_variables variables, Player_variables *player_array) |
|
int | select_process (Game_variables variables, Player_variables *player_array, int time) |
| | function to select a character (and game mode in team mode) on select screen_ character
|