You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
give/takeitem *, 1: the 1 is optional
This commit is contained in:
@@ -2021,7 +2021,7 @@ Function2b74:: ; 0x2b74
|
||||
Function2bae:: ; 2bae
|
||||
call DisableLCD
|
||||
call ClearSprites
|
||||
callba Function14168
|
||||
callba RefreshSprites
|
||||
call LoadStandardFont
|
||||
call LoadFontsExtra
|
||||
ld a, [hROMBank]
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user