From 3ed5d511959ab19f60202c16daa154955c842b81 Mon Sep 17 00:00:00 2001 From: MJ Date: Fri, 10 Oct 2025 22:16:30 +1100 Subject: [PATCH 1/2] Update README.md Thank you, @SwareJonge! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd39f36..4765c07 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Select an object from the left sidebar to begin diffing. Changes to the project ![](assets/objdiff.png) ## Credits +- [SwareJonge](https://github.com/SwareJonge) for originally starting this project, and for guiding many people in their first contributions towards a decomp. - [Seeky](https://github.com/SeekyCt) for ppcdis, without it this project wouldn't have been where it is now ### Matching Used code from the following repositories(JSystem, SDK) From 4d40b27d75197b6806003c575c9ee8772d9ee6a5 Mon Sep 17 00:00:00 2001 From: MJ Date: Sat, 11 Oct 2025 02:32:04 +1100 Subject: [PATCH 2/2] Update README.md Thank you to encounter! Updated credits in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4765c07..402b0f6 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,8 @@ Select an object from the left sidebar to begin diffing. Changes to the project ## Credits - [SwareJonge](https://github.com/SwareJonge) for originally starting this project, and for guiding many people in their first contributions towards a decomp. -- [Seeky](https://github.com/SeekyCt) for ppcdis, without it this project wouldn't have been where it is now +- [Seeky](https://github.com/SeekyCt) for ppcdis, without it this project wouldn't have been where it is now. +- [encounter](https://github.com/encounter) for their amazing tools (decomp-toolkit, ObjDiff, et al.) which have so helped not only this project, but the entire decomp community. ### Matching Used code from the following repositories(JSystem, SDK) * [Metroid Prime Decomp](https://github.com/PrimeDecomp/prime) @@ -108,7 +109,7 @@ Used code from the following repositories(JSystem, SDK) * [Syati](https://github.com/PMArkive/Syati-pretransfer) * [Twilight Princess Decomp](https://github.com/zeldaret/tp) -And many thanks to the people who helped me match some game functions(sorry if i forgot someone) +And many thanks to the people who helped me match some game functions (sorry if anyone is forgotten.) * [Chippy](https://github.com/1superchip) * [kiwi](https://github.com/kiwi515) * [Seeky](https://github.com/SeekyCt)