Prev: CEB8 Up: Map Next: D037
D019: Routine at D019
Used by the routine at Character_Chooser.
D019 LD DE,$D289 Writes Prep_Bandit_Draw_Open to the address contained at (depending on which door is currently being actioned);
Address Door Target
Door_Flags_01 Door 1 Door_Routine_01
Door_Flags_02 Door 2 Door_Routine_02
Door_Flags_03 Door 3 Door_Routine_03
D01C LD L,(IX+$00)
D01F LD H,(IX+$01)
D022 LD (HL),E
D023 INC HL
D024 LD (HL),D
D025 LD L,(IX+$0C) Copies 000B bytes of data from (depending on which door is currently being actioned);
Source Destination Door
Door_Char_Source_01 Door_Source_01 Door 1
Door_Char_Source_02 Door_Source_02 Door 2
Door_Char_Source_03 Door_Source_03 Door 3
D028 LD H,(IX+$0D)
D02B LD E,(IX+$02)
D02E LD D,(IX+$03)
D031 LD BC,$000B
D034 LDIR
D036 RET Return.
Prev: CEB8 Up: Map Next: D037