From ed7a2d49d75e3bdd7ecab907574d7cb51f1c81fa Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 5 Nov 2020 15:17:48 -0500 Subject: Remove trailing whitespace --- wram.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 5ff2cebe..35b5f61f 100755 --- a/wram.asm +++ b/wram.asm @@ -2755,8 +2755,8 @@ wExpressionNumber:: ds 1 wPikaPicAnimNumber:: ds 1 - -wPikachuMovementScriptBank:: ds 1 + +wPikachuMovementScriptBank:: ds 1 wPikachuMovementScriptAddress:: dw wPikachuMovementFlags:: ; bit 6 - spawn shadow @@ -2818,11 +2818,11 @@ wd475:: ds 1 wd47a:: ds 1 ds 24 - + wd492:: ds 1 - + ds 1 - + wSurfingMinigameHiScore:: ds 2 ; 4-digit BCD little-endian ds 1 @@ -3401,7 +3401,7 @@ wGrassMons:: wSerialEnemyDataBlock:: ds 9 -wEnemyPartyCount:: ds 1 +wEnemyPartyCount:: ds 1 wEnemyPartyMons:: ds PARTY_LENGTH + 1 ; Overload enemy party data -- cgit v1.3.1-sl0p