collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
869 stars 99 forks source link

Compact CofReference token into integer #119

Open collinsmith opened 3 years ago

collinsmith commented 3 years ago

Since tokens are two characters in ASCII which should be capital, I should be able to compress this into a 16-bit short and convert to and from the string representation. To be seen if this will have any impact on performance. Low priority.