Separate home/battle_vars.asm for easy data editing, same as home/hm_moves.asm

This commit is contained in:
Rangi
2018-01-25 18:10:41 -05:00
parent dcc0ca9b83
commit 7d3ad2136a
4 changed files with 120 additions and 97 deletions

View File

@@ -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