mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Correct comment in maps.h
This commit is contained in:
parent
ff3168f6cc
commit
d1e4bd44ce
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user