Sync/document battle_message.c
This commit is contained in:
@@ -1369,7 +1369,7 @@ static void MoveSelectionDisplayMoveNames(void)
|
||||
for (i = 0; i < MAX_MON_MOVES; ++i)
|
||||
{
|
||||
MoveSelectionDestroyCursorAt(i);
|
||||
StringCopy(gDisplayedStringBattle, gUnknown_83FE770);
|
||||
StringCopy(gDisplayedStringBattle, gText_MoveInterfaceDynamicColors);
|
||||
StringAppend(gDisplayedStringBattle, gMoveNames[moveInfo->moves[i]]);
|
||||
BattlePutTextOnWindow(gDisplayedStringBattle, i + 3);
|
||||
if (moveInfo->moves[i] != MOVE_NONE)
|
||||
@@ -1407,7 +1407,7 @@ static void MoveSelectionDisplayMoveType(void)
|
||||
*txtPtr++ = EXT_CTRL_CODE_BEGIN;
|
||||
*txtPtr++ = 6;
|
||||
*txtPtr++ = 1;
|
||||
txtPtr = StringCopy(txtPtr, gUnknown_83FE770);
|
||||
txtPtr = StringCopy(txtPtr, gText_MoveInterfaceDynamicColors);
|
||||
StringCopy(txtPtr, gTypeNames[gBattleMoves[moveInfo->moves[gMoveSelectionCursor[gActiveBattler]]].type]);
|
||||
BattlePutTextOnWindow(gDisplayedStringBattle, B_WIN_MOVE_TYPE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user