Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 21 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | // These names are not part of the symbol dump, so the names in this file are not original, except as noted. |
4 | // These names are not part of the symbol dump, so the names in this file are not original, except as noted. |
- | 5 | ||
- | 6 | // Names derived from DATA/64X48X8/HEADUP.TXT (and context) |
|
- | 7 | typedef enum dr_headup_slot |
|
- | 8 | { |
|
- | 9 | eHeadupSlot_development = 0, |
|
- | 10 | eHeadupSlot_credits = 1, |
|
- | 11 | eHeadupSlot_ped_kills = 2, |
|
- | 12 | eHeadupSlot_ped_warning = 3, |
|
- | 13 | eHeadupSlot_misc = 4, |
|
- | 14 | eHeadupSlot_countdown = 5, |
|
- | 15 | eHeadupSlot_fancies = 6, |
|
- | 16 | eHeadupSlot_timer = 7, |
|
- | 17 | eHeadupSlot_lap_count = 8, |
|
- | 18 | eHeadupSlot_race_bonus = 9, |
|
- | 19 | eHeadupSlot_time_bonus = 10, |
|
- | 20 | eHeadupSlot_time_award = 11, |
|
- | 21 | eHeadupSlot_cars_out_count = 12, |
|
- | 22 | eHeadupSlot_cash_network = 13, |
|
- | 23 | eHeadupSlot_ped_network = 14, |
|
- | 24 | } dr_headup_slot; |
|
5 | 25 | ||
6 | // Names from `gMem_names`. See also: `CreateStainlessClasses` |
26 | // Names from `gMem_names`. See also: `CreateStainlessClasses` |
7 | typedef enum dr_memory_classes { |
27 | typedef enum dr_memory_classes { |
8 | kMem_intf_pix_copy = 129, // 0x81 |
28 | kMem_intf_pix_copy = 129, // 0x81 |
9 | kMem_intf_pal_copy = 130, // 0x82 |
29 | kMem_intf_pal_copy = 130, // 0x82 |