diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-11-01 17:23:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-01 12:23:49 -0400 |
| commit | fa7007d73b72c852440e037ce4a48ff58f812f2a (patch) | |
| tree | a8da92e09df77720d5b969385fc86973db775cbc /data | |
| parent | 7e09accf0ea604e6fe6bb128863b4417c0875f84 (diff) | |
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`
Diffstat (limited to 'data')
| -rw-r--r-- | data/z_text.data.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/z_text.data.s b/data/z_text.data.s index 9fd2ccaed..c20dd6cca 100644 --- a/data/z_text.data.s +++ b/data/z_text.data.s @@ -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 |
