Remove reference to Trello in docs (#1418)

This commit is contained in:
Robin Avery 2024-08-10 14:54:08 -04:00 committed by GitHub
parent 90adc53b0b
commit 0e3403feee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,8 +88,6 @@ So you want to find some assembly that:
- isnt that long as youre new
- isnt 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 dont pick a function in a `.s` file thats claimed. Note that this is a read-only link. If you want write access, join the [Discord](https://discord.gg/hKx3FJJgrV)!
To make sure its not already decompiled, take the label (e.g. `ftColl_8007B8CC`) and search the repo for instances of it. If you dont see any C code definitions with implementations, then it at least hasnt been committed to the repo. You can also use `grep`:
```sh
grep -rn 'ftColl_8007B8CC' src