diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-12 15:15:21 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-06-12 15:17:56 -0400 |
commit | 8824079a7ac2ac326ae247d54a694623adae3073 (patch) | |
tree | 98a07b62e54adc04c83a7a3e1c3aba66596bcd9d /constants/text_constants.asm | |
parent | ac310f359bdb7eb9b665eb49f8eb014c97cac541 (diff) |
Add line endings to EOFs
Diffstat (limited to 'constants/text_constants.asm')
-rwxr-xr-x | constants/text_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index 0a5d509..a018be1 100755 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -12,4 +12,4 @@ TX_WATER EQUS "$05,$04" TX_FIGHTING EQUS "$05,$05" TX_PSYCHIC EQUS "$05,$06" TX_COLORLESS EQUS "$05,$07" -TX_LVL EQUS "$05,$11"
\ No newline at end of file +TX_LVL EQUS "$05,$11" |