give/takeitem *, 1: the 1 is optional

This commit is contained in:
PikalaxALT
2015-11-04 20:20:14 -05:00
parent 7fd20e6322
commit 3cadc7b012
108 changed files with 1722 additions and 1663 deletions

View File

@@ -2021,7 +2021,7 @@ Function2b74:: ; 0x2b74
Function2bae:: ; 2bae
call DisableLCD
call ClearSprites
callba Function14168
callba RefreshSprites
call LoadStandardFont
call LoadFontsExtra
ld a, [hROMBank]

View File

@@ -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