From d4d7b91aecf651b06d1f466ecc22b65da234a299 Mon Sep 17 00:00:00 2001 From: vulcandth Date: Wed, 22 Nov 2023 15:12:40 +0000 Subject: Convert a couple ds 2 to dw --- ram/hram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ram/hram.asm') diff --git a/ram/hram.asm b/ram/hram.asm index 72e9e13a..fc2f45bc 100644 --- a/ram/hram.asm +++ b/ram/hram.asm @@ -173,7 +173,7 @@ hMoney:: ds 3 ; BCD number NEXTU ; some code zeroes this for no reason when writing a coin amount hUnusedCoinsByte:: db -hCoins:: ds 2 ; BCD number +hCoins:: dw ; BCD number ENDU hDivideBCDDivisor:: -- cgit v1.3.1-sl0p