diff options
| author | Random06457 <28494085+Random06457@users.noreply.github.com> | 2023-11-24 13:21:15 +0100 |
|---|---|---|
| committer | Random06457 <28494085+Random06457@users.noreply.github.com> | 2023-11-24 13:57:36 +0100 |
| commit | 6b2dd4e4b005476c16ce2fdb7d103457e5b7dece (patch) | |
| tree | eba1015b970d88d3573a80fd27d0237f263798a6 | |
| parent | d26857144bb49e18cb747939568bda796c0541a0 (diff) | |
unstub Interface_DrawAButton
| -rw-r--r-- | mm/src/code/z_parameter.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mm/src/code/z_parameter.c b/mm/src/code/z_parameter.c index ebb8f1483..fedf860a6 100644 --- a/mm/src/code/z_parameter.c +++ b/mm/src/code/z_parameter.c @@ -4141,7 +4141,7 @@ s16 D_801BFB0C[] = { 0x23, 0x23, 0x33, 0x23 }; void Interface_DrawAmmoCount(PlayState* play, s16 button, s16 alpha) { u8 i; u16 ammo; - return; //BENTODO + return; // BENTODO OPEN_DISPS(play->state.gfxCtx); i = ((void)0, GET_CUR_FORM_BTN_ITEM(button)); @@ -4220,7 +4220,7 @@ void Interface_DrawBButtonIcons(PlayState* play) { gDPSetCombineLERP(OVERLAY_DISP++, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0, PRIMITIVE, ENVIRONMENT, TEXEL0, ENVIRONMENT, TEXEL0, 0, PRIMITIVE, 0); // BENTODO - //Interface_DrawAmmoCount(play, EQUIP_SLOT_B, interfaceCtx->bAlpha); + // Interface_DrawAmmoCount(play, EQUIP_SLOT_B, interfaceCtx->bAlpha); } } else if ((!interfaceCtx->bButtonDoActionActive && (interfaceCtx->unk_222 == 0)) || ((interfaceCtx->bButtonDoActionActive && @@ -4334,7 +4334,6 @@ void Interface_DrawCButtonIcons(PlayState* play) { } void Interface_DrawAButton(PlayState* play) { - // BENTODO: Something here crashes somtimes? InterfaceContext* interfaceCtx = &play->interfaceCtx; s16 aAlpha; |
