diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-11-20 10:47:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-20 08:47:46 -0800 |
commit | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (patch) | |
tree | 35a8d3954aa03fb00d061d7603d28af0111bb516 /src/code_8012A18_1.c | |
parent | 13552719886449c45aa0a06caccb7d7491382d9c (diff) |
Labeled more symbols (#77)
* Labeled more symbols
* Fixed comment typo
* Renamed some functions
Diffstat (limited to 'src/code_8012A18_1.c')
-rw-r--r-- | src/code_8012A18_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_8012A18_1.c b/src/code_8012A18_1.c index d5b6be7..d654e57 100644 --- a/src/code_8012A18_1.c +++ b/src/code_8012A18_1.c @@ -176,7 +176,7 @@ void sub_8016110(void) else { sub_80922B4(gAvailablePokemonNames,gUnknown_203B200->pokeName, POKEMON_NAME_LENGTH); } - // Is the name {COLOR_1 CYAN}$m0{END_COLOR_TEXT_1} OK? + // Is the name {COLOR_1 CYAN}{ARG_POKEMON_0}{END_COLOR_TEXT_1} OK? sub_8014248(&gUnknown_80DB688,0,3,gUnknown_203B200->menus,0,4,0,0,0x20); break; |