diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-10-14 11:53:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-10-14 11:53:12 -0700 |
commit | 80329c54897a545b9b8b3e82b686b09f295bb67a (patch) | |
tree | 322ca10c3e768cabfba250f1c7879b246a0781b6 /battle/hidden_power.asm | |
parent | 94d4c89e093b76a0964114bd7a370046e70e965e (diff) | |
parent | cf966bb824ce0ffe384291cd51aa96a2dd86e839 (diff) |
Merge pull request #210 from yenatch/master
contest mons, fixed dumb labels, fixed more lz dumps, game freak logo, roofs
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 |