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:
Slawter666
2018-05-05 23:27:26 +01:00
parent 22ec43a6ed
commit 546217d281
5 changed files with 2058 additions and 3201 deletions
+2
View File
@@ -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. */