mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-24 12:20:18 -05:00
Fixed typo
This commit is contained in:
parent
23f7e2f619
commit
3bb4ef75ff
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user