mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
remove two whitespaces
This commit is contained in:
parent
09f07502b3
commit
a3b6d69efc
|
@ -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)
|
; OUTPUT: carry = 0(success) or 1(fail because there is not enough money)
|
||||||
SubtractAmountPaidFromMoney_:
|
SubtractAmountPaidFromMoney_:
|
||||||
ld de, wPlayerMoney
|
ld de, wPlayerMoney
|
||||||
|
|
2
home.asm
2
home.asm
|
@ -1306,7 +1306,7 @@ CountSetBits::
|
||||||
ld [wNumSetBits], a
|
ld [wNumSetBits], a
|
||||||
ret
|
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)
|
; OUTPUT: carry = 0(success) or 1(fail because there is not enough money)
|
||||||
SubtractAmountPaidFromMoney::
|
SubtractAmountPaidFromMoney::
|
||||||
jpba SubtractAmountPaidFromMoney_
|
jpba SubtractAmountPaidFromMoney_
|
||||||
|
|
Loading…
Reference in a new issue