summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-04 20:20:14 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-04 20:20:14 -0500
commit3cadc7b012c3d11f227d71814f729952d0f56c21 (patch)
treebaebe666292937ae3f70b42d83dad214c8eb192e /home
parent7fd20e63223e777872618b3eac7cf49f8b105fec (diff)
give/takeitem *, 1: the 1 is optional
Diffstat (limited to 'home')
-rw-r--r--home/map.asm2
-rw-r--r--home/map_objects.asm6
2 files changed, 4 insertions, 4 deletions
diff --git a/home/map.asm b/home/map.asm
index 16b2456ab..fd68e5442 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -2021,7 +2021,7 @@ Function2b74:: ; 0x2b74
Function2bae:: ; 2bae
call DisableLCD
call ClearSprites
- callba Function14168
+ callba RefreshSprites
call LoadStandardFont
call LoadFontsExtra
ld a, [hROMBank]
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 36750b1eb..66fd3f753 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -52,18 +52,18 @@ endr
ret
; 1836
-Function1836:: ; 1836
+DoesSpriteHaveFacings:: ; 1836
push de
push hl
ld b, a
ld a, [hROMBank]
push af
- ld a, BANK(Function142a7)
+ ld a, BANK(_DoesSpriteHaveFacings)
rst Bankswitch
ld a, b
- call Function142a7
+ call _DoesSpriteHaveFacings
ld c, a
pop de