Correct comment in maps.h

This commit is contained in:
GriffinR 2023-01-18 11:54:06 -05:00
parent ff3168f6cc
commit d1e4bd44ce

View File

@ -14,8 +14,8 @@
// IDs for dynamic warps. Both are used in the dest_warp_id field for warp events, but they // 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 // are never read in practice. A dest_map of MAP_DYNAMIC is used to indicate that a
// dynamic warp should be used, at which point the warp id is ignored. It can be passed to // dynamic warp should be used, at which point the warp id is ignored. They can be passed
// SetDynamicWarp/SetDynamicWarpWithCoords as the first argument, but this argument is unused. // as the argument to SetWarpDestinationToDynamicWarp, but this argument is unused.
// As only one dynamic warp is saved at a time there's no need to distinguish between them. // As only one dynamic warp is saved at a time there's no need to distinguish between them.
#define WARP_ID_SECRET_BASE 0x7E #define WARP_ID_SECRET_BASE 0x7E
#define WARP_ID_DYNAMIC 0x7F #define WARP_ID_DYNAMIC 0x7F