mirror of
https://github.com/SplatooD/splatood.git
synced 2026-09-07 16:15:12 -05:00
Strings
This commit is contained in:
@@ -14,7 +14,7 @@ Assets were created in NESST and Famitracker.
|
||||
|
||||
### Updating Strings
|
||||
|
||||
All strings in SplatooD are formatted as EBCDIC with an offset. Use the Python script in `util/ebcdic.py` to convert ASCII to appropriate arrays.
|
||||
Strings in SplatooD are formatted as nul-terminated tileset IDs. There is a tool in `util/string.py` to generate C arrays from input text.
|
||||
|
||||
### Updating Nametable Headers
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
function credit_line() {
|
||||
echo -n "const unsigned char credits_$1[] = ";
|
||||
echo "$2" | python ebcdic.py
|
||||
echo "$2" | python string.py
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user