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