Merge pull request #1616 from GriffinRichards/missing-req

Add missing :req, remove old macros
This commit is contained in:
GriffinR
2022-02-02 22:09:36 -05:00
committed by GitHub
15 changed files with 114 additions and 300 deletions
-12
View File
@@ -33,18 +33,6 @@ enum {
// for constructing large tiles, such as the Battle Pike's curtain tile.
#define METATILE_ROW_WIDTH 8
enum
{
CONNECTION_INVALID = -1,
CONNECTION_NONE,
CONNECTION_SOUTH,
CONNECTION_NORTH,
CONNECTION_WEST,
CONNECTION_EAST,
CONNECTION_DIVE,
CONNECTION_EMERGE
};
typedef void (*TilesetCB)(void);
struct Tileset