Routines |
Prev: D7C5 | Up: Map | Next: D8AC |
Used by the routines at Populate_Door_Buffer, Customer_Frame_01, Bandit_State_Reference, Bowie_Good_Bad, Julius_Good_Bad and Bandit_Draw.
|
||||
Reset___ | D8A1 | LD L,(IX+$00) | Blanks the 16 bit address pointed to by one of the passed door flags (i.e. writes $0000 to one of Door_Routine_01, Door_Routine_02, Door_Routine_03). | |
D8A4 | LD H,(IX+$01) | |||
D8A7 | XOR A | |||
D8A8 | LD (HL),A | |||
D8A9 | INC HL | |||
D8AA | LD (HL),A | |||
D8AB | RET | Return. |
Prev: D7C5 | Up: Map | Next: D8AC |