sm64coopdx/docs/lua/guides
EmeraldLockdown 55a7590e89 fix incorrect label on playerIndex in HOOK_ON_NAMETAGS_RENDER
I INCORRECTLY assumed that a number was an `s32` and a integer was an `u64`. This is some next level blunders. A `number` is a `f64` and a `integer` is a `s64`. This is, in fact, a integer.
2026-05-29 18:58:35 -05:00
..
hooks.md fix incorrect label on playerIndex in HOOK_ON_NAMETAGS_RENDER 2026-05-29 18:58:35 -05:00
lighting-engine.md Fix inconsistencies with tabs and remove trailing whitespaces 2026-05-26 23:51:58 +02:00
mario-state.md Fix inconsistencies with tabs and remove trailing whitespaces 2026-05-26 23:51:58 +02:00
modfs.md Add mod_fs_file_set_compression (#1187) 2026-04-10 23:25:58 +02:00
object-lists.md ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
vs-code-setup.md typo fix 2024-10-07 22:13:19 +10:00