summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawakita <sawakitanoodles@gmail.com>2012-01-08 14:07:32 +0100
committerSawakita <sawakitanoodles@gmail.com>2012-01-08 14:07:32 +0100
commite590a10b8136656570d84af27f2907f2e1f57e3c (patch)
tree9dc4e26f850b66bd83c6ad97b147b4d4561467cc
parentdb8de333af915062d2317cf1b10c2c42f8df0431 (diff)
Function3493 is now labeled CheckBagItemExist.
hg-commit-id: 8afe60ff982a
-rw-r--r--pokered.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokered.asm b/pokered.asm
index 102127d5..e25e9c81 100644
--- a/pokered.asm
+++ b/pokered.asm
@@ -1090,7 +1090,7 @@ HiddenPrefix:
INCBIN "baserom.gbc",$3040,$3493 - $3040
-Function3493: ; 3493
+CheckBagItemExist: ; $3493: ; 3493
; XXX what does this do
; related to Pokémon Tower and ghosts
ld a,$1C
@@ -12146,7 +12146,7 @@ Function583A: ; 583A
cp a,$95 ; Pokémon Tower
jr nc,.next\@
ld b,SILPH_SCOPE
- call Function3493
+ call CheckBagItemExist ; $3493
ret z
.next\@
ld a,1