ref: ecd2eb2447bf4dee4ec3be35f881c7e7102adb1b
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"