You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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:
@@ -1769,7 +1769,7 @@ GetCoordTile::
|
||||
ret
|
||||
|
||||
.nope
|
||||
ld a, -1
|
||||
ld a, COLL_OUT_OF_BOUNDS
|
||||
ret
|
||||
|
||||
GetBlockLocation::
|
||||
|
||||
Reference in New Issue
Block a user