mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-13 20:14:35 -04:00
start work on init, misc housekeeping in other areas
Former-commit-id: dfef3c8d695a0041ef9502c19b745897a35946b8 [formerly d287df34aa7c94804b667b592487d2b608563cc8] Former-commit-id: 8abcb3992457e2931a34116e6de123c665b6d350
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
base $80020D90
|
||||
rodata_start:
|
||||
seg_rodata_vaddr_start:
|
||||
|
||||
base $80020D90
|
||||
rspcode_start:
|
||||
@@ -14,4 +14,4 @@ base $80023048
|
||||
cart_hw_address:
|
||||
|
||||
base $8005D2E0
|
||||
rodata_end:
|
||||
seg_rodata_vaddr_end:
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
base origin()
|
||||
rodata_rom_start:
|
||||
seg_rodata_rom_start:
|
||||
|
||||
include "rodata.inc"
|
||||
insert rodata_rz, "021990.rz"
|
||||
|
||||
insert padding,"pad_to_33590"
|
||||
|
||||
base origin()
|
||||
rodata_rom_end:
|
||||
seg_rodata_rom_end:
|
||||
|
||||
variable seg_rodata_rom_size(seg_rodata_rom_end-seg_rodata_rom_start)
|
||||
|
||||
Reference in New Issue
Block a user