diff options
| author | BlueZangoose <113498143+BlueZangoose@users.noreply.github.com> | 2022-09-25 19:17:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 14:17:39 -0400 |
| commit | 0f5a9eb1465c76426034a68caa2ff350d29716e0 (patch) | |
| tree | 73b947d740868c50a99d3a86259415a605e35d39 /Makefile | |
| parent | Use a SPRITE_SET_LENGTH constant (diff) | |
| download | pokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.tar.gz pokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.tar.xz pokeyellow-0f5a9eb1465c76426034a68caa2ff350d29716e0.zip | |
Change names of move subanimations to be meaningful (#389)
Co-authored-by: Rangi <remy.oukaour+rangi42@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -153,8 +153,8 @@ pokeblue_vc_opt = -jsv -n 0 -k 01 -l 0x33 -m 0x13 -r 03 -t "POKEMON BLUE" ### Misc file-specific graphics rules -gfx/battle/attack_anim_1.2bpp: tools/gfx += --trim-whitespace -gfx/battle/attack_anim_2.2bpp: tools/gfx += --trim-whitespace +gfx/battle/move_anim_0.2bpp: tools/gfx += --trim-whitespace +gfx/battle/move_anim_1.2bpp: tools/gfx += --trim-whitespace gfx/intro/blue_jigglypuff_1.2bpp: rgbgfx += -h gfx/intro/blue_jigglypuff_2.2bpp: rgbgfx += -h |
