Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reference to Trello in docs #1418

Merged
merged 1 commit into from
Aug 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ So you want to find some assembly that:
- isn’t that long as you’re new
- isn’t already decompiled

In [this public Trello board](https://trello.com/b/pz2ACtnS/melee-decompilation), you can see which assembly files have been claimed or unclaimed. So don’t pick a function in a `.s` file that’s claimed. Note that this is a read-only link. If you want write access, join the [Discord](https://discord.gg/hKx3FJJgrV)!

To make sure it’s not already decompiled, take the label (e.g. `ftColl_8007B8CC`) and search the repo for instances of it. If you don’t see any C code definitions with implementations, then it at least hasn’t been committed to the repo. You can also use `grep`:
```sh
grep -rn 'ftColl_8007B8CC' src
Expand Down
Loading