diff options
| author | Alejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com> | 2024-04-25 16:08:40 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-25 14:08:40 -0500 |
| commit | 7c2ce8a678056461858c20fd4dc39e1d01e3f5ce (patch) | |
| tree | 0bed6adbe15c19655caef50e5d3e63a3819e2619 /include | |
| parent | 0c9be776da37e754a9b9422a945bf1bc5cfd7e75 (diff) | |
DOCS: ast_text (ex ast_font) (#223)
* progress of docs
* caiman here, no problems
* Emergency manouvers!
* complete
* rename ast_font to ast_text
Diffstat (limited to 'include')
| -rw-r--r-- | include/sf64dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sf64dma.h b/include/sf64dma.h index 64447681..07b63739 100644 --- a/include/sf64dma.h +++ b/include/sf64dma.h @@ -137,7 +137,7 @@ DECLARE_SEGMENT(ast_title); DECLARE_SEGMENT(ast_map); DECLARE_SEGMENT(ast_option); DECLARE_SEGMENT(ast_vs_menu); -DECLARE_SEGMENT(ast_font); +DECLARE_SEGMENT(ast_text); DECLARE_SEGMENT(ast_font_3d); DECLARE_SEGMENT(ast_andross); DECLARE_SEGMENT(ast_logo); |
