diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:39:48 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:39:48 -0500 |
| commit | a849c3557b8ee3dd2b464ccdc646aebd33d7b2a7 (patch) | |
| tree | 1de41038085c5bcf76985b4ca3f6be4735c4dff8 /constants | |
| parent | a3242b4ad45bc029461166d1aa6151892b60269e (diff) | |
More comments
Fix some constants
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 3 | ||||
| -rw-r--r-- | constants/pokemon_constants.asm | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 9a3323509..1914d7a29 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -17,6 +17,9 @@ MIN_NEUTRAL_DAMAGE EQU 2 REST_SLEEP_TURNS EQU 2 TREEMON_SLEEP_TURNS EQU 7 +; default move priority +BASE_PRIORITY EQU 1 + ; PlayerStatLevels and EnemyStatLevels indexes ; used for GetStatName const_def diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index fc9a5c08d..3585624bd 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -18,7 +18,6 @@ ; - BitmasksPointers (see gfx/pokemon/bitmask_pointers.asm) ; - FramesPointers (see gfx/pokemon/frame_pointers.asm) ; - Footprints (see gfx/footprints.asm) -; - SortedPokemon (see mobile/fixed_words.asm) const_value set 1 const BULBASAUR ; 01 const IVYSAUR ; 02 |
