Prev: 52920 Up: Map Next: 53303
53273: Routine at D019
Used by the routine at Character_Chooser.
53273 LD DE,53897 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
53276 LD L,(IX+0)
53279 LD H,(IX+1)
53282 LD (HL),E
53283 INC HL
53284 LD (HL),D
53285 LD L,(IX+12) Copies 0011 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
53288 LD H,(IX+13)
53291 LD E,(IX+2)
53294 LD D,(IX+3)
53297 LD BC,11
53300 LDIR
53302 RET Return.
Prev: 52920 Up: Map Next: 53303