Merge pull request #2023 from Bassoonian/updatemapmacros

Fix defines in MAP_NUM and MAP_GROUP
This commit is contained in:
GriffinR
2024-09-19 12:17:16 -04:00
committed by GitHub
32 changed files with 451 additions and 451 deletions

View File

@@ -9,8 +9,8 @@
#define MAP_UNDEFINED (0xFF | (0xFF << 8))
#define MAP_GROUP(map) (MAP_##map >> 8)
#define MAP_NUM(map) (MAP_##map & 0xFF)
#define MAP_GROUP(map) (map >> 8)
#define MAP_NUM(map) (map & 0xFF)
// IDs for dynamic warps. Both are used in the dest_warp_id field for warp events, but they
// are never read in practice. A dest_map of MAP_DYNAMIC is used to indicate that a