Routines |
Prev: CC38 | Up: Map | Next: CC59 |
Used by the routine at Prep_Display_Phase.
|
||||
Draws Main Playfield with all three doors closed.
|
||||
Draw_PlayWithDoors | CC3A | LD IX,$CC38 | Draw the main game playfield. | |
CC3E | CALL Draw_Playfield | |||
CC41 | LD A,$01 | Calls Draw_DoorFrame1 with Door_Frame_Reference set to 01. | ||
CC43 | LD ($CE1A),A | |||
CC46 | CALL Draw_DoorFrame1 | |||
CC49 | LD A,$02 | Calls Draw_DoorFrame1 with Door_Frame_Reference set to 02. | ||
CC4B | LD ($CE1A),A | |||
CC4E | CALL Draw_DoorFrame1 | |||
CC51 | LD A,$03 | Jump to Draw_DoorFrame1 with Door_Frame_Reference set to 03. | ||
CC53 | LD ($CE1A),A | |||
CC56 | JP Draw_DoorFrame1 |
Prev: CC38 | Up: Map | Next: CC59 |