diff options
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 1abef38da..09ad2ae07 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -32,6 +32,14 @@ struct MapHeader // TODO: rest of struct }; +struct MapObject +{ + u32 active:1; + u8 filler[0x20]; +}; + +extern struct MapObject gMapObjects[]; +extern u8 gSelectedMapObject; extern struct MapHeader gMapHeader; #endif // GUARD_FIELDMAP_H |