Work out some bugs where I could get stuck on layers. Add more debugging output
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
def intify_coordinate(row, col):
|
||||
return row << 8 | col
|
||||
|
||||
|
||||
def get_wide_ordinal(char):
|
||||
if len(char) != 2:
|
||||
return ord(char)
|
||||
|
Reference in New Issue
Block a user