diff options
author | Cheng Hann Gan <chenghanngan.us@gmail.com> | 2021-11-18 12:21:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 09:21:00 -0800 |
commit | a432de845cf81ff5aaae3f0b0fd2bac9b2feb2da (patch) | |
tree | 2afc18de91d97b64502fdd04d1bf7d55ee2cd1f7 /src/code_801AFA4.c | |
parent | bfaa55f2fe3d557570260f6b4956e39c3b0f1218 (diff) |
Expanded charmap usage (#76)
* Added item icons/Hiragana to charmap
* Use color formatting charmap macros
* Removed redundant text formatting macros
Diffstat (limited to 'src/code_801AFA4.c')
-rw-r--r-- | src/code_801AFA4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_801AFA4.c b/src/code_801AFA4.c index 14b9e99..e60fec1 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 - // #+#C5$m7#R? + // #+{COLOR_1 CYAN}$m7{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#R learned - // #+the move #C5$m7#R! + // #+CM$m8{END_COLOR_TEXT_1} learned + // #+the move {COLOR_1 CYAN}$m7{END_COLOR_TEXT_1}! sub_80141B4(&gUnknown_80DB9E4, 0, 0, 0x121); break; case 3: |