ref: a13762b7bb482b6da6a596f7aad81a3397128e16
parent: 606df6a317df7c8d076410e8189f7e0a7782b530
author: akatsuki-py <bluejapan73+dev@gmail.com>
date: Wed May 20 21:26:06 EDT 2020
add "hMoney + 2" label for $ffa1
--- a/home.asm
+++ b/home.asm
@@ -1314,7 +1314,7 @@
; adds the amount the player sold to their money
AddAmountSoldToMoney::
ld de, wPlayerMoney + 2
- ld hl, $ffa1 ; total price of items
+ ld hl, hMoney + 2 ; total price of items
ld c, 3 ; length of money in bytes
predef AddBCDPredef ; add total price to money
ld a, MONEY_BOX