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
|
@ -11,10 +11,10 @@
|
|||
|
||||
# temporary file name, rename to something more appropriate when decompiled
|
||||
|
||||
glabel gLetterTLUT
|
||||
glabel gMojiFontTLUTs
|
||||
.incbin "baserom.z64", 0xBA18E0, 0x80
|
||||
|
||||
glabel gFontFF
|
||||
glabel gMojiFontTex
|
||||
.incbin "baserom.z64", 0xBA1960, 0x400
|
||||
|
||||
# Unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue