diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-21 01:52:46 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-21 01:52:46 -0400 |
commit | d5ddd9e54ec2422d6f1cd7c561c1750512d0a81d (patch) | |
tree | 61cb1021673d8a9b7b1cdddc64d90053a8476e8b /battle | |
parent | 5631bdc0d7f90d5036b71489883d787715983d41 (diff) |
Move radio code to its own file
Diffstat (limited to 'battle')
-rw-r--r-- | battle/core.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm index 367af1754..4dd60c891 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -4360,7 +4360,7 @@ Function3dc5b: ; 3dc5b jr z, .asm_3dcc0 ld a, [wc71a] - call Function399f + call UpdateBattleMon ld hl, BattleMonHP ld a, [hli] or [hl] |