Revise some constant definitions

This commit is contained in:
Rangi
2021-03-16 17:53:42 -04:00
parent 52bcd78290
commit 3684296583
27 changed files with 91 additions and 80 deletions

View File

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