diff options
author | Jo Ruby P <jorubyp@gmail.com> | 2018-07-28 16:36:17 +0100 |
---|---|---|
committer | Jo Ruby P <jorubyp@gmail.com> | 2018-07-28 16:36:17 +0100 |
commit | ca5a41700d0404c391bcdba8bebb7d862938a3c7 (patch) | |
tree | 0cfbe6989eb1f97d933dc7ce369b32ffffd5fd2c /data | |
parent | 1a378c07c6f95a6805d96852e55e3847e32c03b5 (diff) |
gUnknown_08E77004 is now gBagScreen_Tilemap and corresponding unknown_E77004.bin is now bag_screen.bin and moved into interface
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics.s b/data/graphics.s index 7970dc904..f48723501 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -3225,8 +3225,8 @@ gBagScreenMale_Pal:: @ 8E76F94 gBagScreenFemale_Pal:: @ 8E76FCC .incbin "graphics/interface/bag_screen_female.gbapal.lz" -gUnknown_08E77004:: @ 8E77004 - .incbin "graphics/unknown/unknown_E77004.bin" +gBagScreen_Tilemap:: @ 8E77004 + .incbin "graphics/interface/bag_screen.bin" .align 2 gBuyMenuFrame_Gfx:: @ 8E77804 |