![]() |
Routines |
Prev: C47B | Up: Map | Next: C49F |
|
||||
C490 | LD A,($BD67) | A=*UserInput_Token_2. | ||
C493 | CP $FF | Return if A is equal to FF. | ||
C495 | RET Z | |||
C496 | CALL Parser_CountItems | Call Parser_CountItems. | ||
C499 | RET NZ | Return if A is not equal to FF. | ||
C49A | CALL Response_PleaseRephraseThat | Call Response_PleaseRephraseThat. | ||
C49D | SCF | Set the carry flag. | ||
C49E | RET | Return. |
Prev: C47B | Up: Map | Next: C49F |