Go to the source code of this file.
Functions | |
void | create_audio_system_obfuscated (void) |
void | load_engine_data_obfuscated (void) |
void | general_heap_create_obfuscated (void) |
void | battle_heap_create_obfuscated (void) |
void | shim_create_audio_system_obfuscated (void) |
void | shim_load_engine_data_obfuscated (void) |
void | shim_general_heap_create_obfuscated (void) |
void | shim_battle_heap_create_obfuscated (void) |
void create_audio_system_obfuscated | ( | void | ) |
Definition at line 11 of file create_audio_system_obfuscated.c.
Referenced by shim_create_audio_system_obfuscated().
void load_engine_data_obfuscated | ( | void | ) |
Definition at line 13 of file load_engine_data_obfuscated.c.
Referenced by shim_load_engine_data_obfuscated().
void general_heap_create_obfuscated | ( | void | ) |
Definition at line 13 of file general_heap_create_obfuscated.c.
Referenced by shim_general_heap_create_obfuscated().
void battle_heap_create_obfuscated | ( | void | ) |
Definition at line 13 of file battle_heap_create_obfuscated.c.
Referenced by shim_battle_heap_create_obfuscated().
void shim_create_audio_system_obfuscated | ( | void | ) |
Definition at line 9 of file obfuscation_shims.c.
Referenced by boot_main().
void shim_load_engine_data_obfuscated | ( | void | ) |
Definition at line 14 of file obfuscation_shims.c.
Referenced by boot_main().
void shim_general_heap_create_obfuscated | ( | void | ) |
Definition at line 19 of file obfuscation_shims.c.
Referenced by load_map_by_IDs().
void shim_battle_heap_create_obfuscated | ( | void | ) |
Definition at line 24 of file obfuscation_shims.c.
Referenced by state_step_battle().