diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 15:17:48 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 15:17:48 -0500 |
commit | ed7a2d49d75e3bdd7ecab907574d7cb51f1c81fa (patch) | |
tree | 9db96d68320a57375b499c4f9ca27b862d0dd010 /wram.asm | |
parent | 472f5824a65eaa76f6c92e66bfabb1a1eac66442 (diff) |
Remove trailing whitespace
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |