mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Fix more raw pointers (rsp and part of .data) (#170)
Known files left with pointers in .data after this (possibly the only ones since I checked roughly everything): - flg_set.c - z_camera.c - db_camera.c - code_800D7CD0.c (ucode_disas.c) - audio (not sure which ones, see the structure sheet)
This commit is contained in:
parent
77a9f9c9f8
commit
235b0b8e0b
12 changed files with 96 additions and 43 deletions
1
spec
1
spec
|
@ -417,7 +417,6 @@ beginseg
|
|||
include "build/src/code/sys_math_atan.o"
|
||||
include "build/src/code/sys_matrix.o"
|
||||
include "build/src/code/sys_ucode.o"
|
||||
include "build/data/sys_ucode.data.o"
|
||||
include "build/src/code/code_800D2E30.o"
|
||||
include "build/data/code_800D2E30.data.o"
|
||||
include "build/src/code/code_800D31A0.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue