Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_scr_controls_battle_heart_blue_down

(view raw script w/o annotations or w/e)
1
function scr_controls_battle_heart_blue_down
scr_controls_battle_heart_blue_down

function scr_controls_battle_heart_blue_down() { key_right = global.right_key; key_left = global.left_key; key_down = global.down_key; key_up = global.up_key; key_up_release = up_keyr; key_select = keyboard_multicheck_pressed(0); key_revert = keyboard_multicheck_pressed(1); }
()
2
{
3
    key_right = global.right_key;
4
    key_left = global.left_key;
5
    key_down = global.down_key;
6
    key_up = global.up_key;
7
    key_up_release = up_keyr;
8
    key_select = keyboard_multicheck_pressed(0);
9
    key_revert = keyboard_multicheck_pressed(1);
10
}