Prev: ACD8 Up: Map Next: AD05
ACF6: Draw prostitute's room background
Sets CHARS=$EAC1 (room background tileset). Draws the static room frame frame_prostitue_room (full-screen background: walls, curtains, objects).
Jumps to clear_doorway which clears the two columns of the doorway area. Called from all prostitute-room routines to refresh the background.
draw_room_bg ACF6 LD DE,$EAC1 Set CHARS=$EAC1, draw room background frame (frame_prostitue_room)
ACF9 CALL set_chars
ACFC LD HL,$AD05
ACFF CALL draw_frame
AD02 JP clear_doorway Jump to clear doorway columns (clear_doorway)
Prev: ACD8 Up: Map Next: AD05