|
| 1 | +# TyroShaman License |
| 2 | + |
| 3 | +## My Own Code |
| 4 | +The code and assets (unless noted otherwise in Section Credits below) are published under the MIT license. |
| 5 | + |
| 6 | +MIT License |
| 7 | + |
| 8 | +Copyright (c) 2025 Tristan Repolusk |
| 9 | + |
| 10 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 11 | +of this software and associated documentation files (the "Software"), to deal |
| 12 | +in the Software without restriction, including without limitation the rights |
| 13 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 14 | +copies of the Software, and to permit persons to whom the Software is |
| 15 | +furnished to do so, subject to the following conditions: |
| 16 | + |
| 17 | +The above copyright notice and this permission notice shall be included in all |
| 18 | +copies or substantial portions of the Software. |
| 19 | + |
| 20 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 21 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 22 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 23 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 24 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 25 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 26 | +SOFTWARE. |
| 27 | + |
| 28 | + |
| 29 | +## Credits |
| 30 | +### Libraries |
| 31 | +* The Game Boy hardware definitions `include/hardware.inc` |
| 32 | +* The music library files `include/hUGE.inc`, `include/hUGE_note_table.inc` and `src/hUGEDriver.asm` are from https://github.com/SuperDisk/hUGEDriver, which is "dedicated to the public domain". |
| 33 | +### Assets |
| 34 | +* The font `res/raw/Public-Pixel.png` is an adaptation made by Santiago Crespo and licensed under the CC0. Based on the original Public-Pixel ttf by GGBotNet, a monospaced font designed to fit in a 8x8 grid (https://santiagocrespo.itch.io/public-pixel-for-gbs). The files files `res/raw/font.png` and `res/font.2bpp` are derived from this. |
| 35 | +* The background assets are by Gumpy Function (gumpyfunction.itch.io), this includes `res/raw/RPG_exterior.png`, `res/raw/RPG_interior.png`, `res/raw/RPG_exterior_example.png`, `res/raw/RPG_interior_example.png`. "Assets can be used in non-commercial and commercial projects of any kind, excluding those relating to or containing non-fungible tokens (NFT) or blockchain related projects. Assets can be edited to suit your own needs. Asset packs are not to be redistributed." (https://gumpyfunction.itch.io/game-boy-rpg-fantasy-tileset-free) The files `res/raw/all_inside_tileset.tsx`, `res/raw/all_inside.tmx`, `res/raw/all_outside_tileset.tsx`, and `res/raw/all_outside.tmx` are derived from this. |
| 36 | +* The object assets (`res/raw/Character_MegaPack.png`) are by The Pixel Nook (https://the-pixel-nook.itch.io/gb-studio-character-pack) and licensed under Creative Commons Attribution v4.0 International. In order to give the patients a more scary look, I added some modified sprites to the file. |
0 commit comments