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:
xCrystal
2023-12-14 21:24:08 +01:00
parent 78b8f05fb7
commit 7ede3d1357
11 changed files with 102 additions and 56 deletions

View File

@@ -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