diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2022-03-05 12:28:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-05 12:28:07 -0500 |
| commit | b7a624077caceaccb9159140c5d6cd4db8c3a792 (patch) | |
| tree | 37d491e58cdb21020f1fa1f7b1521aed44864033 /include/constants | |
| parent | fdfc8318c7b9f2996be0d0f99f02077c9ca039fb (diff) | |
| parent | 16aacb064835c11204004d8e1115131ef718eeaf (diff) | |
Merge pull request #492 from GriffinRichards/sync-poke-jump
Sync pokemon jump
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/pokemon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 43a6231ca..43a3a59d4 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -225,6 +225,10 @@ #define EVO_MODE_ITEM_USE 2 #define EVO_MODE_ITEM_CHECK 3 // If an Everstone is being held, still want to show that the stone *could* be used on that Pokémon to evolve +#define MON_PIC_WIDTH 64 +#define MON_PIC_HEIGHT 64 +#define MON_PIC_SIZE (MON_PIC_WIDTH * MON_PIC_HEIGHT / 2) + // used by ShouldIgnoreDeoxysForm #define DEOXYS_CHECK_BATTLE_SPRITE 1 #define DEOXYS_CHECK_TRADE_MAIN 3 |
