1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Merge branch 'main' into doc_pause_menu (but has bss issues for some versions)

This commit is contained in:
Dragorn421 2024-08-21 13:54:12 +02:00
commit d1c0e51871
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
678 changed files with 6590 additions and 3454 deletions

View file

@ -262,7 +262,7 @@
#define R_HREG_MODE HREG(80) // see `HRegMode` for mode options
typedef enum {
typedef enum HRegMode {
/* 6 */ HREG_MODE_PRINT_HILITE_INFO = 6, // print hilite information
/* 7 */ HREG_MODE_UCODE_DISAS, // various controls for the ucode disas system
/* 8 */ HREG_MODE_PRINT_MEMORY, // print memory at a specified address
@ -405,7 +405,7 @@ typedef enum {
#define R_VI_CUR_ADDI_SCAN_LINES HREG(83)
#define R_VI_CUR_Y_SCALE_MODE HREG(84)
typedef struct {
typedef struct RegEditor {
/* 0x00 */ s32 regPage; // 0: no page selected (reg editor is not active); 1: first page; `REG_PAGES`: last page
/* 0x04 */ s32 regGroup; // Indexed from 0 to `REG_GROUPS`-1. Each group has its own character to identify it.
/* 0x08 */ s32 regCur; // Selected reg, indexed from 0 as the page start