181
TI Z80 / Re: Tale of the Lost Map
« on: April 25, 2012, 05:50:53 pm »Wow that is great! I like the speed improvement. What technique did you use? Did you put every event code outside the walking loop? That usually helps a lot.Event has always been outside of walking loop, but what I did was change the map tile format which helped to reduce A LOT of conditional checkings Only downside is that now the map files are slightly larger than before, but it's still manageable.
Glad to see this is still progressing btw.