Skip to content

Commit

Permalink
Remove reference to Trello in docs (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya authored Aug 10, 2024
1 parent 90adc53 commit 0e3403f
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 0e3403f

Please sign in to comment.