README Cleanup

Prep for RARC support, updated credits, a picture of the AC repo, and marked m_shop as Equivalent since it just has a regswap
This commit is contained in:
NWPlayer123
2024-10-29 03:23:29 -06:00
parent 941f2d1e03
commit 77b2aceb56
3 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -90,8 +90,7 @@ Building
```
- Copy your game's disc image to `orig/GAFE01_00`.
- Supported formats: ISO (GCM), RVZ, WIA, WBFS, CISO, NFS, GCZ, TGC
- After the initial build, the disc image can be deleted to save space.
- Supported formats: ISO (GCM), RVZ, WIA, WBFS, CISO, GCZ
- Configure:
@@ -122,5 +121,4 @@ Credits
=======
- jamchamb, Cuyler36, NWPlayer123 and fraser125 for past documentation of Animal Crossing.
- SeekyCt for [ppcdis](https://github.com/SeekyCt/ppcdis/) and helping setting up the project.
- msg for helping with *tools/map.py*.
- encounter and NWPlayer123 for [dtk-template](https://github.com/encounter/dtk-template) and setting up the current build system.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 238 KiB

+1 -1
View File
@@ -1451,7 +1451,7 @@ config.libs = [
Object(Matching, "game/m_scene_ftr.c"),
Object(NonMatching, "game/m_scene_table.c"),
Object(Matching, "game/m_select.c"),
Object(NonMatching, "game/m_shop.c"),
Object(Equivalent, "game/m_shop.c"),
Object(Matching, "game/m_skin_matrix.c"),
Object(Matching, "game/m_snowman.c"),
Object(Matching, "game/m_soncho.c"),