diff --git a/NUS3Bank.cs b/NUS3Bank.cs index 9b6553a..808b64a 100644 --- a/NUS3Bank.cs +++ b/NUS3Bank.cs @@ -59,6 +59,6 @@ namespace TaikoSoundEditor ms.Write(header); ms.Write(idsp); return ms.ToArray(); - } + } } } diff --git a/README.md b/README.md index 75b849c..2db4d81 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # Taiko Sound Editor -A simple tool to automatize the process of converting music to .nus3bank format for Taiko Nijiiro game. \ No newline at end of file +A simple tool to automatize the process of converting music to .nus3bank format for Taiko Nijiiro game. + +## Credits + +- big shoutout to [Nabix](https://github.com/Nabixlol) for reaching me with the idea to create this tool, testing it and + offering careful and insightful guidance through all the conversion steps to someone who has never even heard about this game before :)) \ No newline at end of file