diff options
| author | Daniel Harding <33dannye@gmail.com> | 2020-06-14 14:41:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-14 14:41:32 -0500 |
| commit | 9dc71c771e57c57736c3ab63341676e39d7e98aa (patch) | |
| tree | 1b45ca198821a687af213836559a9f5d4c8007d5 /home.asm | |
| parent | Merge pull request #245 from Nog-Frog/small-changes (diff) | |
| parent | remove two whitespaces (diff) | |
| download | pokeyellow-9dc71c771e57c57736c3ab63341676e39d7e98aa.tar.gz pokeyellow-9dc71c771e57c57736c3ab63341676e39d7e98aa.tar.xz pokeyellow-9dc71c771e57c57736c3ab63341676e39d7e98aa.zip | |
Merge pull request #246 from Akatsuki-py/SubtractAmountPaidFromMoney
fix SubtractAmountPaidFromMoney comment
Diffstat (limited to 'home.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1307,7 +1307,7 @@ CountSetBits:: ret ; subtracts the amount the player paid from their money -; sets carry flag if there is enough money and unsets carry flag if not +; OUTPUT: carry = 0(success) or 1(fail because there is not enough money) SubtractAmountPaidFromMoney:: jpba SubtractAmountPaidFromMoney_ |
