diff options
author | Bryan Bishop <kanzure@gmail.com> | 2014-01-27 06:51:01 -0800 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2014-01-27 06:51:01 -0800 |
commit | 94c9f59f459e7a96c9e1febfac45e20e5bfce759 (patch) | |
tree | 8e4477cfd7b8ef0e2f4ee2511b252d6e19f40ec2 /items | |
parent | 056c2403667a6670815528e220b4e1e4ea974e32 (diff) | |
parent | 08a0462c1e588c2efb99097cf1e9b314f600b009 (diff) |
Merge pull request #224 from yenatch/moves
Clean up the battle core and specify type categories
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index e602b3d34..9118fb4f0 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1542,7 +1542,7 @@ Functionf030: ; f030 (3:7030) res 7, [hl] .asm_f04f push bc - callba Function0x365d7 + callba Function365d7 pop bc ret @@ -2343,7 +2343,7 @@ XSpecial: ; f4c5 ld [hBattleTurn], a ld [AttackMissed], a ld [$c70d], a - callba Function0x361ef + callba Function361ef call WaitSFX callba BattleCommand8c |