diff options
author | Akatsuki-py <bluejapan73+dev@gmail.com> | 2020-06-06 10:50:05 +0900 |
---|---|---|
committer | Akatsuki-py <bluejapan73+dev@gmail.com> | 2020-06-06 10:50:05 +0900 |
commit | a3b6d69efc96f41f82a5b9c5dbe4eff3c9f84118 (patch) | |
tree | 1b45ca198821a687af213836559a9f5d4c8007d5 /home.asm | |
parent | 09f07502b3aada1b6eef1e2c69944ea46b328c78 (diff) |
remove two whitespaces
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1306,7 +1306,7 @@ CountSetBits:: ld [wNumSetBits], a ret -; subtracts the amount the player paid from their money +; 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_ |