From c955c8d353f63c07cc4ac71160e4a13061192c8a Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Thu, 14 Jun 2018 21:46:09 -0400 Subject: Disassembled teleport --- engine/items/inventory.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engine/items') diff --git a/engine/items/inventory.asm b/engine/items/inventory.asm index a95f2ac..5927f6d 100755 --- a/engine/items/inventory.asm +++ b/engine/items/inventory.asm @@ -596,7 +596,8 @@ GetNumberedTMHM: ; 03:4D1A SECTION "_CheckTossableItem", ROMX[$53AD], BANK[$03] -; Return 1 in wItemAttributeParamBuffer and carry if wCurItem can't be removed from the bag. +; Return 1 in wItemAttributeParamBuffer and +; carry if wCurItem can't be removed from the bag. _CheckTossableItem: ; 03:53AD ld a, ITEMATTR_PERMISSIONS call GetItemAttr @@ -605,7 +606,8 @@ _CheckTossableItem: ; 03:53AD and a ret -; Return 1 in wItemAttributeParamBuffer and carry if wCurItem can't be selected. +; Return 1 in wItemAttributeParamBuffer +; and carry if wCurItem can't be selected. CheckSelectableItem: ; 03:53B8 ld a, ITEMATTR_PERMISSIONS call GetItemAttr -- cgit v1.2.3