diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 13:37:21 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-03 13:37:21 -0400 |
| commit | 9824a5762008d083ea149af477a3093b89d269a7 (patch) | |
| tree | 84359c2f08878986c4b7486f576c8b9280840f7e /constants/main_menu_constants.asm | |
| parent | 75e4f784924393ccedb27f2831e5a36fe11bada5 (diff) | |
| parent | 3fab27f221a8d5400d4b203809ff9b13355d55a3 (diff) | |
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld
Diffstat (limited to 'constants/main_menu_constants.asm')
| -rw-r--r-- | constants/main_menu_constants.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/constants/main_menu_constants.asm b/constants/main_menu_constants.asm new file mode 100644 index 0000000..033e396 --- /dev/null +++ b/constants/main_menu_constants.asm @@ -0,0 +1,12 @@ + const_def + const M_NEW_GAME + const M_CONTINUE + const M_PLAY_GAME + const M_SET_TIME + + const_def + const CONTINUE + const NEW_GAME + const OPTION + const PLAY_POKEMON + const SET_TIME
\ No newline at end of file |
