mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
10 lines
160 B
NASM
10 lines
160 B
NASM
; items which close the item menu when used
|
|
UsableItems_CloseMenu:
|
|
db ESCAPE_ROPE
|
|
db ITEMFINDER
|
|
db POKE_FLUTE
|
|
db OLD_ROD
|
|
db GOOD_ROD
|
|
db SUPER_ROD
|
|
db $ff
|