Fix max frame count

This commit is contained in:
2026-06-08 16:10:55 -05:00
parent 99d426bc1e
commit 7d3a3a54e3

View File

@@ -174,7 +174,7 @@ FindLine:
!FRAMES_PER_SECOND = 60
!FRAMES_PER_MINUTE = 60*60
!FRAMES_PER_HOUR = 60*60*60
!MAX_FRAME_COUNT = (99*60)+(59*60)+(59*60)+59
!MAX_FRAME_COUNT = (99*60*60*60)+(59*60*60)+(59*60)+59
macro CountUnits(framesPerUnit, unitCounter)
STZ.b <unitCounter>