A decompilation of Goldeneye 007 brought to you by a bunch of clever folks. (MIRROR of https://gitlab.com/kholdfuzion/goldeneye_src)
Go to file
Larry 0f49b78f11 forgot to update readme since making it byte accurate
Former-commit-id: 519e20121a606c5980481c176bc15d109eb14884 [formerly 5b3b7742307dc8ccc72022c34277c279071a1255] [formerly 69a3bba2a1b955988133d87e3b0584e816bb410d [formerly 8803b872ec3906e045b494b5a6e13f72204f0ade]]
Former-commit-id: 62a5c6ce3477365e13588e29870a20f4ca082214 [formerly 60504cb649bcc605970530352618ac5080ed58ce]
Former-commit-id: f8e7f3fd006392a4453eb2af4e360a8ccf7879b5
2017-08-15 09:19:32 -05:00
GE Documentation Add zoinkity's GE Documentation 2016-11-16 09:54:11 -06:00
bin misc moving and fix make clean 2017-08-15 09:18:21 -05:00
font move around and rename files 2017-08-15 08:45:24 -05:00
images promote rewrite to main 2017-08-14 14:20:01 -05:00
music move around and rename files 2017-08-15 08:45:24 -05:00
obseg move around and rename files 2017-08-15 08:45:24 -05:00
ramrom promote rewrite to main 2017-08-14 14:20:01 -05:00
src misc moving and fix make clean 2017-08-15 09:18:21 -05:00
tools promote rewrite to main 2017-08-14 14:20:01 -05:00
.gitignore update .gitignore 2017-08-15 09:10:05 -05:00
Makefile.REMOVED.git-id misc moving and fix make clean 2017-08-15 09:18:21 -05:00
Makefile.data promote rewrite to main 2017-08-14 14:20:01 -05:00
ge007.u.config.REMOVED.git-id add config file for n64split that started this project, to use append a decompressed 21990 to end of baserom 2017-08-14 14:59:40 -05:00
ge007.u.ld.REMOVED.git-id move around and rename files 2017-08-15 08:45:24 -05:00
ge007.u.s.REMOVED.git-id misc moving and fix make clean 2017-08-15 09:18:21 -05:00
globals.inc.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00
readme.md forgot to update readme since making it byte accurate 2017-08-15 09:19:32 -05:00

readme.md

This is a working Goldeneye 007 disassembly!

All code is disassembled! Known functions are labeled. Addresses in .data have not been symbolically represented yet.

All of 21990 compressed data segment is decompressed and assigned to .data. I think all strings are now represented by .asciiz statements. Alot of labels made. Still have to do formatting and structuring of data.

Started Makefile and linker scripts.

KNOWN BUGS: NONE!!!!

Also, still need to take the big series of includes making a single object, and split to many objects linked to right spot. Deconstruction of individual files in ob_seg will happened during or as a result of this.

This dissassembly was made possible by a ton of people who will all be listed later when I make a proper readme.