Update MapPreviewScreen.type

This commit is contained in:
PikalaxALT
2020-03-09 09:30:13 -04:00
parent 926b7c975d
commit 1a8023c465
2 changed files with 35 additions and 31 deletions
+5 -1
View File
@@ -34,10 +34,14 @@ enum MapPreviewScreenId
MPS_COUNT
};
#define MPS_TYPE_CAVE 0
#define MPS_TYPE_FOREST 1
#define MPS_TYPE_ANY 2
struct MapPreviewScreen
{
u8 mapsec;
bool8 type;
u8 type;
u16 flagId;
const void * tilesptr;
const void * tilemapptr;