Fix some splits
This commit is contained in:
parent
5f0d4e4f2a
commit
274f68087b
4 changed files with 5 additions and 3 deletions
|
|
@ -2,7 +2,8 @@ Sections:
|
|||
.text type:code align:4
|
||||
.ctors type:rodata align:4
|
||||
.dtors type:rodata align:4
|
||||
.data type:data align:8
|
||||
.rodata type:rodata align:8
|
||||
|
||||
REL/nisDll/main.c:
|
||||
.text start:0x00000000 end:0x0000017C
|
||||
.rodata start:0x00000000 end:0x00000010
|
||||
|
|
|
|||
|
|
@ -1222,7 +1222,7 @@ TRK_MINNOW_DOLPHIN/targimpl.c:
|
|||
.bss start:0x801A9138 end:0x801A96B8
|
||||
|
||||
TRK_MINNOW_DOLPHIN/targsupp.s:
|
||||
.text start:0x800F1CF0 end:0x800F1D10
|
||||
.text start:0x800F1CE4 end:0x800F1D10
|
||||
|
||||
TRK_MINNOW_DOLPHIN/__exception.s:
|
||||
.init start:0x80003534 end:0x80005468
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#include "game/object.h"
|
||||
#include "math.h"
|
||||
|
||||
void fn_1_68(omObjData *object);
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
.file "targsupp.s"
|
||||
|
||||
.text
|
||||
.balign 4
|
||||
.balign 16
|
||||
|
||||
.fn TRKAccessFile, global
|
||||
twui r0, 0x0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue