diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-03-22 19:24:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-22 11:24:09 -0700 |
| commit | 4b081155a9f62ccc0bf46245cd2219cfb9324cd9 (patch) | |
| tree | 30b799a30f422ad06bd3aabfde5c91aefdf589fc /linker_scripts | |
| parent | 87c30f66d2da533d524d67e45c775404f385fba0 (diff) | |
ac_weather_sakura OK (#157)
* weather werk
* ac_weather OK
* format
* review
* sakura werk
* sakura ok
* format
* proto comments
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_overlays.txt | 12 | ||||
| -rw-r--r-- | linker_scripts/jp/undefined_syms.ld | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/linker_scripts/jp/symbol_addrs_overlays.txt b/linker_scripts/jp/symbol_addrs_overlays.txt index 12a4b41..419dac8 100644 --- a/linker_scripts/jp/symbol_addrs_overlays.txt +++ b/linker_scripts/jp/symbol_addrs_overlays.txt @@ -16167,15 +16167,15 @@ RO_FLT_80A3CFA8_jp = 0x80A3CFA8; // type:f32 // .text -func_80A3D010_jp = 0x80A3D010; // type:func -func_80A3D064_jp = 0x80A3D064; // type:func -func_80A3D238_jp = 0x80A3D238; // type:func +aWeatherSakura_DecideMakeSakuraCount = 0x80A3D010; // type:func +aWeatherSakura_make = 0x80A3D064; // type:func +aWeatherSakura_ct = 0x80A3D238; // type:func func_80A3D2BC_jp = 0x80A3D2BC; // type:func func_80A3D38C_jp = 0x80A3D38C; // type:func func_80A3D484_jp = 0x80A3D484; // type:func -func_80A3D4A0_jp = 0x80A3D4A0; // type:func -func_80A3D530_jp = 0x80A3D530; // type:func -func_80A3D55C_jp = 0x80A3D55C; // type:func +aWeatherSakura_move = 0x80A3D4A0; // type:func +aWeatherSakura_set = 0x80A3D530; // type:func +aWeatherSakura_draw = 0x80A3D55C; // type:func // .data diff --git a/linker_scripts/jp/undefined_syms.ld b/linker_scripts/jp/undefined_syms.ld index 2ce63ba..66556e7 100644 --- a/linker_scripts/jp/undefined_syms.ld +++ b/linker_scripts/jp/undefined_syms.ld @@ -1487,8 +1487,8 @@ D_60000D0 = 0x060000D0; // ac_weather_sakura -D_6000040 = 0x06000040; -D_60000C0 = 0x060000C0; +ef_hanabira01_00_setmode = 0x06000040; +ef_hanabira01_00_modelT = 0x060000C0; // ac_weather_leaf |
