diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2024-04-11 02:20:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-10 23:20:00 -0700 |
| commit | fb02647839bda70f4e50a2f79c7bdcfb93ef61af (patch) | |
| tree | 65c13ed9b50fe68cfb6da0b236f2db364969f0e2 /yamls/jp/code.yaml | |
| parent | 7146ace5cb89772c195a41ee41b375cf4fe2166e (diff) | |
m_olib.c OK (#167)
* m_olib.c OK
* ran format.py
* added functions to header file
* updated graphics macros in two overlays to make them work with format.py
* rename z64camera.h to m_camera2.h
* made recommended changes
Diffstat (limited to 'yamls/jp/code.yaml')
| -rw-r--r-- | yamls/jp/code.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yamls/jp/code.yaml b/yamls/jp/code.yaml index dba9550..e5b6019 100644 --- a/yamls/jp/code.yaml +++ b/yamls/jp/code.yaml @@ -60,7 +60,7 @@ - [0x6D2720, c, code/m_npc_schedule] - [0x6D2A70, c, code/m_npc_walk] - [0x6D3CB0, asm, code/800B0010] - - [0x6D3D20, asm, code/m_olib] + - [0x6D3D20, c, code/m_olib] - [0x6D4440, c, code/m_pause] - [0x6D44F0, asm, code/6D44F0] - [0x6D4C60, c, code/m_player_call] @@ -223,7 +223,7 @@ - [0x73AEF0, rodata, code/m_msg_main] - [0x73AF40, rodata, code/73AF40] - [0x73AF50, .rodata, code/m_npc] - - [0x73B000, rodata, code/m_olib] + - [0x73B000, .rodata, code/m_olib] - [0x73B020, rodata, code/m_player_lib] - [0x73B0F0, rodata, code/73B0F0] - [0x73B130, .rodata, code/m_private] |
