mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-17 02:22:29 +13:00
Function3493 is now labeled CheckBagItemExist.
hg-commit-id: 8afe60ff982a
This commit is contained in:
parent
db8de333af
commit
e590a10b81
|
|
@ -1090,7 +1090,7 @@ HiddenPrefix:
|
||||||
|
|
||||||
INCBIN "baserom.gbc",$3040,$3493 - $3040
|
INCBIN "baserom.gbc",$3040,$3493 - $3040
|
||||||
|
|
||||||
Function3493: ; 3493
|
CheckBagItemExist: ; $3493: ; 3493
|
||||||
; XXX what does this do
|
; XXX what does this do
|
||||||
; related to Pokémon Tower and ghosts
|
; related to Pokémon Tower and ghosts
|
||||||
ld a,$1C
|
ld a,$1C
|
||||||
|
|
@ -12146,7 +12146,7 @@ Function583A: ; 583A
|
||||||
cp a,$95 ; Pokémon Tower
|
cp a,$95 ; Pokémon Tower
|
||||||
jr nc,.next\@
|
jr nc,.next\@
|
||||||
ld b,SILPH_SCOPE
|
ld b,SILPH_SCOPE
|
||||||
call Function3493
|
call CheckBagItemExist ; $3493
|
||||||
ret z
|
ret z
|
||||||
.next\@
|
.next\@
|
||||||
ld a,1
|
ld a,1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue