Prev: BA8B Up: Map Next: BABD
BAAA: Hit the first task box in a room - see if it triggers something else
Used by the routine at B2D2.
Input
HL Pointer to the "static object" store in the current room
Triggered in rooms 07 (The Silcon Etching Tank) and 13 (Abrasion Dust Extraction)
BAAA LD C,(HL)
BAAB LD A,($A422)
BAAE XOR C
BAAF AND $3F
BAB1 RET NZ
BAB2 RES 7,C
BAB4 CALL $BA8C
BAB7 AND $03
BAB9 LD ($A461),A
BABC RET
Prev: BA8B Up: Map Next: BABD