mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
[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
This commit is contained in:
parent
f5fd8daffb
commit
6bc6cedaf8
8 changed files with 59 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue