Prev: FCFC Up: Map Next: FD16
FD0C: Region definitions used by the gangster on the catwalk
Used by the routine at 738A. Defines the regions watched by the gangster on the catwalk (who uses the command list that follows at FD16).
FD0C DEFB $08,$26 8<=x<38, 10<=y<17 (the gangster will give up the chase if Sam leaves this region)
FD0E DEFB $0A,$11
FD10 DEFB $14,$25 20<=x<37, 13<=y<14 (the gangster will remain inside this region, and start chasing Sam if he enters it)
FD12 DEFB $0D,$0E
FD14 DEFB $FF Disguise ID (matches none of Sam's)
FD15 DEFB $08 Command list offset
Prev: FCFC Up: Map Next: FD16