mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Added PALT viewing to iff2html
This commit is contained in:
parent
783227a630
commit
62ad3dfc4f
12 changed files with 116 additions and 21 deletions
|
@ -23,9 +23,8 @@ int main(){
|
|||
" [-hot outfile.hot] infile.hit\n"
|
||||
"Disassemble a HIT binary.\n"
|
||||
"\n"
|
||||
"The HSM and HOT files associated with the HIT file are required\n"
|
||||
"as inputs; their paths default to same base name as the input\n"
|
||||
"file but can be changed with the above options.\n"
|
||||
"The HSM and HOT files contain necessary information and are\n"
|
||||
"required as inputs.\n"
|
||||
"Use -f to force overwriting without confirmation.\n"
|
||||
"\n"
|
||||
"Report bugs to <X-Fi6@phppoll.org>.\n"
|
||||
|
|
|
@ -21,11 +21,8 @@
|
|||
int main(){
|
||||
printf("Usage: hitld [-f] [-hsm infile.hsm] [-hot infile.hot]\n"
|
||||
" outfile.hit INFILES\n"
|
||||
"Link object files produced by hitasm into a HIT binary.\n"
|
||||
"\n"
|
||||
"The HSM and HOT files associated with the HIT file are required\n"
|
||||
"for modification; their paths are normally defined by one of the\n"
|
||||
"linked objects but can be forced using the above options.\n"
|
||||
"Link object files produced by hitasm into a HIT binary, and\n"
|
||||
"relink the game's HSM and HOT files.\n"
|
||||
"Use -f to force overwriting without confirmation.\n"
|
||||
"\n"
|
||||
"Report bugs to <X-Fi6@phppoll.org>.\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue