Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,9 +1,14 @@
var px = argument0;
var py = argument1;
var pkmn = global.dexdata[argument2, dex.pokemon];
var form = global.dexdata[argument2, dex.form];
function check_jump(argument0, argument1, argument2) {
var px = argument0;
var py = argument1;
var pkmn = global.dexdata[argument2, dex.pokemon];
var form = global.dexdata[argument2, dex.form];
if (px || py)
return check_genfirst(pkmn, true);
if (px || py)
return check_genfirst(pkmn, true);
return false;
return false;
}

View File

@@ -1,8 +1,12 @@
{
"id": "5613b2cc-c046-476d-8550-02c1c597e3c6",
"modelName": "GMScript",
"mvc": "1.0",
"name": "check_jump",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "check_jump",
"tags": [],
"resourceType": "GMScript",
}