summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-11 12:15:03 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-11 12:26:39 -0400
commit327faac497b4195dbf1d3c8dbfeb2adcda9deb27 (patch)
treec081ba04287f441383f32d18ee0bd2ecafbfc184 /home.asm
parentd42330ed8b591db79c43ef680edc5965d6a7b14b (diff)
Magikarp functions moved to event/magikarp.asm
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index a03c60d63..a7218f26c 100644
--- a/home.asm
+++ b/home.asm
@@ -75,12 +75,12 @@ Function2ebb:: ; 2ebb
ret
; 2ec6
-Function2ec6:: ; 2ec6
+xor_a:: ; 2ec6
xor a
ret
; 2ec8
-Function2ec8:: ; 2ec8
+xor_a_dec_a:: ; 2ec8
xor a
dec a
ret
@@ -1760,7 +1760,7 @@ Function383d:: ; 383d
Function3842:: ; 3842
ld [wd265], a
ld de, wd265
- ld b, 1 << 6 + 1
+ ld b, PRINTNUM_RIGHTALIGN | 1
jp PrintNum
; 384d