summaryrefslogtreecommitdiff
path: root/src/battle_controller_safari.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-23 12:51:58 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-23 12:51:58 -0400
commit18a567fb29aab58250170ecb3a0ac4f5d19094a9 (patch)
tree85b1d63b147a6b148bfd2f738c07ce59a34042a3 /src/battle_controller_safari.c
parented0546faaeee4e41ac9b0906bfcbac3e50aa7b22 (diff)
Document remaining contest.c functions
Diffstat (limited to 'src/battle_controller_safari.c')
-rw-r--r--src/battle_controller_safari.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/battle_controller_safari.c b/src/battle_controller_safari.c
index 56defc527..32657bf3d 100644
--- a/src/battle_controller_safari.c
+++ b/src/battle_controller_safari.c
@@ -461,7 +461,8 @@ void SafariHandlePrintString(void)
gBattle_BG0_X = 0;
gBattle_BG0_Y = 0;
BufferStringBattle(*(u16 *)&gBattleBufferA[gActiveBattler][2]);
- Text_InitWindow8002EB0(&gWindowTemplate_Contest_MoveDescription, gDisplayedStringBattle, 144, 2, 15);
+ Contest_StartTextPrinter(
+ &gWindowTemplate_Contest_MoveDescription, gDisplayedStringBattle, 144, 2, 15);
gBattlerControllerFuncs[gActiveBattler] = sub_812B694;
}