diff options
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index b5a31f0bd..2a77ae0ca 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -5095,9 +5095,7 @@ BattleCommand48: ; 35b33 push bc ld b, a - ld hl, $45ec - ld a, $f - rst $8 + callab Function3c5ec ld a, b pop bc @@ -11024,25 +11022,19 @@ GetMoveByte: ; 37ebb Function0x37ec0: ; 37ec0 - ld a, $3e - ld hl, $7d54 - rst $8 + callba Functionfbd54 ret ; 37ec7 Function0x37ec7: ; 37ec7 - ld a, $3e - ld hl, $7d71 - rst $8 + callba Functionfbd71 ret ; 37ece Function0x37ece: ; 37ece - ld a, $3e - ld hl, $7d69 - rst $8 + callba Functionfbd69 ret ; 37ed5 @@ -11052,9 +11044,7 @@ Function0x37ed5: ; 37ed5 push hl push de push bc - ld a, $13 - ld hl, $6a44 - rst $8 + callba Function4ea44 pop bc pop de pop hl |