diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-10 00:06:20 -0500 |
commit | ab7025a144605de609fed4ca67a281fb4cde8705 (patch) | |
tree | 7e12c27303a3def3393f9672a38acef5e7fb9071 /engine/credits.asm | |
parent | 32ea595c47d84cf6759f15c0d82fcad35ac4dcbd (diff) |
Consistent code formatting: no redundant `a`s and spaces after commas
Diffstat (limited to 'engine/credits.asm')
-rw-r--r-- | engine/credits.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index 823bcde3a..f8cce7a15 100644 --- a/engine/credits.asm +++ b/engine/credits.asm @@ -1303,9 +1303,9 @@ CreditsStrings: .Copyright: ; (C) 1 9 9 5 - 2 0 0 1 N i n t e n d o - db $60,$61,$62,$63,$64,$65,$66, $67, $68, $69, $6a, $6b, $6c - ; (C) 1 9 9 5 - 2 0 0 1 C r e a t u r e s i n c . - next $60,$61,$62,$63,$64,$65,$66, $6d, $6e, $6f, $70, $71, $72, $7a, $7b, $7c - ; (C) 1 9 9 5 - 2 0 0 1 G A M E F R E A K i n c . - next $60,$61,$62,$63,$64,$65,$66, $73, $74, $75, $76, $77, $78, $79, $7a, $7b, $7c + db $60,$61,$62,$63,$64,$65,$66,$67,$68,$69,$6a,$6b,$6c + ; (C) 1 9 9 5 - 2 0 0 1 C r e a t u r e s i n c . + next $60,$61,$62,$63,$64,$65,$66,$6d,$6e,$6f,$70,$71,$72, $7a,$7b,$7c + ; (C) 1 9 9 5 - 2 0 0 1 G A M E F R E A K i n c . + next $60,$61,$62,$63,$64,$65,$66,$73,$74,$75,$76,$77,$78,$79, $7a,$7b,$7c db "@" |