diff options
Diffstat (limited to 'home/battle_vars.asm')
-rw-r--r-- | home/battle_vars.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home/battle_vars.asm b/home/battle_vars.asm index 70567ce7..2cf7b515 100644 --- a/home/battle_vars.asm +++ b/home/battle_vars.asm @@ -1,5 +1,4 @@ GetBattleVar:: -; Preserves hl. push hl call GetBattleVarAddr pop hl @@ -8,7 +7,6 @@ GetBattleVar:: GetBattleVarAddr:: ; Get variable from pair a, depending on whose turn it is. ; There are 21 variable pairs. - push bc ld hl, BattleVarPairs |