mirror of
https://github.com/notwa/mm
synced 2024-11-04 22:49:03 -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 "$extra"
|
||||
(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
|
Loading…
Reference in a new issue