diff options
| author | fig02 <fig02srl@gmail.com> | 2020-06-13 22:59:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-13 22:59:58 -0400 |
| commit | 031d946db7134194b03a7b08018944ee0b0db7df (patch) | |
| tree | 5402070e1c3b5fb67284538c4a4e277c3520abf5 /src/code/z_debug.c | |
| parent | df3bfbc16885008e7ce69f8a84d1715b13d4029f (diff) | |
z_select decompiled, 1 non matching left (#202)
* First pass z_select
* lots of progress. 2 non matchings and data stuff needed
* match Select_LoadGame
* z_select almost ok, 1 func left
* remove comments
* remove comments and add description
* remove unused flg_set asm
* set_next_gamestate macro
* pr suggestions 1
* pr suggestions 2
* map -> scene
* pr suggestions 3
Co-authored-by: Kelebek1 <eeeedddccc@hotmail.co.uk>
Diffstat (limited to 'src/code/z_debug.c')
| -rw-r--r-- | src/code/z_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_debug.c b/src/code/z_debug.c index 2d58b91ec..287c83ea2 100644 --- a/src/code/z_debug.c +++ b/src/code/z_debug.c @@ -224,7 +224,7 @@ void func_80063D7C(GraphicsContext* gfxCtx) { Gfx* dispRefs[4]; // stores state of GfxCtx next ptrs Graph_OpenDisps(dispRefs, gfxCtx, "../z_debug.c", 628); - GfxPrint_Ctor(&gfxPrint); + GfxPrint_Init(&gfxPrint); sp78 = gfxCtx->polyOpa.p; tempRet = Graph_GfxPlusOne(gfxCtx->polyOpa.p); gSPDisplayList(gfxCtx->overlay.p++, tempRet); @@ -245,5 +245,5 @@ void func_80063D7C(GraphicsContext* gfxCtx) { gfxCtx->polyOpa.p = sp7C; if (0) {} Graph_CloseDisps(dispRefs, gfxCtx, "../z_debug.c", 664); - GfxPrint_Dtor(&gfxPrint); + GfxPrint_Destroy(&gfxPrint); } |
