View Single Post
  #15  
Old 06-11-2014, 11:28 AM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
Quote:
Originally Posted by Jakov_the_Jakovasaur View Post
there are plenty of online tools that can do it, for example:

http://www.binaryhexconverter.com/he...imal-converter

0x would unambiguously state that the following value is hexadecimal and the number before the x represents a count of 16s before it, so 1x1 is basically 16 + 1, 2x1 is 32 + 1 aka 33, 2xF is 32 + 15 aka 47 etc

whereas if you used the true hexadecimal value for 17 which is '11' that would appear more ambiguous

I'm having trouble figuring out the value for each tile. I used the calculator to figure out what this tile it:

Location: Farthest to the left. Second from the top
Possible Formulas: 2xa, ax2, 1xb, bx1

I put all these in calculator and none of the values are detecting
Reply With Quote