Prev: BA25 Up: Map Next: BA46
BA3C: ERIC location identifier table for the top floor
Used by the routine at 63D5. The location identifier table for the middle floor is at BB3C, and the table for the bottom floor is at BC3C.
BA3C DEFB $17,$07 Location 7: Blue Room (x<=23)
BA3E DEFB $1D,$02 Location 2: Revision Library, outside the Blue Room (23<x<=29)
BA40 DEFB $28,$05 Location 5: Revision Library, outside the Yellow Room (29<x<=40)
BA42 DEFB $3F,$08 Location 8: Yellow Room (40<x<=63)
BA44 DEFB $E0,$00 Location 0: anywhere else on the top floor (x>63; forbidden)
Prev: BA25 Up: Map Next: BA46