mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-20 01:24:14 -05:00
Reordering a bit.
This commit is contained in:
19
Project/scripts/dex_data_load/dex_data_load.gml
Normal file
19
Project/scripts/dex_data_load/dex_data_load.gml
Normal 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");
|
||||
Reference in New Issue
Block a user