2017-05-16 01:35:32 -05:00
|
|
|
#! /usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
echo NOSTALGIA_MEDIA_HEADER_________ > media_header.txt
|
|
|
|
|
|
|
|
./dist/current/bin/oxfs format 32 1k nostalgia_media.oxfs
|
|
|
|
./dist/current/bin/nost-pack -fs nostalgia_media.oxfs -img charset.png -inode 101 -tiles 40 -bpp 4 -c
|
|
|
|
|
2017-10-11 21:40:35 -05:00
|
|
|
${DEVKITARM}/bin/padbin 32 build/gba-release/nostalgia.bin
|
|
|
|
cat build/gba-release/nostalgia.bin media_header.txt nostalgia_media.oxfs > nostalgia.gba
|
2017-05-16 01:35:32 -05:00
|
|
|
${DEVKITARM}/bin/gbafix nostalgia.gba
|