Skip to content

Commit

Permalink
Fix ChatboxInputManager
Browse files Browse the repository at this point in the history
  • Loading branch information
abextm committed Apr 12, 2018
1 parent 17568c0 commit 10061dc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runelite-scripts/scripts/ChatboxInputInit.rs2asm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

; Set text
sload 0
load_int 10616867 ; 162:35
load_int 10616868 ; 162:36
widget_put_text_widget

; Init the widgets
Expand All @@ -59,15 +59,15 @@
load_int 10002
load_int -2147483639 ; typedKey
load_string "i"
load_int 10616868
load_int 10616869
widget_put_key_listener_widget

; Restore the chatbox on exit
load_int 299
load_int 1
load_int 1
load_string "ii"
load_int 10616868
load_int 10616869
widget_put_dialog_abort_listener_widget

; 70% sure this opens the keyboard on mobile
Expand All @@ -76,6 +76,8 @@
if_icmpeq LABEL25
jump LABEL26
LABEL25:
load_int 1
load_int 10
invoke 1983
LABEL26:

Expand Down

0 comments on commit 10061dc

Please sign in to comment.