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

More d_a_item funcs #20

Merged
merged 2 commits into from
Sep 12, 2023
Merged

More d_a_item funcs #20

merged 2 commits into from
Sep 12, 2023

Conversation

LagoLunatic
Copy link
Collaborator

No description provided.

@@ -322,7 +517,7 @@ s32 daItem_Delete(daItem_c* i_this) {

/* 800F89D0-800F89F0 .text daItem_Create__FP10fopAc_ac_c */
s32 daItem_Create(fopAc_ac_c* i_this) {
/* Nonmatching */
((daItem_c*)i_this)->_daItem_create();
Copy link
Collaborator

Choose a reason for hiding this comment

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

this should return the create ret value

Comment on lines 61 to 78
case SKULL_NECKLACE:
return 0.0;
case BOKOBABA_SEED:
return 0.0;
case GOLDEN_FEATHER:
return 0.0;
case BOKO_BELT:
return 0.0;
case RED_JELLY:
case GREEN_JELLY:
case BLUE_JELLY:
return 0.0;
case SWORD:
return 20.0;
case SHIELD:
return 23.0;
case DROPPED_SWORD:
return 10.0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

are these actually double values or are they missing a f?

@TakaRikka TakaRikka merged commit 7287bab into zeldaret:main Sep 12, 2023
3 checks passed
@LagoLunatic LagoLunatic deleted the item branch September 13, 2023 03:13
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