diff options
author | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
---|---|---|
committer | Ebernacher90 <danielvonderbank@gmail.com> | 2020-09-13 03:46:21 +0200 |
commit | d4315d68bdf5f011c7891468ffaed70180c20a9c (patch) | |
tree | 7ab3ce737812e3bd8dd47954472400c7ecae5836 /constants/script_constants.asm | |
parent | 462b7521b221a3766d7f21a9e1c7c1f11f72c52a (diff) |
Give all .asm and all .inc except of base_stats/???.inc new line at the end of file
Diffstat (limited to 'constants/script_constants.asm')
-rwxr-xr-x | constants/script_constants.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 5dc3e8d..a656e7a 100755 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -15,4 +15,3 @@ SCRIPT_FINISHED_F EQU 7 SCRIPT_FINISHED_MASK EQU 1 << SCRIPT_FINISHED_F SCRIPT_SUCCESS EQU $f SCRIPT_FAIL EQU 0 - |