pokered/music/pokeredmusicdisasm
KuroiIeWa5Da 2a46c247d9 Updated Music Disassembler to support a help parameter
hg-commit-id: d5725126c98b
2012-01-28 06:56:20 -06:00
..
AbstractData.cpp made changes in repo 2012-01-23 01:41:05 -06:00
AbstractData.h Made several large upgrades to Music Disassembler 2012-01-26 06:22:29 -06:00
args.cpp Updated Music Disassembler to support more advanced parameters 2012-01-28 06:10:44 -06:00
args.h Updated Music Disassembler to support more advanced parameters 2012-01-28 06:10:44 -06:00
Call.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Call.h made changes in repo 2012-01-23 01:41:05 -06:00
Console.cpp Updated Music Disassembler to support more advanced parameters 2012-01-28 06:10:44 -06:00
Console.h Updated Music Disassembler to support more advanced parameters 2012-01-28 06:10:44 -06:00
Duty.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Duty.h big update after strip 2012-01-28 00:38:49 -06:00
File.h made changes in repo 2012-01-23 01:41:05 -06:00
Jump.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Jump.h made changes in repo 2012-01-23 01:41:05 -06:00
main.cpp Updated Music Disassembler to support a help parameter 2012-01-28 06:56:20 -06:00
Makefile Updated Music Disassembler to support more advanced parameters 2012-01-28 06:10:44 -06:00
Modulation.cpp Completed Routes4 music data channel 1 and fixed minor program bug 2012-01-23 05:07:16 -06:00
Modulation.h made changes in repo 2012-01-23 01:41:05 -06:00
Note.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Note.h big update after strip 2012-01-28 00:38:49 -06:00
Octave.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Octave.h big update after strip 2012-01-28 00:38:49 -06:00
Parser.cpp Finsihed MeetRival Channel 1 Music Data and made some improvements to Music Disassembler 2012-01-26 07:05:20 -06:00
Parser.h big update after strip 2012-01-28 00:38:49 -06:00
README.txt big update after strip 2012-01-28 00:38:49 -06:00
Stop.cpp big update after strip 2012-01-28 00:38:49 -06:00
Stop.h made changes in repo 2012-01-23 01:41:05 -06:00
Tempo.cpp big update after strip 2012-01-28 00:38:49 -06:00
Tempo.h made changes in repo 2012-01-23 01:41:05 -06:00
UnkCode.cpp big update after strip 2012-01-28 00:38:49 -06:00
UnkCode.h Made several large upgrades to Music Disassembler 2012-01-26 06:22:29 -06:00
UnkEB.cpp big update after strip 2012-01-28 00:38:49 -06:00
UnkEB.h Made several large upgrades to Music Disassembler 2012-01-26 06:22:29 -06:00
Velocity.cpp made changes in repo 2012-01-23 01:41:05 -06:00
Velocity.h made changes in repo 2012-01-23 01:41:05 -06:00
Volume.cpp big update after strip 2012-01-28 00:38:49 -06:00
Volume.h made changes in repo 2012-01-23 01:41:05 -06:00

to compile you must have g++ installed
type: make
and it will install to the extras folder

if you want to unmake
type: make clean
and it will remove make objects and the executable

the program usage is: pokeredmusicdisasm [<offset> [<file> | --] [--stop]
offset is the rom offset in hexidecimal (FFFF or 0xFFFF)
file is the rom file, you can use -- for "../baserom.gbc"
--stop is the hexidecimal stop number

to make things quick and easy you can just enter the hexidecimal offset
pokeredmusicdisasm <offset>

to use the stop parameter you must use it as the 3rd argument as below
pokeredmusicdisasm <offset> -- --stop=FFFF
pokeredmusicdisasm <offset> <file> --stop=FFFF

you may enter limited interactive mode by not supplying any arguments
pokeredmusicdisasm