mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

Pushing everything I've done, currently doesn't build because the Galarian Birds filesize is too thicc for the section but I need to push this before I go mad
9 lines
160 B
NASM
9 lines
160 B
NASM
; items which close the item menu when used
|
|
UsableItems_CloseMenu:
|
|
db ESCAPE_ROPE
|
|
db ITEMFINDER
|
|
db POKE_FLUTE
|
|
db FISHING_ROD
|
|
db POCKET_LAPRAS
|
|
db -1 ; end
|