Skip to content

Commit

Permalink
add "hMoney + 2" label for $ffa1
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsuki105 committed May 20, 2020
1 parent 606df6a commit a13762b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a13762b

Please sign in to comment.