diff options
| author | akatsuki-py <bluejapan73+dev@gmail.com> | 2020-05-21 01:26:06 +0900 |
|---|---|---|
| committer | akatsuki-py <bluejapan73+dev@gmail.com> | 2020-05-21 01:26:06 +0900 |
| commit | a13762b7bb482b6da6a596f7aad81a3397128e16 (patch) | |
| tree | 88dd4a051f7ad7abf14bdbb70a5dbd5786eb4d3a | |
| parent | Merge pull request #237 from mattbruv/vermilion (diff) | |
| download | pokeyellow-a13762b7bb482b6da6a596f7aad81a3397128e16.tar.gz pokeyellow-a13762b7bb482b6da6a596f7aad81a3397128e16.tar.xz pokeyellow-a13762b7bb482b6da6a596f7aad81a3397128e16.zip | |
add "hMoney + 2" label for $ffa1
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
