1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-05-17 21:23:22 -07:00

rename randomizer to bq (beta quest)

why did i even think it was called that?
This commit is contained in:
Connor Olding 2016-04-04 07:46:09 -07:00
parent 1722f35bee
commit c684893ade

View File

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