Skip to content

Commit

Permalink
Merge pull request #145 from AnonymousRandomPerson/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
SethBarberee authored Aug 2, 2023
2 parents 23f7e2f + 3bb4ef7 commit 9d5fd0e
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 9d5fd0e

Please sign in to comment.