add "hMoney + 2" label for $ffa1

This commit is contained in:
akatsuki-py 2020-05-21 01:26:06 +09:00
parent 606df6a317
commit a13762b7bb

View file

@ -1314,7 +1314,7 @@ SubtractAmountPaidFromMoney::
; 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