From 868268e1400711b098e4e8e616c2c95e70932a0f Mon Sep 17 00:00:00 2001 From: Behemoth Date: Wed, 16 Sep 2020 14:34:37 +0200 Subject: [PATCH] add string table builder and string json --- .gitignore | 1 + Makefile | 1 + data/data_089FC6C4.s | 3 + data/strings.s | 7446 +--------------------------------- tools/tmc_strings/.gitignore | 9 + tools/tmc_strings/.gitrepo | 12 + tools/tmc_strings/Makefile | 68 + tools/tmc_strings/README.md | 35 + tools/tmc_strings/main.cpp | 799 ++++ translations/USA.json | 3861 ++++++++++++++++++ 10 files changed, 4790 insertions(+), 7445 deletions(-) create mode 100644 tools/tmc_strings/.gitignore create mode 100644 tools/tmc_strings/.gitrepo create mode 100644 tools/tmc_strings/Makefile create mode 100644 tools/tmc_strings/README.md create mode 100644 tools/tmc_strings/main.cpp create mode 100644 translations/USA.json diff --git a/.gitignore b/.gitignore index 27c775cb..9dd796fd 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,7 @@ src/*.s tags tools/agbcc tools/binutils +translations/*.bin types_*.taghl *.zip !calcrom.pl diff --git a/Makefile b/Makefile index caf5a55e..a4c4568c 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ include songs.mk sound/%.bin: sound/%.aif ; $(AIF) $< $@ sound/songs/%.s: sound/songs/%.mid cd $(@D) && ../../$(MID) $(