Rename GameInfo to RegEditor (#1178)

* Rename RegEditor and move it to regs.h

* bring over some minor doc from oot

* add missing include

* Update tools/disasm/variables.txt

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* update comment

* bss

---------

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Anghelo Carvajal
2023-03-09 01:53:38 -03:00
committed by GitHub
parent 2f1e7b3de8
commit 496b4928ea
12 changed files with 45 additions and 71 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void Main(void* arg) {
startHeapSize = fb - sysHeap;
SystemArena_Init(sysHeap, startHeapSize);
GameInfo_Init();
Regs_Init();
R_ENABLE_ARENA_DBG = 0;