diff options
| author | Akatsuki-py <bluejapan73+dev@gmail.com> | 2020-06-05 04:32:12 +0900 |
|---|---|---|
| committer | Akatsuki-py <bluejapan73+dev@gmail.com> | 2020-06-05 04:32:12 +0900 |
| commit | 09f07502b3aada1b6eef1e2c69944ea46b328c78 (patch) | |
| tree | 8e7d1a0c36603e536203c28b38eac68fa5931424 /home.asm | |
| parent | Merge pull request #245 from Nog-Frog/small-changes (diff) | |
| download | pokeyellow-09f07502b3aada1b6eef1e2c69944ea46b328c78.tar.gz pokeyellow-09f07502b3aada1b6eef1e2c69944ea46b328c78.tar.xz pokeyellow-09f07502b3aada1b6eef1e2c69944ea46b328c78.zip | |
fix SubtractAmountPaidFromMoney comment
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1306,8 +1306,8 @@ CountSetBits:: ld [wNumSetBits], a ret -; subtracts the amount the player paid from their money -; sets carry flag if there is enough money and unsets carry flag if not +; subtracts the amount the player paid from their money +; OUTPUT: carry = 0(success) or 1(fail because there is not enough money) SubtractAmountPaidFromMoney:: jpba SubtractAmountPaidFromMoney_ |
