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 0272e4cd62 play with commenting, not sure if I like this style
Former-commit-id: 70337c90fb169355e9a5d09a3d8964752b96175a [formerly 46582421d71d9fea0ebc512bb8632edff788aa0f] [formerly 70b94f0da323fcc4dce9c4962fc57961a2a87c8c [formerly 6b5dbf9e08758a198444a400a30798fc8e12c273]]
Former-commit-id: 279a20483b9c8a1605006a43b71a6344714512a1 [formerly 6e5ac6ab6839f4753d6f78151c575c223c301316]
Former-commit-id: f225bf64cb452bb24bc328994e06976f91911928
2017-10-18 08:22:26 -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 dynamically find images base location 2017-09-01 07:55:55 -05:00
music finish messing with music for now...again 2017-08-24 15:57:27 -05:00
obseg make GnameZ files compress from GnameZ.bin 2017-08-30 11:55:15 -05:00
ramrom more renaming, fix improperly split file 2017-08-16 09:31:39 -05:00
src play with commenting, not sure if I like this style 2017-10-18 08:22:26 -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 make GnameZ files compress from GnameZ.bin 2017-08-30 11:55:15 -05:00
Makefile.data.REMOVED.git-id make GnameZ files compress from GnameZ.bin 2017-08-30 11:55:15 -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 play with commenting, not sure if I like this style 2017-10-18 08:22:26 -05:00
ge007.u.s rename some things, use label to represent registers and stack. TBH I should just start converting to C instead... 2017-09-02 08:32:45 -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.