You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a map number collides with MAP_DYNAMIC (127 by default) then warps to the new map will be unexpectedly treated as dynamic warps. Porymap could enforce this limit on number of maps per map group by reading the value of MAP_DYNAMIC. There'd be a similar problem if the map group value collides with MAP_UNDEFINED (and probably MAP_DYNAMIC too).
The text was updated successfully, but these errors were encountered:
If a map number collides with
MAP_DYNAMIC
(127 by default) then warps to the new map will be unexpectedly treated as dynamic warps. Porymap could enforce this limit on number of maps per map group by reading the value ofMAP_DYNAMIC
. There'd be a similar problem if the map group value collides withMAP_UNDEFINED
(and probablyMAP_DYNAMIC
too).The text was updated successfully, but these errors were encountered: