mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
67467fd831
And split up subtasks and world events.
12 lines
193 B
C
12 lines
193 B
C
#ifndef ENTERPORTALSUBTASK_H
|
|
#define ENTERPORTALSUBTASK_H
|
|
|
|
#include "global.h"
|
|
|
|
typedef struct {
|
|
u8 paletteGroup;
|
|
u8 gfxGroup;
|
|
} PACKED struct_080D4138;
|
|
|
|
#endif // ENTERPORTALSUBTASK_H
|