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 127b955632 move .globals for code.s add missing emptyfiles to obseg
Former-commit-id: 4e31852caa34ebc2f63881b08f277bfeb21cdaa0 [formerly 5139464ee6ce1c127dafbc8ef17000873087768a] [formerly c4a983962ac3ed29ddcb9c00eb74e60743f1d653 [formerly dfcb0aa6202271dae4203489f55ae2fc7b678042]]
Former-commit-id: a0dac1e7035f001e1116a5c4f8c25aa048a3f109 [formerly 1cd9405c8ff8aa0bd704907fac4a3d43a8f6739f]
Former-commit-id: d325e3405eb9f39f27491a4f311d6965355d5d2d
2017-08-15 15:24:10 -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 remove temp file 2017-08-15 10:07:12 -05:00
obseg move .globals for code.s add missing emptyfiles to obseg 2017-08-15 15:24:10 -05:00
ramrom promote rewrite to main 2017-08-14 14:20:01 -05:00
src move .globals for code.s add missing emptyfiles to obseg 2017-08-15 15:24:10 -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 some more labeling, add some macros 2017-08-15 14:29:16 -05:00
globals.inc.REMOVED.git-id move .globals for code.s add missing emptyfiles to obseg 2017-08-15 15:24:10 -05:00
macros.inc move .globals for code.s add missing emptyfiles to obseg 2017-08-15 15:24:10 -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.