ejona86 / taus

Tetris - Actually Useful Statistics and other mods
MIT License
89 stars 3 forks source link

Disassembly: added local labels for scoring routines #30

Closed kirjavascript closed 2 years ago

kirjavascript commented 2 years ago

These are imperfect, but probably better than nothing.

Unfortunately for most of the labels it feels like it makes more sense for readability to describe them how they're used, rather than the code that follows. Them being local labels at least mitigates this issue a bit.

It was quite hard thinking up good names for these. Some alternative things I considered were Ones/Tens instead of Low/High, and instead of Score0/1/2 using Hundredths Myriadths and Millionths, but that looked awful.

Additionally, tested and works with PAL=1 too

ejona86 commented 2 years ago

Thank you!