summaryrefslogtreecommitdiff
path: root/engine/mon_icons.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:01:49 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-10 15:01:49 -0400
commit6be4cd4da98093bf1b9362c946e693c89e4713ad (patch)
tree88d23a4b4a79f318b918ceeb3ff24c4ef1700b59 /engine/mon_icons.asm
parentbf73772a560ddfdf0b404ba3f85eb26542031b7b (diff)
Local labels starting with lowercase letters are no longer decorated with a trailing colon
Diffstat (limited to 'engine/mon_icons.asm')
-rwxr-xr-xengine/mon_icons.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/mon_icons.asm b/engine/mon_icons.asm
index 6a5c7484f..4b7f03bfb 100755
--- a/engine/mon_icons.asm
+++ b/engine/mon_icons.asm
@@ -202,7 +202,7 @@ SetPartyMonIconAnimSpeed: ; 8e936 (23:6936)
ld [hl], a
ret
-.getspeed: ; 8e94c (23:694c)
+.getspeed ; 8e94c (23:694c)
callba PlacePartymonHPBar
call GetHPPal
ld e, d
@@ -213,7 +213,7 @@ SetPartyMonIconAnimSpeed: ; 8e936 (23:6936)
ret
; 8e95e (23:695e)
-.speeds: ; 8e95e
+.speeds ; 8e95e
db $00, $40, $80
; 8e961