mirror of https://github.com/n64decomp/007.git
add vaddr labels for all known functions before big library segment in boot, some may be false positives
Former-commit-id: 92ccd6d8a3967b390b96fe09db65329caf41a977 [formerly b6449e739d80d61c7e42cd9952601cffba2ca026] Former-commit-id: 9536078e7836d00369eb057a6858dc102a476b5f
This commit is contained in:
parent
adc3cd2804
commit
4ab78f56c0
|
@ -1 +1 @@
|
||||||
755312a6cfbc11251c3b6504a121fcb6f6f10782
|
2689736842cbbdac5945fe2cc13c06ebd0653731
|
|
@ -1 +1 @@
|
||||||
e13ba757b9e8eb2fe17310215fe45a1b0c4e3aec
|
61e46e3b541e584a9f4cd6bd9fffcffcdd3a2bf7
|
|
@ -1,5 +1,8 @@
|
||||||
base $8005D2E0
|
base $8005D2E0
|
||||||
bss_start:
|
bss_start:
|
||||||
|
|
||||||
|
base $8005D640
|
||||||
|
mainthread:
|
||||||
|
|
||||||
base $8008E360
|
base $8008E360
|
||||||
bss_end:
|
bss_end:
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
base origin()
|
||||||
|
rarezip_rom_start:
|
||||||
|
|
||||||
base $70200000
|
base $70200000
|
||||||
RareZip_vaddr:
|
RareZip_vaddr:
|
||||||
|
|
||||||
|
@ -5,3 +8,5 @@ base $7020141C
|
||||||
decompressfile:
|
decompressfile:
|
||||||
|
|
||||||
insert binaryrarezipcode, "rarezip.bin", (origin() - $033590)
|
insert binaryrarezipcode, "rarezip.bin", (origin() - $033590)
|
||||||
|
base origin()
|
||||||
|
rarezip_rom_end:
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
base origin()
|
base origin()
|
||||||
rodata_rom_offset:
|
rodata_rom_start:
|
||||||
|
|
||||||
include "rodata.inc"
|
include "rodata.inc"
|
||||||
insert rodata_rz, "021990.rz"
|
insert rodata_rz, "021990.rz"
|
||||||
|
|
||||||
insert padding,"pad_to_33590"
|
insert padding,"pad_to_33590"
|
||||||
|
base origin()
|
||||||
|
rodata_rom_end:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0aa3e1fb2e1410fac3c9df51cd024f8e17220067
|
b212b9591f80ac2ca022a68fe2b0cd6c59632531
|
Loading…
Reference in New Issue