mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 01:34:11 -05:00
9 lines
223 B
Plaintext
9 lines
223 B
Plaintext
function scroll_warp() {
|
|
var py = ((sprite_get_height(spr_source)*global.icon_scale - sprite_get_height(spr_slot)*global.icon_scale*5)/2);
|
|
|
|
__view_set( e__VW.YView, 0, global.box_header[global.current_box].y + py );
|
|
|
|
|
|
|
|
}
|