Prev: C490 Up: Map Next: C4B7
C49F: Routine at C49F
Used by the routines at Action_LayPlacePut, Action_???, Action_Kill and Action_Insert.
C49F CALL Parser_ValidateDirectObject Call Parser_ValidateDirectObject.
C4A2 RET C Return if the direct object is malformed.
C4A3 CP $01 Jump to C4AC if A is not equal to 01.
C4A5 JR NZ,$C4AC
C4A7 CALL Response_PleaseBeMoreSpecific Call Response_PleaseBeMoreSpecific.
C4AA SCF Set the carry flag.
C4AB RET Return.
C4AC CP $03 Jump to C4B2 if A is greater than or equal to 03.
C4AE JR NC,$C4B2
C4B0 AND A Set flags.
C4B1 RET Return.
C4B2 CALL Response_PleaseRephraseThat Call Response_PleaseRephraseThat.
C4B5 SCF Set the carry flag.
C4B6 RET Return.
Prev: C490 Up: Map Next: C4B7