diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-08-19 22:17:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 16:17:41 -0400 |
| commit | 6bc6cedaf8a26b4b73be748b635308fb059c61f1 (patch) | |
| tree | 2128ed04944da6afba030397b48e990d9d1b4e0b /undefined_syms.txt | |
| parent | f5fd8daffb02bafff5869f181a13da48b0f3ae0e (diff) | |
[ntsc-1.2] Match boot_main.c, logutils.c, z_locale.c (text) (#2053)
* Match boot_main.c, logutils.c, z_locale.c (text)
* review
* review 2
Diffstat (limited to 'undefined_syms.txt')
| -rw-r--r-- | undefined_syms.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/undefined_syms.txt b/undefined_syms.txt index deba8affd..c6d194e0c 100644 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -9,3 +9,11 @@ D_0F000000 = 0x0F000000; // z_bg_mjin D_06000000 = 0x06000000; + +#if PLATFORM_N64 + +// boot_main.c +func_80001720 = 0x80001720; +osInitialize = 0x80003230; + +#endif |
