Commit Graph

8 Commits

Author SHA1 Message Date
Rachel
a747c6f5d1
Extract shareable graphics-related constants to a single header (#592)
Some checks are pending
build / build (push) Waiting to run
2025-07-02 13:20:42 -07:00
Gudf
ad162a3369 Switch to enum NarcID, standardize names
Some checks are pending
build / build (push) Waiting to run
This replaces instances of NARC IDs with type `int` or `u32` to use
`enum NarcID` instead, and replaces most instances of a NARC ID to be
named `narcID` instead of `narc`, `narcIndex` or `narcIdx`. The name
wasn't replaced where the original one was more descriptive.
2025-04-20 17:40:00 -07:00
Rachel
60b5a3f35a Document render_oam.c 2025-02-04 20:32:09 -08:00
Rachel
7820f1d44f Document and clean up graphics.c 2024-10-23 17:07:08 -07:00
Rachel
fa194563da Identify extern functions in graphics.h 2024-10-23 16:42:39 -07:00
Rachel
de256003a2 Document LoadMemberFrom[Open]NARC routines 2024-10-23 16:39:59 -07:00
Rachel
d213734ab1 Document static routines in graphics.c 2024-10-23 16:09:07 -07:00
Rachel
a96c89a124 Identify unk_02006E3C -> graphics 2024-10-23 13:52:26 -07:00