From fcb999beea38668efc60ddec8b4f6fbed63cacc5 Mon Sep 17 00:00:00 2001 From: Evan Date: Fri, 1 May 2020 19:54:35 -0600 Subject: document battle_message.c --- src/battle_controller_pokedude.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/battle_controller_pokedude.c') diff --git a/src/battle_controller_pokedude.c b/src/battle_controller_pokedude.c index 2489c2d95..285be03c7 100644 --- a/src/battle_controller_pokedude.c +++ b/src/battle_controller_pokedude.c @@ -1928,8 +1928,8 @@ static void PokedudeHandleChooseAction(void) if (GetBattlerSide(gActiveBattler) == B_SIDE_PLAYER) { gBattlerControllerFuncs[gActiveBattler] = sub_8158B20; - BattlePutTextOnWindow(gUnknown_83FDA4C, 0); - BattlePutTextOnWindow(gUnknown_83FE725, 2); + BattlePutTextOnWindow(gText_EmptyString3, 0); + BattlePutTextOnWindow(gText_BattleMenu, 2); for (i = 0; i < MAX_MON_MOVES; ++i) ActionSelectionDestroyCursorAt((u8)i); ActionSelectionCreateCursorAt(gActionSelectionCursor[gActiveBattler], 0); -- cgit v1.2.3