Prev: BDBF Up: Map Next: BDE8
BDDE: Long delay (65536 iterations)
Used by the routine at thief_enter_door.
Double loop C = 0 (256) × B = 0 (256) — 65536 iterations total.
Called between animation frames in thief_enter_door to pace the thief door sequence.
thief_long_delay BDDE LD C,$00
thief_long_delay_0 BDE0 LD B,$00
thief_long_delay_1 BDE2 DJNZ thief_long_delay_1
BDE4 DEC C
BDE5 JR NZ,thief_long_delay_0
BDE7 RET
Prev: BDBF Up: Map Next: BDE8