Fix max frame count

This commit is contained in:
2026-06-08 16:10:55 -05:00
parent d7ff034884
commit fa33a3d24b

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>