1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 03:14:38 +00:00

Fix various data issues in gc-eu-mq (#1921)

* Fix various data issues

* D_80153D78 -> sMessageDebuggerTextboxCount
This commit is contained in:
cadmic 2024-03-29 08:19:55 -07:00 committed by GitHub
parent 731fe6da82
commit 4e1b0f6694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 3 deletions

View file

@ -159,7 +159,9 @@ void Graph_Destroy(GraphicsContext* gfxCtx) {
}
void Graph_TaskSet00(GraphicsContext* gfxCtx) {
#if OOT_DEBUG
static Gfx* sPrevTaskWorkBuffer = NULL;
#endif
static s32 sGraphCfbInfoIdx = 0;
OSTime timeNow;