Routines |
Prev: 813A | Up: Map | Next: 8155 |
Used by the routines at Demo_Start and GameLoop.
|
||||
813B | CALL DrawRoom | Call DrawRoom. | ||
813E | LD BC,$0014 | BC=0014. | ||
8141 | PUSH BC | Stash BC on the stack. | ||
8142 | CALL $EEA2 | Call EEA2. | ||
8145 | CALL $F578 | Call F578. | ||
8148 | CALL Draw_Characters_CurrentRoom | Call Draw_Characters_CurrentRoom. | ||
814B | CALL ShadowBufferToScreen | Call ShadowBufferToScreen. | ||
814E | POP BC | Restore BC from the stack. | ||
814F | DEC BC | Decrease BC by one. | ||
8150 | LD A,B | Jump to 8141 until BC is zero. | ||
8151 | OR C | |||
8152 | JR NZ,$8141 | |||
8154 | RET | Return. |
Prev: 813A | Up: Map | Next: 8155 |