mirror of https://github.com/n64decomp/007.git
just gotta finish including extracted files, upto ramrom complete
Former-commit-id: f53654a936d06512d6ca5d8da36178cce2c8bf54 [formerly 32562b10e3adab476d9403a5cb923ef4cd08db88] Former-commit-id: ea9131002fadb77bd97ed469dd1e418f788a9b77
This commit is contained in:
parent
7d23902646
commit
c8bf8e5cb6
|
@ -0,0 +1,3 @@
|
|||
*.n64
|
||||
*.z64
|
||||
*.idb
|
|
@ -9,6 +9,8 @@ include "code/boot.asm"
|
|||
include "rodata/rodata.asm"
|
||||
include "code/rarezip.asm"
|
||||
include "code/tlb_code.asm"
|
||||
include "unk/unknown.asm"
|
||||
include "ramrom/ramrom.asm"
|
||||
|
||||
include "bss/bss.asm"
|
||||
include "bss/80300000.asm"
|
||||
|
|
|
@ -1 +1 @@
|
|||
75552eb9f92dd1a952191738929f457a39fb36ff
|
||||
b1e915d996fec4c302cfa732c4a771f7d7e52e2f
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue