Files
tmc/include/cutscene.h
T
octorock 67467fd831 Extract some data
And split up subtasks and world events.
2022-10-08 22:32:54 +02:00

24 lines
373 B
C

#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