2 Boolean
display_spells_event_filter (short item_hit
);
3 void display_spells(short mode
,short force_spell
,short parent_num
);
5 Boolean
display_skills_event_filter (short item_hit
);
6 void display_skills(short force_skill
,short parent
);
7 void put_pc_graphics();
8 Boolean
display_pc_event_filter (short item_hit
);
9 void display_pc(short pc_num
,short mode
,short parent_num
);
10 void put_item_info(short pc
,short item
);
11 Boolean
display_pc_item_event_filter (short item_hit
);
12 void display_pc_item(short pc_num
,short item
,item_record_type si
,short parent
);
13 void put_monst_info();
14 Boolean
display_monst_event_filter (short item_hit
);
15 void display_monst(short array_pos
,creature_data_type
*which_m
,short mode
);
16 Boolean
display_help_event_filter (short item_hit
);
17 void display_help(short mode
,short parent
);
18 Boolean
display_alchemy_event_filter (short item_hit
);
19 void display_alchemy();
20 void pick_race_abil(pc_record_type
*pc
,short mode
,short parent_num
);
21 void pick_race_abil_event_filter(short item_hit
);
22 void display_traits_graphics();
23 void give_pc_info(short pc_num
);
24 void give_pc_info_event_filter(short item_hit
);
25 void display_pc_info();
26 void adventure_notes_event_filter (short item_hit
);
27 void adventure_notes();
29 void talk_notes_event_filter (short item_hit
);
32 void journal_event_filter (short item_hit
);
33 void add_to_journal(short event
);
34 void display_enc_string(short val1
,short val2
,short sound
);
35 void display_2_enc_string(short val1
,short val2
,short val3
,short val4
,short sound
);
36 void anax_string(short val1
,short val2
);
37 void give_help(short help1
,short help2
,short parent_num
);
38 void put_spec_item_info (short which_i
);
39 void put_spec_item_info (short which_i
);
40 void display_strings_event_filter (short item_hit
);
41 void display_strings_event_filter (short item_hit
);
42 void display_strings(char *text1
, char *text2
,short str_label_1
,short str_label_2
,short str_label_1b
,
44 char *title
,short sound_num
,short graphic_num
,short parent_num
);
45 void give_error(char *text1
, char *text2
,short parent_num
);
46 void display_strings_with_nums(short a1
,short a2
, short b1
, short b2
,
47 char *title
,short sound_num
,short graphic_num
,short parent_num
);