Convert item_graphics.inc to C
I have tried to group the items that share the same icon but have different palettes where possible. This commit also splits data/graphics.s into two files.
This commit is contained in:
@@ -1133,6 +1133,8 @@ SECTIONS {
|
||||
ALIGN(4)
|
||||
{
|
||||
data/graphics.o(gfx_data);
|
||||
src/item_graphics.o(.rodata);
|
||||
data/graphics2.o(gfx_data);
|
||||
} =0
|
||||
|
||||
/* Discard everything not specifically mentioned above. */
|
||||
|
||||
Reference in New Issue
Block a user