mirror of https://github.com/n64decomp/007.git
changes all over
Former-commit-id: 244aab14c50a64844f9b179ca8ddcfacfba17a1b [formerly 110f0cffccc4a295af61177993c26ee6b412f699] [formerly 62528fd5e9f1720dced5ab20aace71494177ff7b [formerly d8f76cecec41cfc82573cb1095213c8cf5c0cb3b]] Former-commit-id: b05083531e0d9f1b04d7b20d495cb2faf8af6e4d [formerly fe0d00f05ac439489166de9662651bec68fa877c] Former-commit-id: a9bd437dc8f625718d1d2e53236913f66a626523
This commit is contained in:
parent
c4ebe3d103
commit
f01196d797
|
@ -0,0 +1 @@
|
|||
114ee9531d15b6f4981cd9aa9a8a9e53b85ec8c3
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
e61baa61382bba883917e784b3d9a698a3cf9cce
|
|
@ -0,0 +1 @@
|
|||
6267a7eb9df73177ac8c6b85078864166e52efcb
|
|
@ -0,0 +1 @@
|
|||
d4445fb9d76138481ab58a503847d8389cf3713d
|
|
@ -5,6 +5,21 @@ unknown:
|
|||
.incbin "bin/ge007.u.117880.unknown.bin"
|
||||
unknown_end:
|
||||
|
||||
.global unknown117940
|
||||
unknown117940:
|
||||
.incbin "bin/ge007.u.117940.unknown.bin"
|
||||
unknown117940_end:
|
||||
|
||||
.global unknown123040
|
||||
unknown123040:
|
||||
.incbin "bin/ge007.u.123040.unknown.bin"
|
||||
unknown123040_end:
|
||||
|
||||
.global animation_table
|
||||
animation_table:
|
||||
.incbin "bin/animationtable_entries.bin"
|
||||
animation_table_end:
|
||||
|
||||
.global Globalimagetable
|
||||
Globalimagetable:
|
||||
.incbin "bin/ge007.u.29D160.Globalimagetable.bin"
|
||||
|
|
|
@ -1,17 +1,21 @@
|
|||
.section .font
|
||||
|
||||
.global font_first_font_table_controller_small
|
||||
font_first_font_table_controller_small:
|
||||
.incbin "font/font_first_font_table_controller_small.bin"
|
||||
font_first_font_table_controller_small_end:
|
||||
|
||||
.global font_second_font_table_controller_small
|
||||
font_second_font_table_controller_small:
|
||||
.incbin "font/font_second_font_table_controller_small.bin"
|
||||
font_second_font_table_controller_small_end:
|
||||
|
||||
.global font_first_font_table_controller_large
|
||||
font_first_font_table_controller_large:
|
||||
.incbin "font/font_first_font_table_controller_large.bin"
|
||||
font_first_font_table_controller_large_end:
|
||||
|
||||
.global font_second_font_table_controller_large
|
||||
font_second_font_table_controller_large:
|
||||
.incbin "font/font_second_font_table_controller_large.bin"
|
||||
font_second_font_table_controller_large_end:
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
# globally accessible functions and data
|
||||
# these will be accessible by C code and show up in the .map file
|
||||
|
||||
# need to be moved to proper spots in .s
|
||||
|
||||
.global decompress.buildtable
|
||||
.global decompress.inflate
|
||||
.global decompress.type0
|
||||
.global decompress.type1
|
||||
.global decompress.type2
|
||||
.global decompress.table
|
||||
.global decompress.start
|
||||
.global decompress.entry
|
||||
|
|
@ -1 +0,0 @@
|
|||
f0767ce56e8eda07d3daa42b84323aa64b2caaff
|
|
@ -1 +1 @@
|
|||
b7c63cba4f6c59131f31aef2e9a2a67fbe4c7dc4
|
||||
954957cb1b2faec1337e23387e35ca3557108fe3
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
bf2ed97c8d8d236956128d619315efb6554e0ea2
|
||||
3f1bc06d9797c1e84a40501bad179ae934d5c8cb
|
|
@ -1 +1 @@
|
|||
90bf7a01225d1e5a6d45e55649d107596e59b669
|
||||
c916ae32392a8245b21d1d75dd861fb84e100035
|
|
@ -1 +1 @@
|
|||
bddd100630bc4376928228f5cd8fd5d1ce1e09cc
|
||||
3464ca32a734a1558cc3b513e80d3ab892d5b67e
|
Loading…
Reference in New Issue