pleonex / Ninokuni

Hacks and tools for "Ni no Kuni" Nintendo DS game
Apache License 2.0
25 stars 10 forks source link

Improve time display #4

Closed ouioui2003 closed 9 years ago

ouioui2003 commented 9 years ago

Hi,

Here is a enhancement: When you want to really finish the game, you can spend many time to do it. The timer saved in the saved game only show hours before 100.

If the game save a timestamp in the saved file, it could be nice to have the real time shown on the screen. Add one more digit on hours and the game can display at least 999 hours !

time

Thanks for that !

pleonex commented 9 years ago

Good idea! I will add it to my TODO list :+1:

If I remember correctly, there were some limits in game to not store more than 99 hours, I should remove them and then write code to show that third digit, I think it's possible yeah.