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,15 +1,19 @@
///dex_armor_load()
function dex_armor_load() {
// Isle of Armor Dex data loading
// Isle of Armor Dex data loading
/*enum gdex
{
galarno,
dexno,
pokemon,
type1,
type2
}*/
/*enum gdex
{
galarno,
dexno,
pokemon,
type1,
type2
}*/
//if (global.show_armor)
global.armordata = csv_load("armordex");
//if (global.show_armor)
global.armordata = csv_load("armordex");
}

View File

@@ -1,8 +1,12 @@
{
"id": "6ade07ea-0dc5-f3e3-549d-5765f94bcb31",
"modelName": "GMScript",
"mvc": "1.0",
"name": "dex_armor_load",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "dex_armor_load",
"tags": [],
"resourceType": "GMScript",
}