summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 40023d490..d92f2079f 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -65,6 +65,12 @@ struct {
struct HPMHookPoint *HP_atcommand_add_post;
struct HPMHookPoint *HP_atcommand_msg_pre;
struct HPMHookPoint *HP_atcommand_msg_post;
+ struct HPMHookPoint *HP_atcommand_expand_message_table_pre;
+ struct HPMHookPoint *HP_atcommand_expand_message_table_post;
+ struct HPMHookPoint *HP_atcommand_msgfd_pre;
+ struct HPMHookPoint *HP_atcommand_msgfd_post;
+ struct HPMHookPoint *HP_atcommand_msgsd_pre;
+ struct HPMHookPoint *HP_atcommand_msgsd_post;
struct HPMHookPoint *HP_battle_init_pre;
struct HPMHookPoint *HP_battle_init_post;
struct HPMHookPoint *HP_battle_final_pre;
@@ -4349,6 +4355,24 @@ struct {
struct HPMHookPoint *HP_script_hardcoded_constants_post;
struct HPMHookPoint *HP_script_mapindexname2id_pre;
struct HPMHookPoint *HP_script_mapindexname2id_post;
+ struct HPMHookPoint *HP_script_string_dup_pre;
+ struct HPMHookPoint *HP_script_string_dup_post;
+ struct HPMHookPoint *HP_script_load_translations_pre;
+ struct HPMHookPoint *HP_script_load_translations_post;
+ struct HPMHookPoint *HP_script_load_translation_pre;
+ struct HPMHookPoint *HP_script_load_translation_post;
+ struct HPMHookPoint *HP_script_translation_db_destroyer_pre;
+ struct HPMHookPoint *HP_script_translation_db_destroyer_post;
+ struct HPMHookPoint *HP_script_clear_translations_pre;
+ struct HPMHookPoint *HP_script_clear_translations_post;
+ struct HPMHookPoint *HP_script_parse_cleanup_timer_pre;
+ struct HPMHookPoint *HP_script_parse_cleanup_timer_post;
+ struct HPMHookPoint *HP_script_add_language_pre;
+ struct HPMHookPoint *HP_script_add_language_post;
+ struct HPMHookPoint *HP_script_get_translation_file_name_pre;
+ struct HPMHookPoint *HP_script_get_translation_file_name_post;
+ struct HPMHookPoint *HP_script_parser_clean_leftovers_pre;
+ struct HPMHookPoint *HP_script_parser_clean_leftovers_post;
struct HPMHookPoint *HP_searchstore_open_pre;
struct HPMHookPoint *HP_searchstore_open_post;
struct HPMHookPoint *HP_searchstore_query_pre;
@@ -5242,6 +5266,12 @@ struct {
int HP_atcommand_add_post;
int HP_atcommand_msg_pre;
int HP_atcommand_msg_post;
+ int HP_atcommand_expand_message_table_pre;
+ int HP_atcommand_expand_message_table_post;
+ int HP_atcommand_msgfd_pre;
+ int HP_atcommand_msgfd_post;
+ int HP_atcommand_msgsd_pre;
+ int HP_atcommand_msgsd_post;
int HP_battle_init_pre;
int HP_battle_init_post;
int HP_battle_final_pre;
@@ -9526,6 +9556,24 @@ struct {
int HP_script_hardcoded_constants_post;
int HP_script_mapindexname2id_pre;
int HP_script_mapindexname2id_post;
+ int HP_script_string_dup_pre;
+ int HP_script_string_dup_post;
+ int HP_script_load_translations_pre;
+ int HP_script_load_translations_post;
+ int HP_script_load_translation_pre;
+ int HP_script_load_translation_post;
+ int HP_script_translation_db_destroyer_pre;
+ int HP_script_translation_db_destroyer_post;
+ int HP_script_clear_translations_pre;
+ int HP_script_clear_translations_post;
+ int HP_script_parse_cleanup_timer_pre;
+ int HP_script_parse_cleanup_timer_post;
+ int HP_script_add_language_pre;
+ int HP_script_add_language_post;
+ int HP_script_get_translation_file_name_pre;
+ int HP_script_get_translation_file_name_post;
+ int HP_script_parser_clean_leftovers_pre;
+ int HP_script_parser_clean_leftovers_post;
int HP_searchstore_open_pre;
int HP_searchstore_open_post;
int HP_searchstore_query_pre;