diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-28 16:05:15 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-28 16:05:15 -0500 |
commit | 517f8fc9ef91dcee9607be3cdab38c3781164e4d (patch) | |
tree | 558739b1f275b3e3523d3624ce5720a77b44c523 /src/union_room_chat.c | |
parent | 65690ca7dc880f08a4c63d490797f4b16ce5195e (diff) |
Start doccing help system
Diffstat (limited to 'src/union_room_chat.c')
-rw-r--r-- | src/union_room_chat.c | 4 |
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); |