summaryrefslogtreecommitdiff
path: root/src/battle_controller_safari.c
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2020-05-01 19:54:35 -0600
committerEvan <eroelke@gmail.com>2020-05-01 19:54:35 -0600
commitfcb999beea38668efc60ddec8b4f6fbed63cacc5 (patch)
treea9851896819a0b9149395c6f482ee11055a23c13 /src/battle_controller_safari.c
parentece62fa4ba8e385809deff330c7d7a0b348c10ae (diff)
document battle_message.c
Diffstat (limited to 'src/battle_controller_safari.c')
-rw-r--r--src/battle_controller_safari.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_controller_safari.c b/src/battle_controller_safari.c
index d2f8a1377..b09661675 100644
--- a/src/battle_controller_safari.c
+++ b/src/battle_controller_safari.c
@@ -438,12 +438,12 @@ static void SafariHandleChooseAction(void)
s32 i;
gBattlerControllerFuncs[gActiveBattler] = HandleChooseActionAfterDma3;
- BattlePutTextOnWindow(gUnknown_83FDA4C, 0);
+ BattlePutTextOnWindow(gText_EmptyString3, 0);
BattlePutTextOnWindow(gUnknown_83FE747, 2);
for (i = 0; i < 4; ++i)
ActionSelectionDestroyCursorAt(i);
ActionSelectionCreateCursorAt(gActionSelectionCursor[gActiveBattler], 0);
- BattleStringExpandPlaceholdersToDisplayedString(gUnknown_83FE6E6);
+ BattleStringExpandPlaceholdersToDisplayedString(gText_WhatWillPlayerThrow);
BattlePutTextOnWindow(gDisplayedStringBattle, 1);
}