summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_player_pushpull.inc
AgeCommit message (Collapse)Author
2026-05-21d_a_player_main cleanup and some demo matches (#1016)LagoLunatic
* d_a_player_main cleanup and some demo matches * Add unions for player_main procvars * Make d_a_player_main fields private
2026-05-12Player inlines and item enumsLagoLunatic
2025-12-10Fix HIO load issues for d_a_player_mainLagoLunatic
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2025-04-20Add an enum for action button icon statusLagoLunatic
2025-04-19More inlinesLagoLunatic
Also update dtk-template
2025-04-16player checkFlg inline fix, player_pushpull cleanupLagoLunatic
2025-04-16One more player inlineLagoLunatic
2025-04-16player enum and inlines and goto cleanupLagoLunatic
2025-04-14d_a_player_main - 48% Matching. (#739)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2025-04-11Added enum for Link's movement directionLagoLunatic
2025-04-08d_a_player_misc - Several matches/close matches across several files. (#736)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2025-04-04player_hang cleanup and fixesLagoLunatic
2025-04-01hookshot and player_hook cleanup, inlinesLagoLunatic
2025-04-01CleanupLagoLunatic
0.0099999998f -> 0.01f 4 space indents Unnecessary parentheses from Ghidra etc
2025-03-31d_a_player_pushpull.inc - Almost all matching except minor issues. (#728)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2023-11-19player_main work, player_ship startLagoLunatic
2023-10-23Rename d_a_player_link.h -> d_a_player_main.hLagoLunatic
2023-10-23Fill in Link's proc tablesLagoLunatic
2023-09-16Split player functions into appropriate .inc files (#47)fig02
* split files * remove functions that are prob weak