diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-10 11:01:29 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-10 11:09:57 -0500 |
commit | 2e80477ea11c265e69658b852c57097fd8a21492 (patch) | |
tree | 3df0755d3a2468805117b4ff8f34d10f53df3734 /include/strings2.h | |
parent | c5bcb67bb871a445b20bbc0c226bc290dc5ba6bc (diff) |
Label move_tutor_menu.c
Diffstat (limited to 'include/strings2.h')
-rw-r--r-- | include/strings2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/strings2.h b/include/strings2.h index 8052c6c4a..50197ccde 100644 --- a/include/strings2.h +++ b/include/strings2.h @@ -186,7 +186,7 @@ extern const u8 gEggNickname[]; extern const u8 gOtherText_HatchedFromEgg[]; extern const u8 gOtherText_NickHatchPrompt[]; -// learn_move +// move_tutor_menu extern const u8 OtherText_Battle[]; extern const u8 OtherText_Contest[]; @@ -194,7 +194,7 @@ extern const u8 OtherText_Contest[]; extern const u8 OtherText_Type[]; extern const u8 OtherText_PP[]; -// learn_move +// move_tutor_menu extern const u8 OtherText_Power[]; extern const u8 OtherText_Accuracy[]; extern const u8 OtherText_Appeal[]; |