Prev: 63235 Up: Map Next: 63263
63251: Process: Kill Trader
Make sure the player is even carrying a sword.
Process_KillTrader 63251 CALL IsPlayerCarryingSword Call IsPlayerCarryingSword.
63254 CALL Response_KilledRoman Call Response_KilledRoman.
Print "You are mobbed by the angry villagers.They attack you.".
63257 LD HL,56826 HL=Messaging_MobbedByAngryVillagers.
63260 JP Response_IfSwordThenGameOver Jump to Response_IfSwordThenGameOver.
Prev: 63235 Up: Map Next: 63263