Skip to content

Commit 22ce90b

Browse files
committed
pokemon_data: update for new sprite sizes
Update all_sprites spritesheet using newer sizes Signed-off-by: Kris Bahnsen <[email protected]>
1 parent a32c6f1 commit 22ce90b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/all_sprites.fxbm

45.6 KB
Binary file not shown.

pokemon_data.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define RECALC_TYPES 0x40
2828
#define RECALC_ALL 0xFF
2929

30-
#define FXBM_SPRITE_SIZE 362 // Each 50x50 sprite
30+
#define FXBM_SPRITE_SIZE 404 // Each 56x56 sprite
3131

3232
/* Text lookups to make debug output cleaner and easier to parse as a human */
3333
static char* stat_text_get(DataStat stat) {
@@ -351,7 +351,7 @@ void pokemon_default_nickname_set(char* dest, PokemonData* pdata, size_t n) {
351351
}
352352
}
353353

354-
/* Each sprite 50x50 is 362 bytes long */
354+
/* Each sprite 56x56 is 404 bytes long */
355355
uint8_t* pokemon_icon_get(PokemonData* pdata, int num) {
356356
furi_assert(pdata);
357357
File* file;

0 commit comments

Comments
 (0)