Clean up pokemon/ball/dex mentions in comments
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
#define PICS_COUNT 8
|
||||
|
||||
// Needs to be large enough to store either a decompressed pokemon pic or trainer pic
|
||||
// Needs to be large enough to store either a decompressed Pokémon pic or trainer pic
|
||||
#define PIC_SPRITE_SIZE max(MON_PIC_SIZE, TRAINER_PIC_SIZE)
|
||||
#define MAX_PIC_FRAMES max(MAX_MON_PIC_FRAMES, MAX_TRAINER_PIC_FRAMES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user