remove two whitespaces

This commit is contained in:
Akatsuki-py 2020-06-06 10:50:05 +09:00
parent 09f07502b3
commit a3b6d69efc
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
; 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_:
ld de, wPlayerMoney

View file

@ -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_