Prev: 64890 Up: Map Next: 64902
64892: Region definitions used by the gangster outside the police station
Used by the routine at 29578. Defines the regions watched by the gangster outside the police station (who uses the command list that follows at 64902).
64892 DEFB 0,255 0<=x<255, 10<=y<36 (the gangster will give up the chase if Sam leaves this region)
64894 DEFB 10,36
64896 DEFB 125,148 125<=x<148, 34<=y<35 (the gangster will remain inside this region, and start chasing Sam if he enters it)
64898 DEFB 34,35
64900 DEFB 255 Disguise ID (matches none of Sam's)
64901 DEFB 8 Command list offset
Prev: 64890 Up: Map Next: 64902