mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 22:22:05 -04:00
setFadeColor fix, some d_msg_flow functions (#339)
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
/* 0xF */ EXEC_SCENE_CHANGE,
|
||||
};
|
||||
|
||||
dScnLogo_c() {}
|
||||
/* 802560B4 */ void preLoad_dyl_create();
|
||||
/* 802560F8 */ void preLoad_dyl_remove();
|
||||
/* 8025611C */ bool preLoad_dyl();
|
||||
@@ -128,4 +129,6 @@ static int phase_0(dScnLogo_c* logo);
|
||||
static int phase_1(dScnLogo_c* logo);
|
||||
static int phase_2(dScnLogo_c* logo);
|
||||
|
||||
typedef int (*dScnLogo_Method)(dScnLogo_c*);;
|
||||
|
||||
#endif /* D_S_D_S_LOGO_H */
|
||||
|
||||
Reference in New Issue
Block a user