Age | Commit message (Collapse) | Author |
|
|
|
|
|
https://github.com/pret/pokeruby/pull/380
|
|
(#685)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add png -> gbapal conversion
|
|
|
|
|
|
|
|
|
|
fixes e73ec108adb15cda40c17ebe891d25460c3c42b3
|
|
also use a queue instead of a stack for filesToProcess
|
|
this probably has no effect whatsoever
|
|
|
|
|
|
|
|
Now editing .h files triggers a rebuild.
Also allow .h and .inc files to be passed as a main argument.
src/ and include/ are temporarily hardcoded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The direction should not be reversed if the delta is too large.
The new code is redundant, but the intent is more obvious.
|
|
The reported sample length in the aif header can differ from the actual
length of the SSND chunk. The END marker was being misused to contain
the reported length, but this still counts as a loop in aif2agb, even
if the START marker is omitted (it defaults to the END value).
Now the reported length is in the COMM chunk, which is more correct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|