mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-06 09:55:13 -04:00
Implement & link m_soncho.c
This commit is contained in:
+1
-12
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "types.h"
|
||||
#include "lb_rtc.h"
|
||||
#include "m_string_data.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -10,18 +11,6 @@ extern "C" {
|
||||
|
||||
#define mString_MAX_STR 0x7FF
|
||||
|
||||
#define mString_AM 0x001
|
||||
#define mString_PM 0x002
|
||||
#define mString_WEEKDAY_START 0x009
|
||||
#define mString_DAY_START 0x64E
|
||||
#define mString_MONTH_START 0x66D
|
||||
#define mString_ARTICLE_START 0x737
|
||||
#define mString_HANIWA_MSG0 0x76A
|
||||
#define mString_HANIWA_MSG1 0x76B
|
||||
#define mString_HANIWA_MSG2 0x76C
|
||||
#define mString_HANIWA_MSG3 0x76D
|
||||
|
||||
|
||||
extern void mString_aram_init();
|
||||
extern void mString_Load_StringFromRom(u8* dst, int dst_len, int str_no);
|
||||
extern int mString_Load_YearStringFromRom(u8* dst, lbRTC_year_t year);
|
||||
|
||||
Reference in New Issue
Block a user