ref: 7e92d5ba8c7d7c255a49bce76239ec12d6398cef
dir: /engine/events/saffron_guards.asm/
RemoveGuardDrink:: ld hl, GuardDrinksList .drinkLoop ld a, [hli] ld [hItemToRemoveID], a and a ret z push hl ld b, a call IsItemInBag pop hl jr z, .drinkLoop jpba RemoveItemByID INCLUDE "data/items/guard_drink_items.asm"