mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 07:15:43 -04: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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user