diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-25 18:10:41 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-25 18:10:41 -0500 |
| commit | 7d3ad2136aac8483fa89a4ad0ac7608cd45658a9 (patch) | |
| tree | 28e3c449d9f443bac446313117f6a45ddbc25bf2 /constants | |
| parent | dcc0ca9b8396505455b5ca6c8ff36440bef8de7e (diff) | |
Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asm
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 816625e60..6f4f48669 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -96,7 +96,7 @@ const_value set 1 const BATTLETYPE_CELEBI const BATTLETYPE_SUICUNE -; GetBattleVar and GetBattleVarAddr arguments (see home/battle.asm) +; BattleVarPairs indexes (see home/battle.asm) const_def const BATTLE_VARS_SUBSTATUS1 const BATTLE_VARS_SUBSTATUS2 @@ -120,7 +120,7 @@ const_value set 1 const BATTLE_VARS_LAST_MOVE const BATTLE_VARS_LAST_MOVE_OPP -; GetBattleVar and GetBattleVarAddr internal indexes (see home/battle.asm) +; BattleVarLocations indexes (see home/battle.asm) const_def const PLAYER_SUBSTATUS_1 const ENEMY_SUBSTATUS_1 |
