Prev: 26396 Up: Map Next: 26428
26414: REMOVE action
Used by the routine at ACTION_AUTOR.
Input
DE pointer to object location
ACTION_REMOVE 26414 LD HL,23 "I'm not wearing it"
26417 LD A,(DE) A=object location
26418 CP 253 Is it worn?
26420 JP NZ,PRINT_MSG_DONE If not, print system message
26423 LD HL,24 "My hands are full"
26426 JR ACTION_GET_0 Then as for get object
Prev: 26396 Up: Map Next: 26428