diff options
author | yenatch <yenatch@gmail.com> | 2013-12-02 14:18:03 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-02 14:18:03 -0500 |
commit | 3de254f7a2db89070f8821646885d438c74c0ad3 (patch) | |
tree | 8002fc04e89f291d9cb9132b7545a40b2ad09b35 /battle/effect_commands.asm | |
parent | ce37f0f9708a4e30761a510931672120d776e46c (diff) |
more 3pt macro labels; shorten 3pt macros to take just a label
static addresses should be avoided anyway
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 2456dd91a..66e1ae235 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -9687,33 +9687,33 @@ BattleCommand67: ; 379c9 ld c, 50 call DelayFrames - call $1d6e + call Function1d6e callba Function3d2f7 callba Function3d380 - call $3317 + call ClearPalettes callba Function3ed9f - call $1c17 - call $300b + call Function1c17 + call ClearSprites ld hl, $c4a1 ld bc, $040a call ClearBox ld b, 1 - call $3340 - call $32f9 + call GetSGBLayout + call Function32f9 call Function0x37a67 callba Function3d2e0 jp c, EndMoveEffect - ld hl, $6459 + ld hl, Function3e459 call CallBankF call Function0x37ab1 |