mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Document z_moji.c
(#926)
* Document `z_moji.c` * Run formatter * Use `CHAR_HEIGHT` instead of `CHAR_WIDTH` for y pos * `> X - 1` -> `>= X` * `const char*` for string argument * Type palettes and textures with `u64` * Remove unused variable * Use `CHAR_WIDTH` and `CHAR_HEIGHT` more * Explicit documentation on `gMojiFontTex`
This commit is contained in:
parent
7e09accf0e
commit
fa7007d73b
3 changed files with 84 additions and 52 deletions
|
@ -206,8 +206,9 @@ extern u16 gSramSlotOffsets[];
|
|||
//extern ? D_8012A6A4;
|
||||
//extern ? D_8012A704;
|
||||
//extern ? D_8012A71C;
|
||||
extern u8 gLetterTLUT[4][32]; // original name: "moji_tlut"
|
||||
extern u8 gFontFF[]; // original name: "font_ff"
|
||||
// 4 16-colors palettes
|
||||
extern u64 gMojiFontTLUTs[4][4]; // original name: "moji_tlut"
|
||||
extern u64 gMojiFontTex[]; // original name: "font_ff"
|
||||
//extern ? D_8012AC90;
|
||||
//extern ? D_8012ACA0;
|
||||
//extern ? D_8012AD20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue