added RoomID enum

This commit is contained in:
Henny022p
2022-03-21 06:08:01 +01:00
parent 35eef68d96
commit 02f68affe5
6 changed files with 2515 additions and 1081 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#ifndef TMC_TRANSITIONS_H
#define TMC_TRANSITIONS_H
#include "global.h"
#include "roomid.h"
typedef struct Transition {
u8 warp_type;
@@ -11,7 +12,7 @@ typedef struct Transition {
u16 endY;
u8 shape;
u8 area;
u8 room;
RoomID room : 8;
u8 height;
u8 transition_type;
u8 facing_direction;