mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-07 08:05:23 +13:00
big update after strip
hg-commit-id: dcfb20faef4d
This commit is contained in:
parent
443ff15688
commit
6fd6c7af46
17 changed files with 428 additions and 91 deletions
22
music/pokeredmusicdisasm/README.txt
Normal file
22
music/pokeredmusicdisasm/README.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue