diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-16 16:01:45 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-16 16:46:32 -0500 |
commit | 435b0cf686e55bbe60acbce1e6154b0c2450bbac (patch) | |
tree | 23375ad339f07ed9bc5a2a1be7eb98f414e44ea8 /battle/anim_commands.asm | |
parent | 4b5424368f09ff83bfdd2454a4fd06985f5ff54d (diff) |
Options menu, some mobile fns
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index fed2c9236..064920afe 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1172,7 +1172,7 @@ BattleAnimCmd_BeatUp: ; cc776 (33:4776) .done pop af ld [CurPartySpecies], a ; CurPartySpecies - ld b, $1 + ld b, SCGB_01 call GetSGBLayout pop af ld [rSVBK], a |