You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Create COLL_OUT_OF_BOUNDS to handle isolated areas within the same map that should not be visible in View Map mode (#29)
This commit is contained in:
@@ -114,9 +114,9 @@ if DEF(_DEBUG)
|
||||
|
||||
map_attributes DebugLevel3_Map1, DEBUGLEVEL_3_MAP_1, $00, 0
|
||||
|
||||
map_attributes DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, $05, SOUTH
|
||||
map_attributes DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, $00, SOUTH
|
||||
connection south, DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, -1
|
||||
|
||||
map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $05, NORTH
|
||||
map_attributes DebugLevel5_Map1, DEBUGLEVEL_5_MAP_1, $00, NORTH
|
||||
connection north, DebugLevel4_Map1, DEBUGLEVEL_4_MAP_1, 1
|
||||
endc
|
||||
|
Reference in New Issue
Block a user