Fix some splits

This commit is contained in:
dbalatoni13 2025-04-01 00:49:48 +02:00
parent 5f0d4e4f2a
commit 274f68087b
4 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,8 @@ Sections:
.text type:code align:4 .text type:code align:4
.ctors type:rodata align:4 .ctors type:rodata align:4
.dtors type:rodata align:4 .dtors type:rodata align:4
.data type:data align:8 .rodata type:rodata align:8
REL/nisDll/main.c: REL/nisDll/main.c:
.text start:0x00000000 end:0x0000017C .text start:0x00000000 end:0x0000017C
.rodata start:0x00000000 end:0x00000010

View file

@ -1222,7 +1222,7 @@ TRK_MINNOW_DOLPHIN/targimpl.c:
.bss start:0x801A9138 end:0x801A96B8 .bss start:0x801A9138 end:0x801A96B8
TRK_MINNOW_DOLPHIN/targsupp.s: TRK_MINNOW_DOLPHIN/targsupp.s:
.text start:0x800F1CF0 end:0x800F1D10 .text start:0x800F1CE4 end:0x800F1D10
TRK_MINNOW_DOLPHIN/__exception.s: TRK_MINNOW_DOLPHIN/__exception.s:
.init start:0x80003534 end:0x80005468 .init start:0x80003534 end:0x80005468

View file

@ -1,4 +1,5 @@
#include "game/object.h" #include "game/object.h"
#include "math.h"
void fn_1_68(omObjData *object); void fn_1_68(omObjData *object);

View file

@ -2,7 +2,7 @@
.file "targsupp.s" .file "targsupp.s"
.text .text
.balign 4 .balign 16
.fn TRKAccessFile, global .fn TRKAccessFile, global
twui r0, 0x0 twui r0, 0x0