index
:
pokerevo
master
Pokémon Battle Revolution
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Collapse
)
Author
2021-01-22
fixed bug in #pragma regswap where swapping rA and rB would also swap fA and ↵
Max
fB, and added #pragma iswap
2020-12-19
trim whitespace off cc argument in pragma.py
Max
2020-12-19
argument parsing issue in pragma.py when compiler is invoked through wine
Max
2020-12-19
fix bugs in pragma.py, add license/readme
Max
2020-12-19
add pragma.py to tools, edit Makefile, add example #pragma regswap usage to ↵
Max
code_801DD8C0.cpp
2020-09-30
add '*' escape sequence to postprocess.py, and split the rest of MetroTRK/
Max
2020-09-23
Learned that '$' is an acceptable character for the assembler and modified ↵
Max
postprocess to check for it
2020-09-23
replaced patch_strtab with postprocess.py
Max
2020-09-23
split ut_list, ut_LinkList, and ut_BinaryFileFormat
Max
2020-09-23
patch_strtab readme, and add it to the Makefile
Max
2020-09-23
debugged patch_strtab
Max
2020-09-23
added new tool patch_strtab for postprocessing of .o file, but needs more ↵
Max
debugging
2020-08-26
move elf2dol into separate directory + makefile improvements
red031000
2020-08-26
initial commit
ProjectRevoTPP