Implement & link m_passwordMake_ovl, m_passwordChk_ovl

This commit is contained in:
Cuyler36
2023-12-06 17:58:51 -05:00
parent aa162ff053
commit 7ab6323d76
4 changed files with 454 additions and 1 deletions
+9 -1
View File
@@ -193,7 +193,7 @@ typedef struct {
typedef struct {
int type;
int got_gold_scoop;
int balloon_shape_type
int balloon_shape_type;
} mPlayer_request_release_creature_balloon_from_submenu_c;
typedef struct {
@@ -201,6 +201,13 @@ typedef struct {
ACTOR* speak_actor;
} mPlayer_request_demo_wait_from_submenu_c;
typedef struct {
int direct;
s16 angle;
xyz_t wpos;
int ftr_name;
} mPlayer_request_lie_bed_c;
typedef union {
mPlayer_request_give_from_submenu_c give_from_submenu;
mPlayer_request_putin_scoop_from_submenu_data_c putin_scoop_from_submenu;
@@ -208,6 +215,7 @@ typedef union {
mPlayer_request_release_creature_insect_from_submenu_c release_creature_insect_from_submenu;
mPlayer_request_release_creature_balloon_from_submenu_c release_creature_balloon_from_submenu;
mPlayer_request_demo_wait_from_submenu_c demo_wait_from_submenu;
mPlayer_request_lie_bed_c lie_bed;
/* TODO: others */
u8 force_size[72]; // TEMP
} mPlayer_request_main_data;