mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-26 13:23:04 -04: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
|