diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-08-23 10:13:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 10:13:36 -0400 |
commit | 376c64468bab8d162da43fc6e1b6f0942943cf43 (patch) | |
tree | dec3dcf9d00c4b97d510b853797be3cc7eab9c10 /constants | |
parent | edb624c20ceb50eef9d73a5df0ac041cc156dd32 (diff) | |
parent | 33ff8f2aed95ec9d1d45d91c36a6d44a6edfce74 (diff) |
Merge pull request #554 from Rangi42/master
[RTM] Miscellaneous fixes
Diffstat (limited to 'constants')
-rw-r--r-- | constants/menu_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/menu_constants.asm b/constants/menu_constants.asm index 7c5f23377..bf6945bf4 100644 --- a/constants/menu_constants.asm +++ b/constants/menu_constants.asm @@ -33,7 +33,7 @@ shift_const SCROLLINGMENU_ENABLE_SELECT ; MonMenuOptions indexes (see data/mon_menu.asm) -; used by PokemonActionSubmenu (see engine/menus/start_menu.asm) +; used by PokemonActionSubmenu (see engine/pokemon/mon_menu.asm) const_def 1 ; moves const MONMENUITEM_CUT ; 1 |