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:
@@ -126,7 +126,7 @@ DEF COLL_UP_LEFT_BUOY EQU $c7 ; unused
|
||||
const COLL_BRANCH_SPACE ; $d8
|
||||
const COLL_UNION_SPACE ; $d9
|
||||
DEF NUM_COLL_SPACES EQU const_value - $d0
|
||||
DEF COLL_FF EQU $ff ; garbage
|
||||
DEF COLL_OUT_OF_BOUNDS EQU $ff
|
||||
|
||||
; collision data type nybbles
|
||||
DEF LO_NYBBLE_GRASS EQU $07
|
||||
|
||||
Reference in New Issue
Block a user