Prev: BB25 Up: Map Next: BB42
BB3C: ERIC location identifier table for the middle floor
Used by the routine at 63D5. The location identifier table for the top floor is at BA3C, and the table for the bottom floor is at BC3C.
BB3C DEFB $1E,$02 Location 2: left of the Science Lab doorway (x<=30)
BB3E DEFB $35,$06 Location 6: Science Lab (30<x<=53)
BB40 DEFB $E0,$00 Location 0: anywhere else on the middle floor (x>53; forbidden)
Prev: BB25 Up: Map Next: BB42