ref: ccb01731fe8cd44ae4c8840ee8ddc02e6bdea97e
dir: /engine/events/saffron_guards.asm/
RemoveGuardDrink:: ld hl, GuardDrinksList .drinkLoop ld a, [hli] ld [$ffdb], 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"