mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
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:
@@ -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
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user