Prev: BF9F Up: Map Next: C023
BFEC: Routine at BFEC
Used by the routine at StartGame.
BFEC LD IX,$C293 IX=C293.
BFF0 LD B,$04 B=04 (counter).
BFF2 PUSH BC Stash BC on the stack.
BFF3 CALL $C023 Call C023.
BFF6 LD BC,$000D BC=000D.
BFF9 ADD IX,BC IX+=BC.
BFFB POP BC Restore BC from the stack.
BFFC DJNZ $BFF2 Decrease counter by one and loop back to BFF2 until counter is zero.
BFFE LD IX,$C293 IX=C293.
C002 LD B,$04 B=04 (counter).
C004 PUSH BC Stash BC on the stack.
C005 CALL $C14C Call C14C.
C008 LD BC,$000D BC=000D.
C00B ADD IX,BC IX+=BC.
C00D POP BC Restore BC from the stack.
C00E DJNZ $C004 Decrease counter by one and loop back to C004 until counter is zero.
C010 LD IX,$C293 IX=C293.
C014 LD B,$04 B=04 (counter).
C016 PUSH BC Stash BC on the stack.
C017 CALL $C178 Call C178.
C01A LD BC,$000D BC=000D.
C01D ADD IX,BC IX+=BC.
C01F POP BC Restore BC from the stack.
C020 DJNZ $C016 Decrease counter by one and loop back to C016 until counter is zero.
C022 RET Return.
Prev: BF9F Up: Map Next: C023