Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonymousRandomPerson committed Aug 2, 2023
1 parent 23f7e2f commit 3bb4ef7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gulpin_shop_1.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,11 +701,11 @@ void sub_8020950(void)

void sub_80209AC(void)
{
s32 menuAciton;
if(sub_80144A4(&menuAciton) == 0)
s32 menuAction;
if(sub_80144A4(&menuAction) == 0)
{
gUnknown_203B27C->menuAction1 = menuAciton;
switch(menuAciton)
gUnknown_203B27C->menuAction1 = menuAction;
switch(menuAction)
{
case 2:
sub_801FDA8(0xe);
Expand Down

0 comments on commit 3bb4ef7

Please sign in to comment.