ref: a3b6d69efc96f41f82a5b9c5dbe4eff3c9f84118
parent: 09f07502b3aada1b6eef1e2c69944ea46b328c78
author: Akatsuki-py <bluejapan73+dev@gmail.com>
date: Sat Jun 6 06:50:05 EDT 2020
remove two whitespaces
--- a/engine/subtract_paid_money.asm
+++ b/engine/subtract_paid_money.asm
@@ -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
--- a/home.asm
+++ b/home.asm
@@ -1306,7 +1306,7 @@
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_