Bump and fix new version of splat (#214)

* try

* progress

* update splat to the new version

* retry

* crunch64

* bump spimdisasm version
This commit is contained in:
Alejandro Asenjo Nitti 2024-04-15 12:28:16 -03:00 committed by GitHub
parent 1b5884a7b5
commit 3efafe60e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

View File

@ -164,3 +164,4 @@ D_ovl_i4_8019FE74 = 0x8019FE74; // force_migration:True segment:ovl_i4
D_ovl_i4_8019FEFC = 0x8019FEFC; // force_migration:True segment:ovl_i4 D_ovl_i4_8019FEFC = 0x8019FEFC; // force_migration:True segment:ovl_i4
D_i6_801A7560 = 0x801A7560; // force_migration:True segment:ovl_i6 D_i6_801A7560 = 0x801A7560; // force_migration:True segment:ovl_i6
D_i6_801A792C = 0x801A792C; // force_migration:True segment:ovl_i6 D_i6_801A792C = 0x801A792C; // force_migration:True segment:ovl_i6

View File

@ -41,4 +41,3 @@ D_A5000510 = 0xA5000510;
D_01000100 = 0x01000100; D_01000100 = 0x01000100;
D_01010100 = 0x01010100; D_01010100 = 0x01010100;

View File

@ -1,4 +1,4 @@
spimdisasm==1.20.0 spimdisasm==1.24.2
rabbitizer==1.7.0 rabbitizer==1.7.0
PyYAML PyYAML
pylibyaml pylibyaml
@ -9,4 +9,5 @@ pygfxd
n64img>=0.1.4 n64img>=0.1.4
GitPython GitPython
colour colour
requests requests
crunch64

@ -1 +1 @@
Subproject commit 0b0bfa6c99e3c757517d1630fcdb8b7dd34d9792 Subproject commit 6bc689f21dc3597799294942858ae914fadb6da9

View File

@ -6,6 +6,7 @@
- {start: 0x40, type: textbin, name: ipl3} - {start: 0x40, type: textbin, name: ipl3}
- {start: 0x1000, type: asm, vram: 0x80000400, name: entry} - {start: 0x1000, type: asm, vram: 0x80000400, name: entry}
- name: main - name: main
type: code type: code
start: 0x1050 start: 0x1050
@ -274,7 +275,7 @@
- [0xCA3D0, .rodata, libultra/rmon/rmonmisc] - [0xCA3D0, .rodata, libultra/rmon/rmonmisc]
- [0xCA400, .rodata, libultra/rmon/rmonregs] - [0xCA400, .rodata, libultra/rmon/rmonregs]
- [0xCA480, .rodata, libultra/rmon/rmonbrk] - [0xCA480, .rodata, libultra/rmon/rmonbrk]
- [0xCA650, rodata, libultra/rmon/rmonrcp] - [0xCA650, .rodata, libultra/rmon/rmonmain]
# DATA - game engine # DATA - game engine
- [0xCA690, .data, engine/fox_360] - [0xCA690, .data, engine/fox_360]