summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-21 01:52:46 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-21 01:52:46 -0400
commitd5ddd9e54ec2422d6f1cd7c561c1750512d0a81d (patch)
tree61cb1021673d8a9b7b1cdddc64d90053a8476e8b /home/battle.asm
parent5631bdc0d7f90d5036b71489883d787715983d41 (diff)
Move radio code to its own file
Diffstat (limited to 'home/battle.asm')
-rw-r--r--home/battle.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/battle.asm b/home/battle.asm
index 832792d88..9b89e673c 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -91,7 +91,7 @@ UpdateBattleMonInParty:: ; 399c
ld a, [CurBattleMon]
-Function399f:: ; 399f
+UpdateBattleMon:: ; 399f
ld hl, PartyMon1Level
call GetPartyLocation
@@ -262,7 +262,7 @@ endr
; 3a90
-Function3a90:: ; 3a90
+FarJumpText:: ; 3a90
inc hl
ld a, [hROMBank]
push af