diff options
| author | emilybrooks <emilybrooksemilybrooks@gmail.com> | 2023-09-11 10:27:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 10:27:49 -0700 |
| commit | 1b465cfe8b3f228faa08fba8d58a8d3be6e82d06 (patch) | |
| tree | 52f985360d8ea448dc71ade81773f3db66c4825f /linker_scripts | |
| parent | 67934dfa87091278cad91df45e9b9577236e5742 (diff) | |
m_snowman OK (#94)
* moved everything from private fork
* trying to figure out name stuff
* matched mSN_check_life
* fully matching
* add season enum
* forgot
* fixed structs
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_code.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker_scripts/jp/symbol_addrs_code.txt b/linker_scripts/jp/symbol_addrs_code.txt index 869759a..749f301 100644 --- a/linker_scripts/jp/symbol_addrs_code.txt +++ b/linker_scripts/jp/symbol_addrs_code.txt @@ -3144,7 +3144,7 @@ mSN_ClearSnowmanData = 0x800C87E4; // type:func mSN_ClearSnowman = 0x800C8828; // type:func mSN_MeltSnowman = 0x800C8888; // type:func mSN_get_free_space = 0x800C8B88; // type:func -func_800C8BC4_jp = 0x800C8BC4; // type:func +mSN_regist_snowman_society = 0x800C8BC4; // type:func mSN_decide_msg = 0x800C8CC8; // type:func mSN_snowman_init = 0x800C8D04; // type:func func_800C8D40_jp = 0x800C8D40; // type:func |
