Zelda64 Object Display List Copying and Relocation
  • C 98.2%
  • Makefile 1.8%
Find a file
Thar0 0ba657d84a Initial commit
Co-authored-by: rankaisija64 <65511061+rankaisija64@users.noreply.github.com>
2022-06-26 21:56:01 +01:00
src Initial commit 2022-06-26 21:56:01 +01:00
.gitignore Initial commit 2022-06-26 21:56:01 +01:00
LICENSE Initial commit 2022-06-26 21:56:01 +01:00
Makefile Initial commit 2022-06-26 21:56:01 +01:00
README.txt Initial commit 2022-06-26 21:56:01 +01:00
TEST.c Initial commit 2022-06-26 21:56:01 +01:00

Utility for copying display lists and everything they reference from one file to another, updating segmented addresses
along the way. Intended for Zelda 64 Object Files.

Example usage can be found in TEST.c, a Makefile is provided to build a sample program, "zobjcopy", from TEST.c and the
contents of the src directory.