summaryrefslogtreecommitdiff
path: root/include/cutscene.h
blob: 4b6b6cfceaa6b921998b2eedb07b327eff5bc2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef CUTSCENE_H
#define CUTSCENE_H

#include "room.h"

typedef struct {
    const EntityData* entityData;
    u8 area;
    u8 room;
    s8 scrollX;
    s8 scrollY;
} struct_080FCF04;

typedef struct {
    const EntityData* entityData1;
    const EntityData* entityData2;
    u8 area;
    u8 room;
    s8 scrollX;
    s8 scrollY;
} struct_080FCFB8;

#endif // CUTSCENE_H