mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-05 10:47:41 -04:00
some changes, build.sh now works
Former-commit-id: febd11b966cc3140c31670599fdec97a04484cca [formerly c083013cf58f1e48912c7feb0bfad6dea0381426] Former-commit-id: 1869438fe93ed738e232a177518aff4f289667a2
This commit is contained in:
+20
-20
@@ -1,32 +1,32 @@
|
||||
base $8005D2E0
|
||||
seg_bss_start:
|
||||
constant seg_bss_start($8005D2E0)
|
||||
|
||||
base $8005D2E0
|
||||
rmonthread:
|
||||
|
||||
base $8005D490
|
||||
idlethread:
|
||||
constant rmonthread($8005D2E0)
|
||||
|
||||
base $8005D640
|
||||
mainthread:
|
||||
|
||||
base $8005D7F0
|
||||
shedthread:
|
||||
constant idlethread($8005D490)
|
||||
|
||||
base $8005E530
|
||||
audithread:
|
||||
|
||||
base $80060C90
|
||||
debugthread:
|
||||
constant mainthread($8005D640)
|
||||
|
||||
base $80068DF0
|
||||
__osBaseTimer:
|
||||
|
||||
base $80069170
|
||||
bss_80069170:
|
||||
constant shedthread($8005D7F0)
|
||||
|
||||
|
||||
constant audithread($8005E530)
|
||||
|
||||
|
||||
constant debugthread($80060C90)
|
||||
|
||||
|
||||
constant __osBaseTimer($80068DF0)
|
||||
|
||||
|
||||
constant bss_80069170($80069170)
|
||||
|
||||
|
||||
constant seg_bss_end($8008E360)
|
||||
|
||||
base $8008E360
|
||||
seg_bss_end:
|
||||
|
||||
|
||||
|
||||
|
||||
+20
-20
@@ -1,13 +1,10 @@
|
||||
|
||||
base $80300000
|
||||
seg_sp_start:
|
||||
decompression_buffer:
|
||||
constant seg_sp_start($80300000)
|
||||
|
||||
base $803AB400
|
||||
sp_boot:
|
||||
constant decompression_buffer(seg_sp_start+$0)
|
||||
|
||||
base $803AB3D0
|
||||
sp_init:;scope sp_init {
|
||||
constant sp_init(seg_sp_start+$AB3D0)
|
||||
scope sp_init {
|
||||
define sp_init_s0($1C)
|
||||
define sp_init_s1($20)
|
||||
define sp_init_ra($24)
|
||||
@@ -15,21 +12,24 @@ define rarezip_pos($28)
|
||||
define rodata_pos($34)
|
||||
}
|
||||
|
||||
base $803AB410
|
||||
sp_rmon:
|
||||
constant sp_boot(seg_sp_start+$AB400)
|
||||
|
||||
base $803AB710
|
||||
sp_idle:
|
||||
|
||||
base $803AB750
|
||||
sp_shed:
|
||||
constant sp_rmon(sp_boot+$10) //$ab410
|
||||
|
||||
base $803AB950
|
||||
sp_main:
|
||||
|
||||
base $803B3950
|
||||
sp_audi:
|
||||
constant sp_idle(sp_rmon+$300) //$ab710
|
||||
|
||||
base $803B4950
|
||||
sp_unknown:
|
||||
seg_sp_end:
|
||||
|
||||
constant sp_shed(sp_idle+$40) //$ab750
|
||||
|
||||
|
||||
constant sp_main(sp_shed+$200) //$ab950
|
||||
|
||||
|
||||
constant sp_audi(sp_main+$8000) //$b3950
|
||||
|
||||
|
||||
constant sp_unknown(sp_audi+$1000) //$b4950
|
||||
|
||||
//seg_sp_end:
|
||||
|
||||
Reference in New Issue
Block a user