mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-04 00:39:06 -04:00
Implement & link m_needlework.c
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "m_snowman.h"
|
||||
#include "m_config.h"
|
||||
#include "m_island.h"
|
||||
#include "m_needlework.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -80,13 +81,15 @@ typedef struct Save_s {
|
||||
/* 0x02138E */ u8 saved_rom_debug; /* flag to set save to 'debug rom' mode */
|
||||
/* 0x02138F */ u8 _tmp5[0x11];
|
||||
/* 0x0213A0 */ u8 keep_house_size[PLAYER_NUM]; /* saved flags for house sizes */
|
||||
/* 0x0213A4 */ u8 _tmp6[0x1184];
|
||||
/* 0x0213A4 */ u8 _tmp6[0x21400 - 0x213A4];
|
||||
/* 0x021400 */ mNW_needlework_c needlework; /* Able Sisters' designs */
|
||||
/* 0x022500 */ u8 _tmp7[0x22528 - 0x22500];
|
||||
/* 0x022528 */ OSTime time_delta; /* time delta against GC RTC */
|
||||
/* 0x022530 */ u8 _tmp7[0x10];
|
||||
/* 0x022530 */ u8 _tmp8[0x10];
|
||||
/* 0x022540 */ Island_c island; /* island data */
|
||||
/* 0x023E40 */ u8 _tmp8[0x320];
|
||||
/* 0x023E40 */ u8 _tmp9[0x320];
|
||||
/* 0x024160 */ Anmret_c return_animal; /* information about villager which moved back in to your town after moving to someone else's town */
|
||||
/* 0x02416C */ u8 _tmp9[0x1E94];
|
||||
/* 0x02416C */ u8 _tmp10[0x1E94];
|
||||
} Save_t;
|
||||
|
||||
typedef union save_u {
|
||||
|
||||
Reference in New Issue
Block a user