mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-07 02:49:49 -04:00
Decompile dialogRender
This commit is contained in:
@@ -279,8 +279,6 @@ SECTIONS
|
||||
aspDataStart = gspDataEnd;
|
||||
aspDataEnd = aspDataStart + 0xb50;
|
||||
|
||||
g_MenuScissorX2_2 = g_MenuScissorX2;
|
||||
|
||||
/***************************************************************************
|
||||
* bss
|
||||
* -------------------------------------------------------------------------
|
||||
|
||||
@@ -146,7 +146,7 @@ u32 var800801f0jf = 0xffccffdd;
|
||||
u32 var800801f4jf = 0xffeeffff;
|
||||
#endif
|
||||
|
||||
u32 var8007fb9c = 0x00000000;
|
||||
bool var8007fb9c = false;
|
||||
s32 var8007fba0 = 0;
|
||||
s32 var8007fba4 = -1;
|
||||
u32 var8007fba8 = 0x00000000;
|
||||
@@ -705,7 +705,7 @@ Gfx *text0f153ab0(Gfx *gdl)
|
||||
{
|
||||
Gfx *allocation;
|
||||
|
||||
var8007fb9c = 1;
|
||||
var8007fb9c = true;
|
||||
|
||||
allocation = gfxAllocate(sizeof(Gfx) * 530);
|
||||
|
||||
@@ -724,7 +724,7 @@ Gfx *text0f153ab0(Gfx *gdl)
|
||||
|
||||
void text0f153b40(void)
|
||||
{
|
||||
var8007fb9c = 0;
|
||||
var8007fb9c = false;
|
||||
|
||||
gSPEndDisplayList(var800a4634++);
|
||||
}
|
||||
|
||||
+602
-7316
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -7691,7 +7691,7 @@ Gfx *menuitemLabelRender(Gfx *gdl, struct menurendercontext *context)
|
||||
|
||||
textBackupDiagonalBlendSettings();
|
||||
textSetDiagonalBlend(x, y, menudfc->unk04 * 300, 0);
|
||||
var8007fb9c = 1;
|
||||
var8007fb9c = true;
|
||||
}
|
||||
|
||||
colour2 = colour1;
|
||||
|
||||
+1
-1
@@ -437,7 +437,7 @@ extern struct font *g_FontHandelGothicMd;
|
||||
extern struct fontchar *g_CharsHandelGothicMd;
|
||||
extern struct font *g_FontHandelGothicLg;
|
||||
extern struct fontchar *g_CharsHandelGothicLg;
|
||||
extern u32 var8007fb9c;
|
||||
extern bool var8007fb9c;
|
||||
extern s32 g_StageIndex;
|
||||
extern s16 var8007fc0c;
|
||||
extern struct var800a4640_00 *var8007fc24;
|
||||
|
||||
Reference in New Issue
Block a user