Routines |
Prev: 44249 | Up: Map | Next: 44347 |
Used by the routine at Animation_OpponentThrowing.
|
||||
44283 | LD HL,44302 | HL=44302. | ||
44286 | LD A,(HL) | A=*HL. | ||
44287 | LD (HL),32 | Write 32 to *HL. | ||
44289 | LD C,20 | C=20. | ||
44291 | LD B,22 | B=22. | ||
44293 | CALL ReportOpponentScore_Type | Call ReportOpponentScore_Type. | ||
44296 | CALL PrintString_Loop | Call PrintString_Loop. | ||
44299 | DEFB 22,22,26 | PRINT AT: 22, 26. | ||
44302 | DEFM " " | " ". | ||
44305 | DEFB 255 | Terminator. | ||
44306 | RET | Return. | ||
44307 | RET | Return. | ||
44308 | LD HL,44342 | HL=44342. | ||
44311 | LD A,(HL) | A=*HL. | ||
44312 | LD (50000),A | Write A to *50000. | ||
44315 | LD (HL),32 | Write 32 to *HL. | ||
44317 | LD C,20 | C=20. | ||
44319 | LD B,23 | B=23. | ||
44321 | CALL ReportOpponentScore_Type | Call ReportOpponentScore_Type. | ||
44324 | CALL PrintString_Loop | Call PrintString_Loop. | ||
44327 | DEFB 16,5 | INK: CYAN. | ||
44329 | DEFB 17,0 | PAPER: BLACK. | ||
44331 | DEFB 18,1 | FLASH: ON. | ||
44333 | DEFB 22,23,16 | PRINT AT: 23, 16. | ||
44336 | DEFM "GOT" | |||
44339 | DEFB 22,23,26 | PRINT AT: 23, 26. | ||
44342 | DEFM " " | " ". | ||
44345 | DEFB 255 | Terminator. | ||
44346 | RET | Return. |
Prev: 44249 | Up: Map | Next: 44347 |