ref: 9e8caa1a10e238f2a7aaae0cbd697fdd7a21ae9d
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"