diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 16:38:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 16:38:51 -0600 |
commit | 8e1c66d8bd01807285b05d8333f36cd2d70e062c (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /src/code_801AFA4.c | |
parent | 087405b9d975b447ef7b17afd1e73e449cc7881b (diff) | |
parent | 0369264407563b64d60c885f8bf79322b6f663c8 (diff) |
Merge pull request #85 from AnonymousRandomPerson/master
More AI decomp
Diffstat (limited to 'src/code_801AFA4.c')
-rw-r--r-- | src/code_801AFA4.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/code_801AFA4.c b/src/code_801AFA4.c index 117b34b..e12bd0d 100644 --- a/src/code_801AFA4.c +++ b/src/code_801AFA4.c @@ -125,8 +125,8 @@ void sub_801B080(void) { case 0: sub_801B178(); - // #+Who will learn the move - // #+{COLOR_1 CYAN}{ARG_POKEMON_7}{END_COLOR_TEXT_1}? + // {CENTER_ALIGN}Who will learn the move + // {CENTER_ALIGN}{COLOR_1 CYAN}{ARG_POKEMON_7}{END_COLOR_TEXT_1}? sub_8014248(&gUnknown_80DB9BC, 0, gUnknown_203B22C->unk60, gUnknown_203B22C->menuItems, 0, 4, 0, 0, 0x20); break; case 1: @@ -140,13 +140,13 @@ void sub_801B080(void) gTeamInventory_203B460->teamItems[gUnknown_203B22C->teamItemIndex].itemIndex = ITEM_ID_USED_TM; } PlaySound(0x9C << 1); - // #+CM{ARG_POKEMON_8}{END_COLOR_TEXT_1} learned - // #+the move {COLOR_1 CYAN}{ARG_POKEMON_7}{END_COLOR_TEXT_1}! + // {CENTER_ALIGN}CM{ARG_POKEMON_8}{END_COLOR_TEXT_1} learned + // {CENTER_ALIGN}the move {COLOR_1 CYAN}{ARG_POKEMON_7}{END_COLOR_TEXT_1}! sub_80141B4(&gUnknown_80DB9E4, 0, 0, 0x121); break; case 3: - // #+No one in the current team - // #+can learn this move. + // {CENTER_ALIGN}No one in the current team + // {CENTER_ALIGN}can learn this move. sub_80141B4(&gUnknown_80DBA0C, 0, 0, 0x121); break; default: |