oops forgot one

This commit is contained in:
Kurausukun
2021-02-19 17:50:00 -05:00
parent 885f4a8871
commit b061e68f21
+1 -1
View File
@@ -219,7 +219,7 @@ u8 GetLastTextColor(u8 colorType)
u8 * src, * dst; \
u32 v8; \
\
src = (gGlyphInfo) + (heightOffset / 8 * 0x40) + (widthOffset / 8 * 0x20); \
src = gGlyphInfo + (heightOffset / 8 * 0x40) + (widthOffset / 8 * 0x20); \
for (yAdd = 0, v3 = a6 + heightOffset; yAdd < height; yAdd++, v3++) \
{ \
v8 = *(u32 *)src; \