summaryrefslogtreecommitdiff
path: root/src/union_room_chat.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-01-28 16:05:15 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-01-28 16:05:15 -0500
commit517f8fc9ef91dcee9607be3cdab38c3781164e4d (patch)
tree558739b1f275b3e3523d3624ce5720a77b44c523 /src/union_room_chat.c
parent65690ca7dc880f08a4c63d490797f4b16ce5195e (diff)
Start doccing help system
Diffstat (limited to 'src/union_room_chat.c')
-rw-r--r--src/union_room_chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c
index 15601c028..9fe268495 100644
--- a/src/union_room_chat.c
+++ b/src/union_room_chat.c
@@ -207,7 +207,7 @@ void EnterUnionRoomChat(void)
sWork = Alloc(sizeof(struct UnionRoomChat));
InitChatWork(sWork);
gKeyRepeatStartDelay = 20;
- sub_812B4AC();
+ HelpSystem_DisableToggleWithRButton();
SetVBlankCallback(NULL);
SetMainCallback2(CB2_LoadInterface);
}
@@ -893,7 +893,7 @@ static void ChatEntryRoutine_SaveAndExit(void)
case 13:
if (!gPaletteFade.active)
{
- sub_812B4B8();
+ HelpSystem_EnableToggleWithRButton();
UnionRoomChat_FreeGraphicsWork();
FreeChatWork();
SetMainCallback2(CB2_ReturnToField);