TheJayMann-duplicate / DQ9MapTool

A tool to view randomly generated maps and treasure chest items from Dragon Quest IX
2 stars 1 forks source link

Items one second off #9

Closed TheJayMann-duplicate closed 13 years ago

TheJayMann-duplicate commented 13 years ago

Items in the timer table are one second off. This occured because I used a zero based index to the floor (many portions require a zero based index), but the code I referenced for generating the timer table takes a one based index, leading to an off by one error.