diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:08:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:08:25 -0400 |
commit | 2bc8cf5fc11d4ef84022840ad10cd05eaab12ae9 (patch) | |
tree | a51a504112ef948c1ddcb0b7e31c2f285f3b84a9 /home/battle_vars.asm | |
parent | 8b5dde16c3e7f7ad87a095f71cc6b61cf00b2bb8 (diff) |
Revise some constant definitions
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 |