diff options
| author | Lucas Shaw <49287729+shawlucas@users.noreply.github.com> | 2024-04-12 12:39:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-12 09:39:33 -0700 |
| commit | 0e972cfc8331293e9fac471823450fc99ec6f6c7 (patch) | |
| tree | bd4335d69949f9a09f5bd843be77444d9136abe2 /linker_scripts | |
| parent | fb02647839bda70f4e50a2f79c7bdcfb93ef61af (diff) | |
m_debug_display.c OK (#168)
* m_debug_display.c OK
* .
* Migrated data for m_debug_display
* Finishing touches
* ran format.py
* made suggested changes
Diffstat (limited to 'linker_scripts')
| -rw-r--r-- | linker_scripts/jp/undefined_syms.ld | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/linker_scripts/jp/undefined_syms.ld b/linker_scripts/jp/undefined_syms.ld index 66556e7..d008fe5 100644 --- a/linker_scripts/jp/undefined_syms.ld +++ b/linker_scripts/jp/undefined_syms.ld @@ -206,7 +206,13 @@ D_6001628 = 0x06001628; // m_debug_display -D_40042E8 = 0x040042E8; +RCP_debug_texture_16x16_8 = 0x040042E8; +no_txt = 0x04003640; +nx_txt = 0x04003940; +np_txt = 0x04003740; +nt_txt = 0x04003840; +darrow_model = 0x04003A40; +camera_model = 0x04003CE0; // m_field_make |
