1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-02 17:44:25 +00:00
oot/src/boot
Roman971 235b0b8e0b
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)
2020-05-27 09:06:37 -04:00
..
assert.c Format all src C files 2020-03-22 22:20:03 +01:00
boot_main.c Fix more raw pointers (rsp and part of .data) (#170) 2020-05-27 09:06:37 -04:00
build.c First proper commit. 2020-03-17 00:31:30 -04:00
idle.c Disassemble the rom header and entrypoint function (#87) 2020-04-22 13:44:46 -04:00
is_debug.c Format all src C files 2020-03-22 22:20:03 +01:00
logutils.c Add log macros 2020-04-04 19:28:53 +02:00
stackcheck.c Format all src C files 2020-03-22 22:20:03 +01:00
viconfig.c Format all src C files 2020-03-22 22:20:03 +01:00
yaz0.c match the final non-matching in boot! 2020-03-23 06:37:54 -04:00
z_locale.c Decompile code_800D2E30 and use struct in code_800A9F30 (#80) 2020-04-18 22:56:53 -04:00
z_std_dma.c Decomp game.c (#129) 2020-05-14 19:11:33 -04:00