mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 08:50:23 +00:00
R_MESH2_
-> R_ROOM_CULL_
This commit is contained in:
parent
700de56fdc
commit
4c19da0748
2 changed files with 9 additions and 9 deletions
|
@ -103,10 +103,10 @@
|
|||
#define R_MAGIC_FILL_X XREG(51)
|
||||
#define R_ENV_LIGHT1_DIR(i) cREG(3 + i)
|
||||
#define R_ENV_LIGHT2_DIR(i) cREG(6 + i)
|
||||
#define R_MESH2_DEBUG_MODE iREG(86)
|
||||
#define R_MESH2_NUM_ALL_ENTRIES iREG(87)
|
||||
#define R_MESH2_NUM_DRAWN_ENTRIES iREG(88)
|
||||
#define R_MESH2_DEBUG_DRAW_TARGET iREG(89)
|
||||
#define R_ROOM_CULL_DEBUG_MODE iREG(86)
|
||||
#define R_ROOM_CULL_NUM_ENTRIES iREG(87)
|
||||
#define R_ROOM_CULL_USED_ENTRIES iREG(88)
|
||||
#define R_ROOM_CULL_DEBUG_TARGET iREG(89)
|
||||
#define R_B_LABEL_DD WREG(0)
|
||||
#define R_OW_MINIMAP_X WREG(29)
|
||||
#define R_OW_MINIMAP_Y WREG(30)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue