diff options
Diffstat (limited to 'battle/hidden_power.asm')
-rw-r--r-- | battle/hidden_power.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/hidden_power.asm b/battle/hidden_power.asm index 995acea2d..3dc40c946 100644 --- a/battle/hidden_power.asm +++ b/battle/hidden_power.asm @@ -94,7 +94,7 @@ GetHiddenPower: ; fbced .GotType push af ld a, BATTLE_VARS_MOVE_TYPE - call GetBattleVarPair + call _GetBattleVar pop af ld [hl], a |