Prev: C125 Up: Map Next: C144
C13C: Staircase endpoint identifiers for skool region 0xC1
Used by the routine at 6464. Skool region 0xC1 is on the middle floor, to the left of the window in the boys' skool (76<x<=96). It is defined by the third entry in the skool region data table at B83C.
Each entry in this table determines the first staircase endpoint to reach on the way from skool region 0xC1 to the destination region (0xBD-0xC4). Region 0xBF corresponds to anywhere on the bottom floor (see B93C) or in mid-air (see B73C and B83C); region 0xC0 is the assembly hall stage (see 6DA3).
C13C DEFB $C5 Destination region 0xBD: staircase endpoint 0xC5
C13D DEFB $C5 Destination region 0xBE: staircase endpoint 0xC5
C13E DEFB $C5 Destination region 0xBF: staircase endpoint 0xC5
C13F DEFB $C5 Destination region 0xC0: staircase endpoint 0xC5
C140 DEFB $C1 Unused
C141 DEFB $C6 Destination region 0xC2: staircase endpoint 0xC6
C142 DEFB $C5 Destination region 0xC3: staircase endpoint 0xC5
C143 DEFB $C5 Destination region 0xC4: staircase endpoint 0xC5
Prev: C125 Up: Map Next: C144