summaryrefslogtreecommitdiff
path: root/home/items.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/items.asm')
-rwxr-xr-xhome/items.asm8
1 files changed, 0 insertions, 8 deletions
diff --git a/home/items.asm b/home/items.asm
index f37a4df..5df4d13 100755
--- a/home/items.asm
+++ b/home/items.asm
@@ -1,10 +1,6 @@
INCLUDE "constants.asm"
-; if DEBUG
SECTION "home/items.asm@TossItem", ROM0
-; else
-; SECTION "TossItem", ROM0[$3207]
-; endc
TossItem: ; 00:3243
ldh a, [hROMBank]
@@ -45,11 +41,7 @@ ReceiveItem:: ; 3259
pop bc
ret
-; if DEBUG
SECTION "home/items.asm@GiveItem", ROM0
-; else
-; SECTION "GiveItem", ROM0[$3630]
-; endc
GiveItem::
; Give player quantity c of item b,