Prev: BC25 Up: Map Next: BC48
BC3C: ERIC location identifier table for the bottom floor
Used by the routine at 63D5. The location identifier table for the top floor is at BA3C, and the table for the middle floor is at BB3C.
BC3C DEFB $2A,$02 Location 2: left of the dining hall (x<=42)
BC3E DEFB $3F,$04 Location 4: dining hall (42<x<=63)
BC40 DEFB $4D,$03 Location 3: assembly hall (63<x<=77)
BC42 DEFB $60,$02 Location 2: between the assembly hall and the skool door (77<x<=96)
BC44 DEFB $9F,$01 Location 1: playground (96<x<=159)
BC46 DEFB $E0,$00 Location 0: girls' skool (x>159; forbidden)
Prev: BC25 Up: Map Next: BC48