mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
(8.08%) Overhauled assets & decompiled 5 functions in unknown_0777A0
This commit is contained in:
@@ -6,6 +6,12 @@ if [ -d "$ASSETS_DIR" ]; then
|
||||
rm -r $ASSETS_DIR
|
||||
fi
|
||||
|
||||
# Remove ucode directory if it exists.
|
||||
UCODE_DIR="./ucode/"
|
||||
if [ -d "$UCODE_DIR" ]; then
|
||||
rm -r $UCODE_DIR
|
||||
fi
|
||||
|
||||
if ! ./tools/dkr_extractor ./extract-ver ./baseroms .; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user