From 938a88551f6ddefb7f696b738696c8ce2d8e0e36 Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Sat, 20 Nov 2021 10:47:46 -0600 Subject: Labeled more symbols (#77) * Labeled more symbols * Fixed comment typo * Renamed some functions --- src/code_801AFA4.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/code_801AFA4.c') diff --git a/src/code_801AFA4.c b/src/code_801AFA4.c index e60fec1..03183ae 100644 --- a/src/code_801AFA4.c +++ b/src/code_801AFA4.c @@ -126,7 +126,7 @@ void sub_801B080(void) case 0: sub_801B178(); // #+Who will learn the move - // #+{COLOR_1 CYAN}$m7{END_COLOR_TEXT_1}? + // #+{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,8 +140,8 @@ void sub_801B080(void) gTeamInventory_203B460->teamItems[gUnknown_203B22C->teamItemIndex].itemIndex = ITEM_ID_USED_TM; } PlaySound(0x9C << 1); - // #+CM$m8{END_COLOR_TEXT_1} learned - // #+the move {COLOR_1 CYAN}$m7{END_COLOR_TEXT_1}! + // #+CM{ARG_POKEMON_8}{END_COLOR_TEXT_1} learned + // #+the move {COLOR_1 CYAN}{ARG_POKEMON_7}{END_COLOR_TEXT_1}! sub_80141B4(&gUnknown_80DB9E4, 0, 0, 0x121); break; case 3: -- cgit v1.2.3