mirror of
https://github.com/zeldaret/oot
synced 2026-08-22 06:44:46 -04:00
Document vismono (#1107)
* Document and explain vismono * Make it more clear "CFB" means Color Frame Buffer * Rename: Update DList/TLUT -> Desaturate DList/TLUT
This commit is contained in:
@@ -218,6 +218,7 @@
|
||||
#define GPACK_RGBA5551(r, g, b, a) ((((r)<<8) & 0xf800) | \
|
||||
(((g)<<3) & 0x7c0) | \
|
||||
(((b)>>2) & 0x3e) | ((a) & 0x1))
|
||||
#define GPACK_IA16(i, a) (((i) << 8) | (a))
|
||||
#define GPACK_ZDZ(z, dz) ((z) << 2 | (dz))
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user