From 496b4928ea8bdf310949a88bbe221d91c2d3ebff Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Thu, 9 Mar 2023 01:53:38 -0300 Subject: 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> --- src/code/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/main.c') diff --git a/src/code/main.c b/src/code/main.c index b036123be..c4a80f1ea 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -46,7 +46,7 @@ void Main(void* arg) { startHeapSize = fb - sysHeap; SystemArena_Init(sysHeap, startHeapSize); - GameInfo_Init(); + Regs_Init(); R_ENABLE_ARENA_DBG = 0; -- cgit v1.2.3