Prev: FB89 Up: Map Next: FBC3
FBB9: Action: Swearing
Action_Swearing FBB9 CALL Parser_ValidateDirectObject Call Parser_ValidateDirectObject.
FBBC RET C Return if there is no direct object in the user input (so the command is malformed).
Print "Don't be disgusting.".
FBBD LD HL,$DBF4 HL=Messaging_DontBeDisgusting.
FBC0 JP $ED6D Jump to ED6D.
Prev: FB89 Up: Map Next: FBC3