summaryrefslogtreecommitdiff
path: root/src/d/d_item/d_item.cpp
AgeCommit message (Collapse)Author
2021-03-28dol2asm OKJulgodis
2021-03-15Fix symbol names (#118)lepelog
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-02-26Some fopAcM functions (#116)lepelog
* some fopAcM_create functions * a few more functions
2021-02-20delete variables.hPheenoh
2021-02-19Decompile some SComponent data and some MSL_C.PPCEABI.bare.H headers (#115)lepelog
* data for c_angle * data c_sxyz * partially migrated c_xyz data * c_xyz data * c_xyz data decomp * c_math data * c_math data * c_lib data, some cleanup * rename some unnamed functions and create header for them * header for string functions * format and fix fabsf * cleanup * remove more unneded function prototypes * move fpclassify to math.h
2021-01-31remove functions.hPheenoh
2021-01-10fully split / more work on d_com_inf_game (#81)TakaRikka
* split d_com_inf_game * fix func name * start some dcomifg funcs * fix * clang-format * change dComIfGs_setWarpItemData back to inline asm for now Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-09more daalink / d_item improvements (#79)TakaRikka
* some daalink funcs * more d_item inlines / setShieldChange * more daalink stuff getlife, getrstatus, setitemlifecount, getrupee, setitemrupeecount * format * format
2021-01-05add a lot of dComIfGs inlines (#65)TakaRikka
* item_func inlines * some getcheck func inlines * remove asm * format * format Co-authored-by: Pheenoh <pheenoh@gmail.com>
2021-01-03make gameinfo members privatePheenoh
2021-01-02Merge branch 'master' of https://github.com/zeldaret/tpPheenoh
2021-01-02more d_save funcs OK, initial map out of dcomifg_play_c and it's classesPheenoh
2021-01-02d_item getcheck improvements (#46)TakaRikka
* more accurate getcheck funcs * format Co-authored-by: Pheenoh <pheenoh@gmail.com>
2020-12-26run clang-formatPheenoh
2020-12-14more d_item / d_a_horse_static done (#32)TakaRikka
* more d_item funcs done / add dSv_info_c to gameinfo * checkWait ok / remove asm
2020-12-05d_item (#18)TakaRikka
* item_funcs ok * item_getcheck_func ok * remove unnecessary asm file * execItemGet / checkItemGet ok, add enums for readability * fix return types
2020-08-29okunknown