diff options
Diffstat (limited to 'home/battle.asm')
-rw-r--r-- | home/battle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/battle.asm b/home/battle.asm index 809b0d843..5c7487ff5 100644 --- a/home/battle.asm +++ b/home/battle.asm @@ -139,12 +139,12 @@ UpdateBattleHuds:: ; 39d4 GetBattleVar:: ; 39e1 ; Preserves hl. push hl - call _GetBattleVar + call GetBattleVarAddr pop hl ret ; 39e7 -_GetBattleVar:: ; 39e7 +GetBattleVarAddr:: ; 39e7 ; Get variable from pair a, depending on whose turn it is. ; There are 21 variable pairs. |