mirror of
https://github.com/notwa/mm
synced 2025-02-05 13:23:23 -08:00
rename randomizer to bq (beta quest)
why did i even think it was called that?
This commit is contained in:
parent
1722f35bee
commit
c684893ade
1 changed files with 1 additions and 1 deletions
|
@ -67,5 +67,5 @@ if [ $fast -ne 2 ]; then
|
||||||
comp "$code"
|
comp "$code"
|
||||||
comp "$extra"
|
comp "$extra"
|
||||||
(cd ..; ./z64dump.py patch/patchme)
|
(cd ..; ./z64dump.py patch/patchme)
|
||||||
dd if=patchme.z64 of=mm-randomizer.z64 bs=$((1024*1024)) count=32 status=none
|
dd if=patchme.z64 of=mm-bq.z64 bs=$((1024*1024)) count=32 status=none
|
||||||
fi
|
fi
|
Loading…
Add table
Reference in a new issue