diff options
| author | Henny022p <info@henny022.de> | 2025-03-05 14:00:09 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-03-09 18:57:59 +0000 |
| commit | 96a3e64280301f8adae30d58fae5502eee4b3b96 (patch) | |
| tree | 42a7e934192e21c8e98f7dc981df26e8a3e457a5 /src/message.c | |
| parent | 22c5e387295ee76c16d165f8154cd9aaa19c087c (diff) | |
cleanup graphics code
a bit
Diffstat (limited to 'src/message.c')
| -rw-r--r-- | src/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c index 08bad90c..ea3645e1 100644 --- a/src/message.c +++ b/src/message.c @@ -813,7 +813,7 @@ static void DispCursor(void) { } static void DrawCanvasLine(void) { - LoadResourceAsync(gTextGfxBuffer, 0x0600D040, sizeof(gTextGfxBuffer)); + LoadResourceAsync(gTextGfxBuffer, BG_SCREEN_ADDR(26) + 0x40, sizeof(gTextGfxBuffer)); } void sub_08056F88(u32 unk_1, u32 unk_2) { |
