mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-29 08:13:01 -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,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