diff options
| author | Henny022p <info@henny022.de> | 2023-01-04 12:26:49 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2023-01-04 19:26:42 +0100 |
| commit | 08de04a87b042a2a9effb5109399a86eef2a2620 (patch) | |
| tree | 59baedd4030abcefc705a18fc992ca18b447edf4 /src | |
| parent | 33a62419a98cf6c31c7b421c20fae554f500de5b (diff) | |
remove fake global gUnk_02022030
part of gBG1Buffer
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileselect.c b/src/fileselect.c index 5324661c..d41126f6 100644 --- a/src/fileselect.c +++ b/src/fileselect.c @@ -1359,7 +1359,7 @@ void sub_0805144C(void) { void sub_08051458(void) { sub_080503A8(gMenu.column_idx + 9); - MemCopy(gBG3Buffer + 0x80, &gUnk_02022030, 0x400); + MemCopy(&gBG3Buffer[0x80], &gBG1Buffer[0x80], 0x400); } u32 sub_080514BC(u32); |
