summaryrefslogtreecommitdiff
path: root/src/quest_log.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-05-20 11:09:41 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-05-20 11:09:41 -0400
commit348bd19fddefede38716607ffe0ecdb4ae199bea (patch)
treeedfa2508b386beb4b7537cf58c345fe0afada8ca /src/quest_log.c
parent68ac134c0c82db82e0b59b071d766108c3bbd9f6 (diff)
text_window
Diffstat (limited to 'src/quest_log.c')
-rw-r--r--src/quest_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quest_log.c b/src/quest_log.c
index ea695d3af..b52de727e 100644
--- a/src/quest_log.c
+++ b/src/quest_log.c
@@ -2291,7 +2291,7 @@ void sub_8112E3C(u8 a0, struct UnkStruct_300201C * a1, u16 a2)
}
}
-const u16 gUnknown_84566A8[][16] = INCBIN_U16("data/graphics/unknown_84566a8.bin");
+const u16 gUnknown_84566A8[] = INCBIN_U16("data/graphics/unknown_84566a8.bin");
const struct WindowTemplate gUnknown_8456928 = {
0x00, 0, 15, 30, 5, 15, 0x008F
@@ -2349,7 +2349,7 @@ void sub_8112F18(u8 a0)
else
k = 5;
CpuCopy32(
- gUnknown_84566A8[k], // operand swap on "add" instruction
+ (void *)gUnknown_84566A8 + 32 * k, // operand swap on "add" instruction
buffer + 32 * (i * width + j),
32
);