summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-01-22 22:05:13 -0500
committerU-Daniel-PC\Daniel <corrnondacqb@yahoo.com>2015-01-22 22:13:21 -0500
commit49a25618ea7316741b7838f111da311ba66a381c (patch)
tree9bd13c92445f348acf771297bc2737c04c55fe60 /home.asm
parent01095f77943b9a7fd0432a6ad2e5c18f2d3e66ae (diff)
Clean up white space, fix label typo
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index a4882007..133eb83b 100644
--- a/home.asm
+++ b/home.asm
@@ -2712,7 +2712,7 @@ IsItemInBag:: ; 3493 (0:3493)
; set zero flag if item isn't in player's bag
; else reset zero flag
; related to Pokémon Tower and ghosts
- predef IsItemInBag_
+ predef IsItemInBag_
ld a,b
and a
ret