summaryrefslogtreecommitdiff
path: root/src/code/relocation.c
AgeCommit message (Collapse)Author
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