mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-06 10:43:24 -05:00
8 lines
188 B
C
8 lines
188 B
C
#ifndef POKEDIAMOND_CONSTANTS_STD_SCRIPT_H
|
|
#define POKEDIAMOND_CONSTANTS_STD_SCRIPT_H
|
|
|
|
#define std_menu_cut 10008
|
|
#define std_menu_surf 10012
|
|
|
|
#endif // POKEDIAMOND_CONSTANTS_STD_SCRIPT_H
|