Prev: CE1C Up: Map Next: CE21
CE1E: Current door speed multiplier (larger = slower). Cycles between the value in CE1B and 1, allowing doors to open at different times.
CE1E DEFB $03
Defines the entry point for the choosing routines. Note, this isn't for one choice - they chain into each other this simply points to where the chain starts.
Chooser_Routine_Buffer CE1F DEFW Choose_Bandit_05
Prev: CE1C Up: Map Next: CE21