summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home.asm b/home.asm
index b8fefeb9..677a7253 100644
--- a/home.asm
+++ b/home.asm
@@ -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_