Conflicts: include/battle.h include/constants/expansion.h include/graphics.h src/battle_bg.c src/battle_util.c src/data/graphics/battle_terrain.h src/data/graphics/pokemon.h src/pokeblock_feed.c src/pokemon_sprite_visualizer.c
14 lines
355 B
C
14 lines
355 B
C
#ifndef GUARD_CONSTANTS_EXPANSION_H
|
|
#define GUARD_CONSTANTS_EXPANSION_H
|
|
|
|
// Last version: 1.11.2
|
|
#define EXPANSION_VERSION_MAJOR 1
|
|
#define EXPANSION_VERSION_MINOR 12
|
|
#define EXPANSION_VERSION_PATCH 0
|
|
|
|
// FALSE if this this version of Expansion is not a tagged commit, i.e.
|
|
// it contains unreleased changes.
|
|
#define EXPANSION_TAGGED_RELEASE FALSE
|
|
|
|
#endif
|