Some Splatoon byamls (e.g. content\Pack\Static.pack:Mush\MapInfo.byaml in update v64) contains tags with type 0xff and offset 0xffffff; I'm guessing they're null values, which do exist in regular YAML (http://yaml.org/type/null.html).
Not sure how to represent them in the XML version though - I'm currently printing them as "null", like <value AbnormalYPos="null", but that can't be imported back since "null" may legitimately occur in a string.
Some Splatoon byamls (e.g. content\Pack\Static.pack:Mush\MapInfo.byaml in update v64) contains tags with type 0xff and offset 0xffffff; I'm guessing they're null values, which do exist in regular YAML (http://yaml.org/type/null.html).
Not sure how to represent them in the XML version though - I'm currently printing them as "null", like
<value AbnormalYPos="null", but that can't be imported back since "null" may legitimately occur in a string.