blob: ead7a1e062e9fc29c9381970dc2f1f15721359f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef ENTERPORTALSUBTASK_H
#define ENTERPORTALSUBTASK_H
#include "global.h"
typedef struct {
u8 paletteGroup;
u8 gfxGroup;
} PACKED struct_080D4138;
#endif // ENTERPORTALSUBTASK_H
|