diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-22 19:19:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 19:19:16 -0600 |
| commit | 78a7d156c9a080fab1c530d2aa8210c6d4cf5596 (patch) | |
| tree | d2ca24968a44ac59036945ae8a218e1a3b23cab2 /src/data/some_data.c | |
| parent | bd9f6b3e851c02edff594237109df01ceb336a09 (diff) | |
Changes for OTR (#15)
* Bunch of fixes
Diffstat (limited to 'src/data/some_data.c')
| -rw-r--r-- | src/data/some_data.c | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/data/some_data.c b/src/data/some_data.c index b70068b7b..7fd4adaac 100644 --- a/src/data/some_data.c +++ b/src/data/some_data.c @@ -184,9 +184,12 @@ Vtx gBalloonVertexPlane2[] = { {{{ -9, 9, -6 }, 0, { 0, 0 }, { 0xFF, 0xFF, 0xFF, 0xFF }}}, }; -u8 D_800E52D0[] = { - #include "assets/code/some_data/gTLUTOnomatopoeia.rgba16.inc.c" -}; +// Moved to OTR asset see some_data.yml +// Symbol renamed to gTLUTOnomatopoeia +// +// u8 D_800E52D0[] = { +// #include "assets/code/some_data/gTLUTOnomatopoeia.rgba16.inc.c" +// }; u8 *gCourseOutlineTextures[] = { gTextureCourseOutlineMarioRaceway, gTextureCourseOutlineChocoMountain, gTextureCourseOutlineBowsersCastle, gTextureCourseOutlineBansheeBoardwalk, |
