diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 15:17:39 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 15:17:39 -0500 |
| commit | 2a4b8b5a248065d2ef80b9960228750112f30da5 (patch) | |
| tree | 0f4d2992bc3d34ce91a28f05ec29e27b4cf29774 /data/trainers | |
| parent | Sync more with pokeyellow (diff) | |
| download | pokeyellow-2a4b8b5a248065d2ef80b9960228750112f30da5.tar.gz pokeyellow-2a4b8b5a248065d2ef80b9960228750112f30da5.tar.xz pokeyellow-2a4b8b5a248065d2ef80b9960228750112f30da5.zip | |
Remove trailing whitespace
Diffstat (limited to 'data/trainers')
| -rwxr-xr-x | data/trainers/special_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/trainers/special_moves.asm b/data/trainers/special_moves.asm index da19f587..b797d1c7 100755 --- a/data/trainers/special_moves.asm +++ b/data/trainers/special_moves.asm @@ -1,6 +1,6 @@ ; unique moves for gym leaders ; this is not automatic! you have to write the index you want to [wLoneAttackNo] -; first. e.g., erika's script writes 4 to [wLoneAttackNo] to get mega drain, +; first. e.g., erika's script writes 4 to [wLoneAttackNo] to get mega drain, ; the fourth entry in the list. LoneMoves: ; pokemon index, move to give nth pokemon |
