Prev: F71F Up: Map Next: F739
F730: Process: Kill Wolves
Make sure the player is even carrying a sword.
Process_KillWolves F730 CALL IsPlayerCarryingSword Call IsPlayerCarryingSword.
Print "You can't.There are too many of them.".
F733 LD HL,$DE31 HL=Messaging_YouCantTooManyOfThem.
F736 JP PrintStringAndNewline_Duplicate Jump to PrintStringAndNewline_Duplicate.
Prev: F71F Up: Map Next: F739