diff options
| author | fullgrowngaming <42490167+fullgrowngaming@users.noreply.github.com> | 2020-09-28 16:27:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-28 19:27:21 -0400 |
| commit | 96d05d4e7d97dccf7fef335b708307c204e0725a (patch) | |
| tree | ca65f6d79ab83064a76c7afc5d870c8d6bec9def /include | |
| parent | 378684152cde8a3674f9d92a1a154f72b4968ae1 (diff) | |
en_tanron6 OK (#27)
* en_tanron6 OK
* Fixed name of SetupDoNothing
* Fixed initvars name
* Fixed initvars name
* Fixed initvars name
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions_overlay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_overlay.h b/include/functions_overlay.h index 1887813b7..e0c6911b8 100644 --- a/include/functions_overlay.h +++ b/include/functions_overlay.h @@ -12066,7 +12066,7 @@ void EnTanron5_Draw(void); // func_80BE5B58 void func_80BE5C10(void); // func_80BE5C10 void EnTanron6_Init(void); // func_80BE6040 void EnTanron6_Destroy(void); // func_80BE60AC -void func_80BE60BC(void); // func_80BE60BC +void EnTanron6_DoNothing(void); // EnTanron6_DoNothing void func_80BE60D0(void); // func_80BE60D0 void EnTanron6_Update(void); // func_80BE60E0 void EnTanron6_Draw(void); // func_80BE6140 |
