Prev: B920 Up: Map Next: B960
B940: 5th floor window flags (6<=y<=11)
Used by the routines at F436 and F7DA. Each byte here corresponds to a segment of the play area that is eight tiles wide, and level with the 5th floor of a building (6<=y<=11). The window flags for y-coordinate range 0-5 are at B840; the 4th floor window flags are at BA40.
B940 DEFB $00,$00,$00,$00,$00,$00,$00 0<=x<56: no windows here
B947 DEFB $88,$00,$00,$00,$00,$C8 56<=x<104: hotel
B94D DEFB $00,$00,$00 104<=x<256: no windows here
B950 DEFB $00,$00,$00,$00,$00,$00,$00,$00
B958 DEFB $00,$00,$00,$00,$00,$00,$00,$00
Prev: B920 Up: Map Next: B960