diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-07-29 07:59:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 07:59:32 -0500 |
commit | d99b457ce5e77a65cc49e8b03e9fae563756b207 (patch) | |
tree | 694f23be9250507bab593823594aa1efe6f766d5 /src | |
parent | 1a378c07c6f95a6805d96852e55e3847e32c03b5 (diff) | |
parent | c77da88c92ca9f5f35f15a8556baa78ce3be5631 (diff) |
Merge pull request #663 from hiddenruby/master
gUnknown_08E77004 named moved into interface, and fixed typo in Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/item_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/item_menu.c b/src/item_menu.c index 71516c0a4..915aa5183 100644 --- a/src/item_menu.c +++ b/src/item_menu.c @@ -538,7 +538,7 @@ static bool8 LoadBagGraphicsMultistep(void) ewramBagSetupStep++; break; case 1: - CpuCopy16(gUnknown_08E77004, gBGTilemapBuffers[2], 0x800); + CpuCopy16(gBagScreen_Tilemap, gBGTilemapBuffers[2], 0x800); ewramBagSetupStep++; break; case 2: @@ -742,7 +742,7 @@ static void sub_80A37F8(u8 taskId) static void sub_80A3954(u16 *a) { - CpuCopy16(gUnknown_08E77004, a, 0x800); + CpuCopy16(gBagScreen_Tilemap, a, 0x800); } static void sub_80A396C(u16 *a, u8 b, u8 c, u8 d) |