![]() |
Routines |
Prev: 64770 | Up: Map | Next: 64898 |
|
||||
Action_Swim | 64877 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | |
64880 | RET C | Return if the direct object is malformed. | ||
64881 | CP 2 | Jump to Response_PleaseRephraseThat_Duplicate if A is equal to 2. | ||
64883 | JP Z,Response_PleaseRephraseThat_Duplicate | |||
Print "That's not such a good idea.".
|
||||
64886 | LD HL,56159 | HL=56159. | ||
64889 | JP PrintStringAndNewline_Alias | Jump to PrintStringAndNewline_Alias. | ||
Print "You can't swim.".
|
||||
64892 | LD HL,58788 | HL=Messaging_YouCantSwim. | ||
64895 | JP PrintStringAndNewline_Alias | Jump to PrintStringAndNewline_Alias. |
Prev: 64770 | Up: Map | Next: 64898 |