diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-10 00:47:00 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-17 13:10:23 -0600 |
commit | 3456578c0fac0e6a122898bb5f44e08bb835f934 (patch) | |
tree | f8253f28368ccadbe107e1c47a8039a4e9f7c3fc /src/graphics.c | |
parent | f6275cce57125ad6c54a5edd14a03517a34a1b61 (diff) |
Move berry crush data to src
Diffstat (limited to 'src/graphics.c')
-rw-r--r-- | src/graphics.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/graphics.c b/src/graphics.c index f6a064d57..e1e7a444c 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -1576,8 +1576,7 @@ const u32 gUnknown_08DE3060[] = INCBIN_U32("graphics/frontier_pass/tiles.bin.lz" const u16 gUnknown_08DE3350[] = INCBIN_U16("graphics/frontier_pass/tilemap1.bin"); const u16 gUnknown_08DE3374[] = INCBIN_U16("graphics/frontier_pass/tilemap2.bin"); -// berry crusher - +// Berry Crush const u16 gUnknown_08DE3398[] = INCBIN_U16("graphics/berry_crusher/tiles.gbapal"); const u32 gUnknown_08DE34B8[] = INCBIN_U32("graphics/berry_crusher/tiles.4bpp.lz"); const u32 gUnknown_08DE3FD4[] = INCBIN_U32("graphics/berry_crusher/tiles.bin.lz"); |