2017-04-14 05:39:33 -05:00
|
|
|
#! /usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2017-04-18 17:49:35 -05:00
|
|
|
${DEVKITARM}/bin/padbin 32 build/gba-release/src/player/nostalgia.bin
|
2017-04-14 05:39:33 -05:00
|
|
|
echo NOSTALGIA_MEDIA_HEADER_________ > media_header.txt
|
2017-04-18 17:49:35 -05:00
|
|
|
|
2017-04-14 05:39:33 -05:00
|
|
|
oxfs format 32 1m nostalgia_media.oxfs
|
2017-04-14 23:15:33 -05:00
|
|
|
./build/current/src/tools/nost-pack -fs nostalgia_media.oxfs -img charset.png -inode 1 -tiles 40 -c
|
2017-04-18 17:49:35 -05:00
|
|
|
|
2017-04-14 05:39:33 -05:00
|
|
|
cat build/gba-release/src/player/nostalgia.bin media_header.txt nostalgia_media.oxfs > nostalgia.gba
|
2017-04-18 17:49:35 -05:00
|
|
|
${DEVKITARM}/bin/gbafix nostalgia.gba
|