Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,19 @@
///dex_data_load()
// National Dex data loading
enum dex
{
idno,
dexno,
pokemon,
form,
type1,
type2,
boxable,
bankable,
sprite,
own
}
global.dexdata = csv_load("pokedata");

View File

@@ -0,0 +1,8 @@
{
"id": "27426a5b-252b-ce49-0d97-9a0b620973f4",
"modelName": "GMScript",
"mvc": "1.0",
"name": "dex_data_load",
"IsCompatibility": false,
"IsDnD": false
}