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

Nov 2023 #169

Merged
merged 12 commits into from
Dec 10, 2023
Merged

Nov 2023 #169

merged 12 commits into from
Dec 10, 2023

Conversation

SethBarberee
Copy link
Collaborator

Little late but finally PR'd. Grateful to a few on the pret discord who matched some funcs that stumped me.

sub_8067110(entity);
break;
case ACTION_USE_ORB:
sub_807CB3C(entity);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have a few of these decomped already but not sure what to name them..

HandleACTIONNAMEAction? -> HandleUseOrbAction & HandleGiveItemAction

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with that naming convention.

include/structs/str_dungeon.h Outdated Show resolved Hide resolved
src/code_80140DC.c Outdated Show resolved Hide resolved
src/code_8066D04.c Show resolved Hide resolved
src/code_80718D8.c Outdated Show resolved Hide resolved
src/code_80958E8_1.c Outdated Show resolved Hide resolved
src/code_80972F4.c Outdated Show resolved Hide resolved
sub_8067110(entity);
break;
case ACTION_USE_ORB:
sub_807CB3C(entity);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm good with that naming convention.

@SethBarberee SethBarberee merged commit 6d4046b into pret:master Dec 10, 2023
1 check 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