Prev: 35073 Up: Map Next: 35135
35105: Script data: Berk turning (facing out of screen to facing into screen)
35105 DEFB 8,0 Set must-process-current-script-data flag
35107 DEFB 19,0 Move carried entity to Berk's left as he faces left
35109 DEFW 56248
35111 DEFW 56257
Berk facing into screen, ready to respond to control input
35113 DEFB 9,0 Reset must-process-current-script-data flag
35115 DEFB 6,0 Set Berk's facing-into-screen flag, and reset his facing-left and facing-right flags
35117 DEFB 10,0 Reset walking-left and walking-right flags
35119 DEFB 15,0,101,137 If Berk is carrying something then jump to 35173
Berk holding nothing
35123 DEFB 23,0,8,0 Set repeat counter 1 to 8
35127 DEFW 57353
35129 DEFB 24,0 Decrement repeat counter 1 and loop back to 35127 if not zero
35131 DEFB 1,0,1,137 Jump to 35073
Prev: 35073 Up: Map Next: 35135