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
@@ -31,6 +31,7 @@
#include "itemMetaData.h"
#include "player.h"
#include "transitions.h"
#include "roomid.h"
// Game task
@@ -195,7 +196,7 @@ typedef struct {
typedef struct {
u8 area;
u8 room;
RoomID room : 8;
u8 _2;
u8 _3;
u16 x;