mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 04:59:41 +00:00
e9bed91931
Extract the memory card icons out of DRA.BIN and SEL.BIN. ![image](https://user-images.githubusercontent.com/6128729/227794798-4dd071f9-512b-4c72-8f5d-fcbf7a615519.png) I also took the opportunity to extract `g_MemcardPortMask` into its own source file `save_mgr_pre.c`. Unfortunately this is required to keep the original data order. This suggests that most likely the icon palette and bitmap were baked into the original `save_mgr.c` as byte arrays. I decided to take a different approach and extracted them as PNGs for better moddability. I had to spin-off Splat into a new fork due to some breaking changes on 0.18.0.
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
[submodule "tools/n64splat"]
|
|
path = tools/n64splat
|
|
url = https://github.com/Xeeynamo/splat.git
|
|
[submodule "tools/asm-differ"]
|
|
path = tools/asm-differ
|
|
url = https://github.com/simonlindholm/asm-differ.git
|
|
[submodule "tools/m2c"]
|
|
path = tools/m2c
|
|
url = https://github.com/matt-kempster/m2c.git
|
|
[submodule "tools/saturn-splitter"]
|
|
path = tools/saturn-splitter
|
|
url = https://github.com/sozud/saturn-splitter.git
|
|
[submodule "tools/maspsx"]
|
|
path = tools/maspsx
|
|
url = https://github.com/mkst/maspsx.git
|