mirror of https://github.com/n64decomp/007.git
label some texture entries found in globalimagetable
Former-commit-id: c305dd786179fc0a52e21b91ae43a99905a4b011 [formerly 50ead928907fa664fd060576f738a6c5834f8040] [formerly 6be532d13bd39847c24d57e15a2785f8aaa57b3c [formerly 8fdcb42540323dbe9d7d10fe73126578793cec85]] Former-commit-id: e732e5a62966ac6c983449876b434b11310ab482 [formerly 6fdace8f174d2204a647309dd2e982226a8d51af] Former-commit-id: b62778ce176096fd33a179e722afcdce3e664c75
This commit is contained in:
parent
28ed51d06b
commit
c271beb0d1
|
@ -1 +1 @@
|
|||
1ac2e25b6a6f38f32f850937033666716ec2fc70
|
||||
10228370fd5dd44ee120fb1d04eccfa5f800b601
|
|
@ -1,41 +0,0 @@
|
|||
.section .romfiles, "a"
|
||||
|
||||
.global unknown
|
||||
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 animation_data
|
||||
animation_data:
|
||||
.incbin "bin/animationtable_data.bin"
|
||||
animation_data_end:
|
||||
|
||||
.global Globalimagetable
|
||||
Globalimagetable:
|
||||
.incbin "bin/ge007.u.29D160.Globalimagetable.bin"
|
||||
Globalimagetable_end:
|
||||
|
||||
.global Globalimagetable_commandblock
|
||||
Globalimagetable_commandblock:
|
||||
.incbin "bin/ge007.u.29E560.Globalimagetable_commandblock.bin"
|
||||
Globalimagetable_commandblock_end:
|
||||
|
||||
.global unknown2
|
||||
unknown2:
|
||||
.incbin "bin/ge007.u.2A4D50.unknown2.bin"
|
||||
unknown2_end:
|
|
@ -0,0 +1 @@
|
|||
834db7645fae2ca6129bd6f641159800469073a2
|
28
macros.inc
28
macros.inc
|
@ -1,28 +0,0 @@
|
|||
.macro get_value name, value
|
||||
.global get_\name
|
||||
get_\name:
|
||||
lui $v0, %hi(\value)
|
||||
jr $ra
|
||||
addiu $v0, $v0, %lo(\value)
|
||||
.endm
|
||||
|
||||
.macro jump_via_reg location, register=$a3
|
||||
.global jump_\location
|
||||
jump_\location:
|
||||
lui \register, %hi(\location)
|
||||
addiu \register, \register, %lo(\location)
|
||||
jr \register
|
||||
nop
|
||||
.endm
|
||||
|
||||
|
||||
.macro debug_handler_table_entry sp, string
|
||||
.word \sp
|
||||
.word \string
|
||||
.endm
|
||||
|
||||
.macro file_entry index, string, file
|
||||
.word \index
|
||||
.word \string
|
||||
.word \file
|
||||
.endm
|
|
@ -0,0 +1 @@
|
|||
c0d1ea1e646e6cee5351b9bec8f4d726e0b4e051
|
Loading…
Reference in New Issue