diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-06-13 13:40:57 -0400 |
commit | e2eb17dcbd8f9021b7e9fc805c8c03fac6b3b255 (patch) | |
tree | 5705aaca2ef0713f55ca22a4a814161e26aa4582 /src/battle_controller_pokedude.c | |
parent | 1ce33843b645e3139bd414c2d048c628967f4e07 (diff) | |
parent | f75c048434d5dc7538e628206c29a0730404db81 (diff) |
Merge branch 'master' of https://github.com/pret/pokefirered
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); |