From f18ddaa7861f095945b7294eae9485829410f3c4 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 29 Nov 2021 00:53:27 -0500 Subject: [PATCH] peasant: fix scoring when it's 10 points we should be using BCD --- games/peasant/kerrek_actions.s | 2 +- games/peasant/trogdor.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games/peasant/kerrek_actions.s b/games/peasant/kerrek_actions.s index 1b09517b..7a29a92a 100644 --- a/games/peasant/kerrek_actions.s +++ b/games/peasant/kerrek_actions.s @@ -243,7 +243,7 @@ kerrek_get_belt_finally: ora #INV1_KERREK_BELT sta INVENTORY_1 - lda #10 + lda #$10 ; it's BCD jsr score_points ldx #