[developer-handbook] Cleanup ordering of Claw section

This commit is contained in:
Gary Talent 2023-12-12 20:17:08 -06:00
parent bd44fcf6ad
commit b10d9b6118

View File

@ -485,17 +485,14 @@ implements a superset of JSON.
OrganicClaw requires support for 64 bit integers, whereas normal JSON OrganicClaw requires support for 64 bit integers, whereas normal JSON
technically does not. technically does not.
These formats do not currently support floats.
There is also a wrapper format called Claw that provides a header at the There is also a wrapper format called Claw that provides a header at the
beginning of the file and can dynamically switch between the two depending on beginning of the file and can dynamically switch between the two depending on
what the header says is present. what the header says is present.
The Claw header also includes information about the type and type version of The Claw header also includes information about the type and type version of
the data. the data.
Except when the data is exported for loading on the GBA, Claw is always used as
a wrapper around the bare formats.
These formats do not currently support ```float```s.
Claw header: ```M1;net.drinkingtea.nostalgia.core.NostalgiaPalette;1;``` Claw header: ```M1;net.drinkingtea.nostalgia.core.NostalgiaPalette;1;```
That reads: That reads:
@ -504,6 +501,9 @@ That reads:
* Type ID is net.drinkingtea.nostalgia.core.NostalgiaPalette * Type ID is net.drinkingtea.nostalgia.core.NostalgiaPalette
* Type version is 1 * Type version is 1
Except when the data is exported for loading on the GBA, Claw is always used as
a wrapper around the bare formats.
#### Metal Claw Example #### Metal Claw Example
##### Read ##### Read