mirror of https://github.com/pmret/papermario.git
Refactoring stuff
This commit is contained in:
parent
b57252efde
commit
0782fa07a3
|
@ -3,13 +3,13 @@ n64split
|
||||||
*.bin
|
*.bin
|
||||||
*.FS
|
*.FS
|
||||||
*.bgm
|
*.bgm
|
||||||
papermario/ctx.c
|
ctx.c
|
||||||
papermario/Map_Assets.FS
|
Map_Assets.FS
|
||||||
papermario/bgm
|
bgm/
|
||||||
papermario/bin
|
bin/
|
||||||
papermario/build/
|
build/
|
||||||
papermario/yay0
|
yay0/
|
||||||
papermario/expected
|
expected/
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[submodule "n64splitter"]
|
[submodule "n64splitter"]
|
||||||
path = n64splitter
|
path = tools/n64splitter
|
||||||
url = https://github.com/ethteck/sm64tools.git
|
url = https://github.com/ethteck/sm64tools.git
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue