diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-10-03 13:49:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-03 09:49:14 -0700 |
| commit | 87081138ac2bada878f5139fcd747f08196d6b3f (patch) | |
| tree | 7522d2ee47f7cb7820503725a4399dcec42501e9 /linker_scripts | |
| parent | e6e8999c34c5459cff4162a6b3be8d3537a480ce (diff) | |
`ovl_first_game` OK (#108)
* c file
* match 3 funcs
* update
* rename sys_romcheck
* sys_romcheck NON_MATCHING
* match sys_romcheck
* notes
* fix
* review
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/symbol_addrs_overlays.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/jp/symbol_addrs_overlays.txt b/linker_scripts/jp/symbol_addrs_overlays.txt index 6f7430b..818d28c 100644 --- a/linker_scripts/jp/symbol_addrs_overlays.txt +++ b/linker_scripts/jp/symbol_addrs_overlays.txt @@ -177,10 +177,10 @@ jtbl_80802550_jp = 0x80802550; // type:jtbl // .text -func_808029D0_jp = 0x808029D0; // type:func +exit_game = 0x808029D0; // type:func first_game_cleanup = 0x80802A20; // type:func first_game_init = 0x80802A2C; // type:func -func_80802A60_jp = 0x80802A60; // type:func +sys_romcheck = 0x80802A60; // type:func Game_play_Reset_destiny = 0x80802AE0; // type:func event_title_flag_on = 0x80802B40; // type:func event_title_flag_off = 0x80802B64; // type:func |
