summaryrefslogtreecommitdiff
path: root/src/code/relocation.c
AgeCommit message (Collapse)Author
2024-09-03[ntsc-1.2] LoadFragment2 OK (#2118)Derek Hensley
* [ntsc-1.2] LoadFragment2 OK * Add insight about bssSize
2024-01-30Overlay_Relocate and Overlay_Load retail OK (#1662)Derek Hensley
* Overlay_Relocate OK * Overlay_Load * format * PR + better match for Overlay_Load
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
* Replace most osSyncPrintf calls with PRINTF macro * DEBUG -> OOT_DEBUG
2023-02-27Further documentation for overlay relocation (#1498)Tharo
* Further documentation for overlay relocation * Suggested changes * Format * REL_ -> RELOC_
2022-06-03Fix a number of warnings when compiling with GCC (#1239)Tharo
* Silence a number of GCC warnings * Remove * Suggested changes * Format * Fix comment in en_go2
2022-05-31Overlay Functions Cleanup (#1235)Derek Hensley
* Cleanup load functions * Some cleanup * forgot . * Split off Overlay_Load * review * OverlayRelocationType -> MIPSRelocationType * Reloc type macro and mips relocations
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
* Less warnings in boot & code segments * few more warnings gone * Ran formatter * z_view warning gone * -> 1 * f31 -> 31 * Remove function casts * Few more small improvements * Separate declaration and assignment in func_80091738 and Item_Give Co-authored-by: Thar0 <maximilianc64@gmail.com>
2020-10-03libultra cleanup (#215)Random
* cleanup libultra * fixes - use quotes instead of <> for includes - add macros for zelda specific thread priorities - fix Makefile - properly format the remaining pfs structs * fix button macros + add CHECK_BTN_ANY/CHECK_BTN_ALL * remove ULTRA_ABS * fix includes * update z_player.c/z_lib.c + run format.sh * merge upstream/master * fix include in En_Goroiwa * fix includes
2020-08-19Match Overlay_Relocate (#330)krimtonz
* Finally match Overlay_DoRelocation * remove asm, rename Overlay_DoRelocation to Overlay_Relocate * formatter * comment updates * comment update
2020-05-20Decompiles Overlay_DoRelocation (#149)krimtonz
* decompile Overlay_DoRelocation * add non-matching comments
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker