Refactoring stuff

This commit is contained in:
Ethan Roseman 2020-08-12 21:56:23 -04:00
parent b57252efde
commit 0782fa07a3
3400 changed files with 11 additions and 11 deletions

14
.gitignore vendored
View File

@ -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

2
.gitmodules vendored
View File

@ -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