ref: 6b5be9129cabe72b9f775b02db1bf7e7169153da
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"