summaryrefslogtreecommitdiff
path: root/include/boot_variables.h
AgeCommit message (Collapse)Author
2023-09-02Libido OK (#84)Derek Hensley
* libido OK * boot cleanup * format * renames
2023-09-02Stackcheck OK (#83)Derek Hensley
* Stackcheck OK * void*
2023-08-29Yaz0 OK (#80)Derek Hensley
* yaz0 OK * boot_variables.h cleanup * Small cleanup * decompression abnormality
2023-08-28Fault + Fault_drawer (#77)Derek Hensley
* Fault OK * fault_drawer OK * Cleanup * Cleanup pt 2 * Forgot to save * PR
2023-08-24`z_std_dma.c` (#75)Anghelo Carvajal
* C file * func_80026A64_jp, DmaMgr_RequestSync * func_80026714_jp, func_80026814_jp, func_800269E4_jp, func_80026C4C_jp, func_80026DA0_jp, func_80026DCC_jp, func_80026E10_jp * func_80026770_jp, func_800267DC_jp, func_80026BC0_jp, func_80026C00_jp, func_80026C28_jp * DmaMgr_DmaRomToRam * func_800266C4_jp, func_80026828_jp * func_800263F0_jp * func_80026CAC_jp * migrate other strings * Fix some warnings * start renamings * Improve func_800263F0_jp * steal stuff from OoT * dmaEntryMsgBufs * name the remaining stuff * format * minor cleanups * review * format * review
2023-08-23`m_submenu` with 3 NON_MATCHINGs and 5 unattempted (#70)Anghelo Carvajal
* C file * mSM_submenu_ct, mSM_submenu_dt, mSM_submenu_move * SubmenuArea_DoLink, SubmenuArea_DoUnlink, load_player * mSM_submenu_ovlptr_cleanup * mSM_move_Wait, mSM_move_PREWait, mSM_move_Play * func_800C497C_jp * mSM_submenu_ctrl * mSM_ovlptr_dllcnv_sub, mSM_ovlptr_dllcnv, mSM_open_submenu, mSM_open_submenu_new, mSM_open_submenu_new2, mSM_Reset_player_btn_type1, mSM_Reset_player_btn_type2, mSM_submenu_draw * fix warnings * name functions referenced by check_process * migrate data * func_800C47B4_jp NON_MATCHING * mSM_check_item_for_furniture, mSM_check_item_for_sell, mSM_check_item_for_give, mSM_check_item_for_take, mSM_check_item_for_minidisk, mSM_check_item_for_shrine, mSM_check_item_for_entrust, mSM_check_item_for_exchange * rename remaining functions * match mSM_submenu_ovlptr_init * cleanup mSM_submenu_ovlptr_init * match mSM_move_LINKWait? * Rename mSM struct and other cleanups * enums * cleanup * format * move unknown struct to header * typo
2023-08-17system_heap (007060) OK (#60)Derek Hensley
* OK * Renames + cleanup * format --------- Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
2023-08-17qrand OK (#62)Prakxo
* qrand OK * refactor * format
2023-08-10`libc64.a` identification (#45)Anghelo Carvajal
* __osMalloc * aprintf.c * math64.c * qrand.c * sleep.c * sprintf.c * malloc.c * fixes * fp and math64 cleanup * RAD_TO_BINANG
2023-08-09`malloc.c` (#42)Anghelo Carvajal
* malloc * match * bss * Fix naming * move __osMalloc to libc64 folder * move headers to libc64 folder
2023-08-04Viconfig OK (#29)Derek Hensley
2023-08-01`__osMalloc` OK (#22)Anghelo Carvajal
* start * arena_lock_init, __osMallocInit, __osMallocAddBlock and __osMallocCleanup * arena_lock, arena_unlock, __osMallocIsInitalized, __osMalloc, __osFree and __osCheckArena * __osMallocNoLock and __osMallocR * __osFree_NoLock and __osGetFreeArena * ArenaImpl_FaultClient * search_last_block * match __osRealloc * cleanup * Steal docs from MM * macros * format * fix func_8003BA60_jp declaration * memmove comment * fix paths * review * fix * review
2023-07-29Bootmain OK (#21)Derek Hensley
* func_80025CC0_jp * Clean up * Some cleanup * Format
2023-07-29Build a compressed ROM (#16)Anghelo Carvajal
* git subrepo clone (merge) --branch=5da3132606e4fd427a8d72b8428e4f921cd6e56f git@github.com:z64tools/z64compress.git tools/z64compress subrepo: subdir: "tools/z64compress" merged: "5da3132" upstream: origin: "git@github.com:z64tools/z64compress.git" branch: "5da3132606e4fd427a8d72b8428e4f921cd6e56f" commit: "5da3132" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * z64compress_wrapper.py * fixes * dmadata.c * readme * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "01ac556" upstream: origin: "git@github.com:ethteck/splat.git" branch: "master" commit: "01ac556" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * segment_end_before_align: True * Add compressed step to jenkinsfile * TODO * format * remove from boot_variables.h * simplify * Change makefile to match MM
2023-05-08Do not use `undefined_syms_auto` files when linking (#15)Anghelo Carvajal
* remove some symbols * Adding more symbols to undefined_syms.ld * Avoid using the undefined_auto completely * relocs for entry.s
2023-04-03Integrate sheet knowledge into the repo (#9)Anghelo Carvajal
* boot splits * code file splits * functions from sheets * symbols from the sheet * bootstrap headers * common_data * most segments * headers for boot files * add overlays as placeholders * unname _os files * named a few files * code headers * typo * Disassemble every overlay * bootstrap symbol_addrs_overlays.txt * split yamls --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>