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 ee0a342e9a more music cleaning
Former-commit-id: 564ce135a9cdf23bb94b667d4f7a27deba399554 [formerly d6cdc174498120b00c98640b9cfccd9f55b9d371] [formerly e88a6475a308c2bf51cfc8c0f0832ef036151ffb [formerly 65a29b5e9a88aa3687d874a8925ac26fbb8d79d5]]
Former-commit-id: 2ba22525f911a8882cb43904a9ca7c50176d72e8 [formerly adc681168d818cbf747787c9f2b539b71004dcfb]
Former-commit-id: 24956ff3d7a14ce8dfee92aff5a6987cf63cab4b
2017-08-24 15:07:07 -05:00
GE Documentation Add zoinkity's GE Documentation 2016-11-16 09:54:11 -06:00
bin label some texture entries found in globalimagetable 2017-08-17 10:43:46 -05:00
font changes all over 2017-08-16 12:17:18 -05:00
images promote rewrite to main 2017-08-14 14:20:01 -05:00
music more music cleaning 2017-08-24 15:07:07 -05:00
obseg cleanup file segment 2017-08-15 18:37:07 -05:00
ramrom more renaming, fix improperly split file 2017-08-16 09:31:39 -05:00
src some more relocating and organizing 2017-08-22 14:38:56 -05:00
tools make script support some dynamic relocation, add some labels 2017-08-22 09:38:42 -05:00
.gitignore use bass to assemble data sections for now 2017-08-15 16:39:51 -05:00
Makefile.REMOVED.git-id more music work, I thought the .byte 0xA needed was because of a bug in 1172_compress, but it's not. Interesting. 2017-08-24 12:49:12 -05:00
Makefile.data.REMOVED.git-id more music work, eventually I'll get this correct and pretty 2017-08-24 14:07:51 -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 more music work, eventually I'll get this correct and pretty 2017-08-24 14:07:51 -05:00
ge007.u.s some more relocating and organizing 2017-08-22 14:38:56 -05:00
globals.inc changes all over 2017-08-16 12:17:18 -05:00
macros.inc work on relocatability 2017-08-22 11:47:55 -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.