mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-24 15:37:16 -05:00
10 lines
331 B
NASM
10 lines
331 B
NASM
CeruleanCave2F_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeruleanCave2F_TextPointers:
|
|
def_text_pointers
|
|
dw_const PickUpItemText, TEXT_CERULEANCAVE2F_RARE_CANDY
|
|
dw_const PickUpItemText, TEXT_CERULEANCAVE2F_ULTRA_BALL
|
|
dw_const PickUpItemText, TEXT_CERULEANCAVE2F_MAX_REVIVE
|
|
dw_const PickUpItemText, TEXT_CERULEANCAVE2F_FULL_RESTORE
|