summaryrefslogtreecommitdiff
path: root/include/d/d_save_event_tmp_flag.inc
blob: 1f5e7ac5611fa7041e586a8d3f205f379aa76f0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
// All names in this file are fake.

class dSv_event_tmp_flag_c {
public:
    // Tmp bits.
    enum {
        /* 0x0040 */ UNK_0040 = 0x0040,
        /* 0x0020 */ UNK_0020 = 0x0020,
        /* 0x0010 */ UNK_0010 = 0x0010,
        /* 0x0008 */ UNK_0008 = 0x0008,
        /* 0x0004 */ UNK_0004 = 0x0004,
        /* 0x0002 */ UNK_0002 = 0x0002,
        /* 0x0001 */ UNK_0001 = 0x0001,
        /* 0x0180 */ UNK_0180 = 0x0180,
        /* 0x0140 */ UNK_0140 = 0x0140,
        /* 0x0120 */ UNK_0120 = 0x0120,
        /* 0x0110 */ UNK_0110 = 0x0110,
        /* 0x0108 */ UNK_0108 = 0x0108,
        /* 0x0104 */ UNK_0104 = 0x0104,
        /* 0x0102 */ UNK_0102 = 0x0102,
        /* 0x0101 */ UNK_0101 = 0x0101,
        /* 0x0280 */ UNK_0280 = 0x0280,
        /* 0x0240 */ UNK_0240 = 0x0240,
        /* 0x0210 */ UNK_0210 = 0x0210,
        /* 0x0208 */ UNK_0208 = 0x0208,
        /* 0x0202 */ UNK_0202 = 0x0202,
        /* 0x0320 */ UNK_0320 = 0x0320,
        /* 0x0310 */ UNK_0310 = 0x0310,
        /* 0x0308 */ UNK_0308 = 0x0308,
        /* 0x0304 */ UNK_0304 = 0x0304,
        /* 0x0302 */ UNK_0302 = 0x0302,
        /* 0x0301 */ UNK_0301 = 0x0301,
        /* 0x0480 */ UNK_0480 = 0x0480,
        /* 0x0440 */ UNK_0440 = 0x0440,
        /* 0x0420 */ UNK_0420 = 0x0420,
        /* 0x0410 */ UNK_0410 = 0x0410,
        /* 0x0408 */ UNK_0408 = 0x0408,
        /* 0x0404 */ UNK_0404 = 0x0404,
        /* 0x0402 */ UNK_0402 = 0x0402,
        /* 0x0401 */ UNK_0401 = 0x0401,
        /* 0x0580 */ UNK_0580 = 0x0580,
    };

    // Tmp registers.
    enum {
        /* 0xF903 */ UNK_F903 = 0xF903,
        /* 0xFAFF */ UNK_FAFF = 0xFAFF,
        /* 0xFBFF */ UNK_FBFF = 0xFBFF,
        /* 0xFC03 */ UNK_FC03 = 0xFC03,
        /* 0xFD07 */ UNK_FD07 = 0xFD07,
        /* 0xFE03 */ UNK_FE03 = 0xFE03,
        /* 0xFF03 */ UNK_FF03 = 0xFF03,
    };
};