summaryrefslogtreecommitdiff
path: root/src/code/m_start_data_init.c
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-06-02 16:41:49 +0200
committerGitHub <noreply@github.com>2024-06-02 07:41:49 -0700
commit69201d6d724625233f4fc80873f509951c4e5556 (patch)
tree7c3e331e01b1abd688ae07b12981e37a5bb8a905 /src/code/m_start_data_init.c
parentfd0581121366309a56c648eda7a299537e355b28 (diff)
m_room_type OK (#193)
* m_room_type OK * offsets * jenkins
Diffstat (limited to 'src/code/m_start_data_init.c')
-rw-r--r--src/code/m_start_data_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/m_start_data_init.c b/src/code/m_start_data_init.c
index ca4c3dd..341504d 100644
--- a/src/code/m_start_data_init.c
+++ b/src/code/m_start_data_init.c
@@ -36,6 +36,7 @@
#include "m_snowman.h"
#include "overlays/gamestates/ovl_play/m_play.h"
#include "sys_math.h"
+#include "m_melody.h"
void famicom_emu_initial_common_data(void) {
FamicomEmuCommonData* famicom = &common_data.save.famicomEmuCommonData;