Asset Revision 4

This commit is contained in:
David
2024-04-10 15:02:22 -04:00
parent fcc9c24c59
commit ecfd38f686
350 changed files with 53719 additions and 7792 deletions
+1 -4
View File
@@ -21,10 +21,7 @@ if [ -d "$UCODE_DIR" ]; then
rm -r $UCODE_DIR
fi
if ! ./tools/dkr_assets_tool -bc "$VER" ./include/enums.h ; then
exit 1
fi
if ! ./tools/dkr_assets_tool -e "$VER" ./assets ./extract-ver ./baseroms . ; then
if ! ./tools/dkr_assets_tool -dkrv $VER extract ; then
exit 1
fi