You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent code formatting: no redundant as and spaces after commas
This commit is contained in:
@@ -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 "@"
|
||||
|
||||
Reference in New Issue
Block a user