diff options
author | Evan <eroelke@gmail.com> | 2020-05-01 19:54:35 -0600 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2020-05-01 19:54:35 -0600 |
commit | fcb999beea38668efc60ddec8b4f6fbed63cacc5 (patch) | |
tree | a9851896819a0b9149395c6f482ee11055a23c13 /src/battle_controller_pokedude.c | |
parent | ece62fa4ba8e385809deff330c7d7a0b348c10ae (diff) |
document battle_message.c
Diffstat (limited to 'src/battle_controller_pokedude.c')
-rw-r--r-- | src/battle_controller_pokedude.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |