Add MonCoods size macro

This commit is contained in:
GriffinR
2021-11-01 12:02:08 -04:00
parent 7940f121f6
commit 1548e902cd
6 changed files with 934 additions and 920 deletions

View File

@@ -337,7 +337,9 @@
#define NUM_MALE_LINK_FACILITY_CLASSES 8
#define NUM_FEMALE_LINK_FACILITY_CLASSES 8
#define MON_PIC_SIZE (64 * 64 / 2)
#define MON_PIC_WIDTH 64
#define MON_PIC_HEIGHT 64
#define MON_PIC_SIZE (MON_PIC_WIDTH * MON_PIC_HEIGHT / 2)
#define BATTLE_ALIVE_EXCEPT_ACTIVE 0
#define BATTLE_ALIVE_ATK_SIDE 1