Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split player functions into appropriate .inc files #47

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

fig02
Copy link
Contributor

@fig02 fig02 commented Sep 17, 2023

The map file indicates where certain file splits are and the fact that these are source-included.
The ".inc" suffix comes from strings that are present in asserts:
.string "d_a_player_dproc.inc"
.string "d_a_player_bow.inc"
.string "d_a_player_hook.inc"
.string "d_a_player_fan.inc"
.string "d_a_player_hammer.inc"
.string "d_a_player_sword.inc"

The rest of the inc file names are created by me. But thankfully all the functions have common naming schemes that makes it very easy to figure out what it likely was :)
Each inc file has a block comment at the top that explains whether or not the filename is original or made up

@TakaRikka TakaRikka merged commit 2c82d97 into zeldaret:main Sep 17, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants