diff options
Diffstat (limited to 'ram/hram.asm')
| -rw-r--r-- | ram/hram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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:: |
