ref: 209ecc1919f561e4a0a5a79fb1fbb4956c3338ba
dir: /engine/overworld/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/guard_drink_items.asm"