Remove trailing whitespace

This commit is contained in:
Rangi 2020-11-05 15:17:39 -05:00
parent 2db54ecb9b
commit 2a4b8b5a24
5 changed files with 8 additions and 8 deletions

View file

@ -4485,7 +4485,7 @@ CalculateDamage:
ld b, 4
call Divide
; Update wCurDamage.
; Update wCurDamage.
; Capped at MAX_NEUTRAL_DAMAGE - MIN_NEUTRAL_DAMAGE: 999 - 2 = 997.
ld hl, wDamage
ld b, [hl]

View file

@ -13,7 +13,7 @@ DivideBCD::
ldh [hDivideBCDBuffer+1], a
ldh [hDivideBCDBuffer+2], a
ld d, $1
.mulBy10Loop
.mulBy10Loop
; multiply the divisor by 10 until the leading digit is nonzero
; to set up the standard long division algorithm
ldh a, [hDivideBCDDivisor]
@ -108,7 +108,7 @@ DivideBCD::
ldh a, [hDivideBCDBuffer+2]
ldh [hDivideBCDQuotient+2], a
pop de
ld a, $6
ld a, $6
sub d
and a
ret z

View file

@ -430,7 +430,7 @@ _MoveMon::
cp PARTY_TO_DAYCARE
ld de, wDayCareMonOT
jr z, .findOTsrc
dec a
dec a
ld hl, wPartyMonOT
ld a, [wPartyCount]
jr nz, .addOToffset