Skip to content

Commit 148f1b1

Browse files
committed
updated readme
1 parent 4dca36b commit 148f1b1

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ WIP practice tools for The Legend of Zelda: Spirit Tracks.
55
Currently stuck on the following issues:
66
- displaying text on-screen
77

8+
**IMPORTANT**: this project doesn't provide any protected IPs, users are required to provide the necessary files by their own means and we won't help anyone in this regard.
9+
810
## Planned Features
911

1012
I'm not sure yet what are the limitations but here's what I'd like to have:
1113
- warp menu
1214
- add commands, like save the position, moon jump, make Link walk faster, reload area
13-
- frame advance (if possible)
1415
- inventory editor
1516
- equips editor (item, fairies, boat parts?)
1617
- savestates (if possible)
@@ -19,6 +20,11 @@ I'm not sure yet what are the limitations but here's what I'd like to have:
1920

2021
Basically, if you're familiar with the [practice tools from OoT](https://github.com/glankk/gz), I'd like to add similar features.
2122

23+
## Project TODO List
24+
25+
- Add rolling releases (low priority)
26+
- Implement each planned features, if possible
27+
2228
## Building
2329

2430
You will need the following packages/tools:
@@ -38,8 +44,28 @@ Steps:
3844

3945
Any help is welcome!
4046

47+
If you wish to help on this project, clone the repo then follow the build instructions.
48+
49+
**Warning**: if you're altering decomp symbols in any way, make sure to run `make libs` to generate the new symbol libraries and the asm files inside `src/thumb`.
50+
51+
## Project Structure
52+
53+
- `.github/workflows/`: hosts the actions workflows
54+
- `extract/`: the folder where the rom will be extracted to
55+
- `hooks/`: root directory for hooks source code
56+
- `include/`: root directory for source code headers
57+
- `libs/`: hosts libraries and symbol libraries generated from `make libs`, for use by the linker
58+
- `resources/`: for general resources and also external projects that aren't tools
59+
- `src/`: root directory for stgz source code
60+
- `src/thumb/`: hosts the generated thumb assembly files for thumb compatibility when calling such functions from the game
61+
- `tools/`: various programs, python scripts and misc files
62+
4163
## Credits
4264

43-
This project is using [ds-rom](https://github.com/AetiasHax/ds-rom), made by Aetias.
65+
Concept heavily inspired by [gz](https://github.com/glankk/gz), made by glank and many contributors.
66+
67+
Referenced projects:
68+
- [ds-rom](https://github.com/AetiasHax/ds-rom), made by Aetias.
69+
- [armips](https://github.com/Kingcom/armips), made by Kingcom and many contributors.
4470

4571
Made with ♥ by me.

0 commit comments

Comments
 (0)