diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 17:33:18 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-09-24 17:33:18 -0400 |
commit | db057eb86b46f5ed152798af50f7858d786d2733 (patch) | |
tree | 4de6ba6ad8c7b227020096a375c0a354c5ff90d3 | |
parent | a66d7e1b438f84bc04eb3f7d3da286882ba55019 (diff) |
Relocate battle_message comment
-rw-r--r-- | gflib/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gflib/text.h b/gflib/text.h index a08d0a0ff..f71cd557f 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -263,12 +263,12 @@ #define PLACEHOLDER_ID_KYOGRE 0xC #define PLACEHOLDER_ID_GROUDON 0xD +// battle placeholders are located in battle_message.h + // Hiragana from 0x1-0x50, Katakana from 0x51-0xA0. // This excludes Japanese punctuation, which end at 0xB0 #define JAPANESE_CHAR_END 0xA0 -// battle placeholders are located in battle_message.h - #define NUM_TEXT_PRINTERS 32 #define TEXT_SPEED_FF 0xFF |