Skip to content

Commit 580c75e

Browse files
committed
Play 5 characters in debug files
This fixes #52
1 parent 559f449 commit 580c75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tttool.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,8 +1361,8 @@ debugGame productID = do
13611361
, ttScripts = [
13621362
(oid, Just [line])
13631363
| oid <- [1..15000]
1364-
, let chars = [oid `div` 10^p `mod` 10| p <-[3,2,1,0]]
1365-
, let line = Line 0 [] [Play n | n <- [0..4]] ([10] ++ chars)
1364+
, let chars = [oid `div` 10^p `mod` 10| p <-[4,3,2,1,0]]
1365+
, let line = Line 0 [] [Play n | n <- [0..5]] ([10] ++ chars)
13661366
]
13671367
, ttGames = []
13681368
, ttAudioFiles = files

0 commit comments

Comments
 (0)