Fix DEX constant order
This commit is contained in:
+339
-340
@@ -705,6 +705,142 @@
|
|||||||
#define NATIONAL_DEX_HO_OH 250
|
#define NATIONAL_DEX_HO_OH 250
|
||||||
#define NATIONAL_DEX_CELEBI 251
|
#define NATIONAL_DEX_CELEBI 251
|
||||||
|
|
||||||
|
#define NATIONAL_DEX_TREECKO 252
|
||||||
|
#define NATIONAL_DEX_GROVYLE 253
|
||||||
|
#define NATIONAL_DEX_SCEPTILE 254
|
||||||
|
#define NATIONAL_DEX_TORCHIC 255
|
||||||
|
#define NATIONAL_DEX_COMBUSKEN 256
|
||||||
|
#define NATIONAL_DEX_BLAZIKEN 257
|
||||||
|
#define NATIONAL_DEX_MUDKIP 258
|
||||||
|
#define NATIONAL_DEX_MARSHTOMP 259
|
||||||
|
#define NATIONAL_DEX_SWAMPERT 260
|
||||||
|
#define NATIONAL_DEX_POOCHYENA 261
|
||||||
|
#define NATIONAL_DEX_MIGHTYENA 262
|
||||||
|
#define NATIONAL_DEX_ZIGZAGOON 263
|
||||||
|
#define NATIONAL_DEX_LINOONE 264
|
||||||
|
#define NATIONAL_DEX_WURMPLE 265
|
||||||
|
#define NATIONAL_DEX_SILCOON 266
|
||||||
|
#define NATIONAL_DEX_BEAUTIFLY 267
|
||||||
|
#define NATIONAL_DEX_CASCOON 268
|
||||||
|
#define NATIONAL_DEX_DUSTOX 269
|
||||||
|
#define NATIONAL_DEX_LOTAD 270
|
||||||
|
#define NATIONAL_DEX_LOMBRE 271
|
||||||
|
#define NATIONAL_DEX_LUDICOLO 272
|
||||||
|
#define NATIONAL_DEX_SEEDOT 273
|
||||||
|
#define NATIONAL_DEX_NUZLEAF 274
|
||||||
|
#define NATIONAL_DEX_SHIFTRY 275
|
||||||
|
#define NATIONAL_DEX_TAILLOW 276
|
||||||
|
#define NATIONAL_DEX_SWELLOW 277
|
||||||
|
#define NATIONAL_DEX_WINGULL 278
|
||||||
|
#define NATIONAL_DEX_PELIPPER 279
|
||||||
|
#define NATIONAL_DEX_RALTS 280
|
||||||
|
#define NATIONAL_DEX_KIRLIA 281
|
||||||
|
#define NATIONAL_DEX_GARDEVOIR 282
|
||||||
|
#define NATIONAL_DEX_SURSKIT 283
|
||||||
|
#define NATIONAL_DEX_MASQUERAIN 284
|
||||||
|
#define NATIONAL_DEX_SHROOMISH 285
|
||||||
|
#define NATIONAL_DEX_BRELOOM 286
|
||||||
|
#define NATIONAL_DEX_SLAKOTH 287
|
||||||
|
#define NATIONAL_DEX_VIGOROTH 288
|
||||||
|
#define NATIONAL_DEX_SLAKING 289
|
||||||
|
#define NATIONAL_DEX_NINCADA 290
|
||||||
|
#define NATIONAL_DEX_NINJASK 291
|
||||||
|
#define NATIONAL_DEX_SHEDINJA 292
|
||||||
|
#define NATIONAL_DEX_WHISMUR 293
|
||||||
|
#define NATIONAL_DEX_LOUDRED 294
|
||||||
|
#define NATIONAL_DEX_EXPLOUD 295
|
||||||
|
#define NATIONAL_DEX_MAKUHITA 296
|
||||||
|
#define NATIONAL_DEX_HARIYAMA 297
|
||||||
|
#define NATIONAL_DEX_AZURILL 298
|
||||||
|
#define NATIONAL_DEX_NOSEPASS 299
|
||||||
|
#define NATIONAL_DEX_SKITTY 300
|
||||||
|
#define NATIONAL_DEX_DELCATTY 301
|
||||||
|
#define NATIONAL_DEX_SABLEYE 302
|
||||||
|
#define NATIONAL_DEX_MAWILE 303
|
||||||
|
#define NATIONAL_DEX_ARON 304
|
||||||
|
#define NATIONAL_DEX_LAIRON 305
|
||||||
|
#define NATIONAL_DEX_AGGRON 306
|
||||||
|
#define NATIONAL_DEX_MEDITITE 307
|
||||||
|
#define NATIONAL_DEX_MEDICHAM 308
|
||||||
|
#define NATIONAL_DEX_ELECTRIKE 309
|
||||||
|
#define NATIONAL_DEX_MANECTRIC 310
|
||||||
|
#define NATIONAL_DEX_PLUSLE 311
|
||||||
|
#define NATIONAL_DEX_MINUN 312
|
||||||
|
#define NATIONAL_DEX_VOLBEAT 313
|
||||||
|
#define NATIONAL_DEX_ILLUMISE 314
|
||||||
|
#define NATIONAL_DEX_ROSELIA 315
|
||||||
|
#define NATIONAL_DEX_GULPIN 316
|
||||||
|
#define NATIONAL_DEX_SWALOT 317
|
||||||
|
#define NATIONAL_DEX_CARVANHA 318
|
||||||
|
#define NATIONAL_DEX_SHARPEDO 319
|
||||||
|
#define NATIONAL_DEX_WAILMER 320
|
||||||
|
#define NATIONAL_DEX_WAILORD 321
|
||||||
|
#define NATIONAL_DEX_NUMEL 322
|
||||||
|
#define NATIONAL_DEX_CAMERUPT 323
|
||||||
|
#define NATIONAL_DEX_TORKOAL 324
|
||||||
|
#define NATIONAL_DEX_SPOINK 325
|
||||||
|
#define NATIONAL_DEX_GRUMPIG 326
|
||||||
|
#define NATIONAL_DEX_SPINDA 327
|
||||||
|
#define NATIONAL_DEX_TRAPINCH 328
|
||||||
|
#define NATIONAL_DEX_VIBRAVA 329
|
||||||
|
#define NATIONAL_DEX_FLYGON 330
|
||||||
|
#define NATIONAL_DEX_CACNEA 331
|
||||||
|
#define NATIONAL_DEX_CACTURNE 332
|
||||||
|
#define NATIONAL_DEX_SWABLU 333
|
||||||
|
#define NATIONAL_DEX_ALTARIA 334
|
||||||
|
#define NATIONAL_DEX_ZANGOOSE 335
|
||||||
|
#define NATIONAL_DEX_SEVIPER 336
|
||||||
|
#define NATIONAL_DEX_LUNATONE 337
|
||||||
|
#define NATIONAL_DEX_SOLROCK 338
|
||||||
|
#define NATIONAL_DEX_BARBOACH 339
|
||||||
|
#define NATIONAL_DEX_WHISCASH 340
|
||||||
|
#define NATIONAL_DEX_CORPHISH 341
|
||||||
|
#define NATIONAL_DEX_CRAWDAUNT 342
|
||||||
|
#define NATIONAL_DEX_BALTOY 343
|
||||||
|
#define NATIONAL_DEX_CLAYDOL 344
|
||||||
|
#define NATIONAL_DEX_LILEEP 345
|
||||||
|
#define NATIONAL_DEX_CRADILY 346
|
||||||
|
#define NATIONAL_DEX_ANORITH 347
|
||||||
|
#define NATIONAL_DEX_ARMALDO 348
|
||||||
|
#define NATIONAL_DEX_FEEBAS 349
|
||||||
|
#define NATIONAL_DEX_MILOTIC 350
|
||||||
|
#define NATIONAL_DEX_CASTFORM 351
|
||||||
|
#define NATIONAL_DEX_KECLEON 352
|
||||||
|
#define NATIONAL_DEX_SHUPPET 353
|
||||||
|
#define NATIONAL_DEX_BANETTE 354
|
||||||
|
#define NATIONAL_DEX_DUSKULL 355
|
||||||
|
#define NATIONAL_DEX_DUSCLOPS 356
|
||||||
|
#define NATIONAL_DEX_TROPIUS 357
|
||||||
|
#define NATIONAL_DEX_CHIMECHO 358
|
||||||
|
#define NATIONAL_DEX_ABSOL 359
|
||||||
|
#define NATIONAL_DEX_WYNAUT 360
|
||||||
|
#define NATIONAL_DEX_SNORUNT 361
|
||||||
|
#define NATIONAL_DEX_GLALIE 362
|
||||||
|
#define NATIONAL_DEX_SPHEAL 363
|
||||||
|
#define NATIONAL_DEX_SEALEO 364
|
||||||
|
#define NATIONAL_DEX_WALREIN 365
|
||||||
|
#define NATIONAL_DEX_CLAMPERL 366
|
||||||
|
#define NATIONAL_DEX_HUNTAIL 367
|
||||||
|
#define NATIONAL_DEX_GOREBYSS 368
|
||||||
|
#define NATIONAL_DEX_RELICANTH 369
|
||||||
|
#define NATIONAL_DEX_LUVDISC 370
|
||||||
|
#define NATIONAL_DEX_BAGON 371
|
||||||
|
#define NATIONAL_DEX_SHELGON 372
|
||||||
|
#define NATIONAL_DEX_SALAMENCE 373
|
||||||
|
#define NATIONAL_DEX_BELDUM 374
|
||||||
|
#define NATIONAL_DEX_METANG 375
|
||||||
|
#define NATIONAL_DEX_METAGROSS 376
|
||||||
|
#define NATIONAL_DEX_REGIROCK 377
|
||||||
|
#define NATIONAL_DEX_REGICE 378
|
||||||
|
#define NATIONAL_DEX_REGISTEEL 379
|
||||||
|
#define NATIONAL_DEX_LATIAS 380
|
||||||
|
#define NATIONAL_DEX_LATIOS 381
|
||||||
|
#define NATIONAL_DEX_KYOGRE 382
|
||||||
|
#define NATIONAL_DEX_GROUDON 383
|
||||||
|
#define NATIONAL_DEX_RAYQUAZA 384
|
||||||
|
#define NATIONAL_DEX_JIRACHI 385
|
||||||
|
#define NATIONAL_DEX_DEOXYS 386
|
||||||
|
|
||||||
#define NATIONAL_DEX_OLD_UNOWN_B 387
|
#define NATIONAL_DEX_OLD_UNOWN_B 387
|
||||||
#define NATIONAL_DEX_OLD_UNOWN_C 388
|
#define NATIONAL_DEX_OLD_UNOWN_C 388
|
||||||
#define NATIONAL_DEX_OLD_UNOWN_D 389
|
#define NATIONAL_DEX_OLD_UNOWN_D 389
|
||||||
@@ -731,145 +867,211 @@
|
|||||||
#define NATIONAL_DEX_OLD_UNOWN_Y 410
|
#define NATIONAL_DEX_OLD_UNOWN_Y 410
|
||||||
#define NATIONAL_DEX_OLD_UNOWN_Z 411
|
#define NATIONAL_DEX_OLD_UNOWN_Z 411
|
||||||
|
|
||||||
#define NATIONAL_DEX_TREECKO 252
|
|
||||||
#define NATIONAL_DEX_GROVYLE 253
|
|
||||||
#define NATIONAL_DEX_SCEPTILE 254
|
|
||||||
#define NATIONAL_DEX_TORCHIC 255
|
|
||||||
#define NATIONAL_DEX_COMBUSKEN 256
|
|
||||||
#define NATIONAL_DEX_BLAZIKEN 257
|
|
||||||
#define NATIONAL_DEX_MUDKIP 258
|
|
||||||
#define NATIONAL_DEX_MARSHTOMP 259
|
|
||||||
#define NATIONAL_DEX_SWAMPERT 260
|
|
||||||
#define NATIONAL_DEX_POOCHYENA 261
|
|
||||||
#define NATIONAL_DEX_MIGHTYENA 262
|
|
||||||
#define NATIONAL_DEX_ZIGZAGOON 263
|
|
||||||
#define NATIONAL_DEX_LINOONE 264
|
|
||||||
#define NATIONAL_DEX_WURMPLE 265
|
|
||||||
#define NATIONAL_DEX_SILCOON 266
|
|
||||||
#define NATIONAL_DEX_BEAUTIFLY 267
|
|
||||||
#define NATIONAL_DEX_CASCOON 268
|
|
||||||
#define NATIONAL_DEX_DUSTOX 269
|
|
||||||
#define NATIONAL_DEX_LOTAD 270
|
|
||||||
#define NATIONAL_DEX_LOMBRE 271
|
|
||||||
#define NATIONAL_DEX_LUDICOLO 272
|
|
||||||
#define NATIONAL_DEX_SEEDOT 273
|
|
||||||
#define NATIONAL_DEX_NUZLEAF 274
|
|
||||||
#define NATIONAL_DEX_SHIFTRY 275
|
|
||||||
#define NATIONAL_DEX_NINCADA 290
|
|
||||||
#define NATIONAL_DEX_NINJASK 291
|
|
||||||
#define NATIONAL_DEX_SHEDINJA 292
|
|
||||||
#define NATIONAL_DEX_TAILLOW 276
|
|
||||||
#define NATIONAL_DEX_SWELLOW 277
|
|
||||||
#define NATIONAL_DEX_SHROOMISH 285
|
|
||||||
#define NATIONAL_DEX_BRELOOM 286
|
|
||||||
#define NATIONAL_DEX_SPINDA 327
|
|
||||||
#define NATIONAL_DEX_WINGULL 278
|
|
||||||
#define NATIONAL_DEX_PELIPPER 279
|
|
||||||
#define NATIONAL_DEX_SURSKIT 283
|
|
||||||
#define NATIONAL_DEX_MASQUERAIN 284
|
|
||||||
#define NATIONAL_DEX_WAILMER 320
|
|
||||||
#define NATIONAL_DEX_WAILORD 321
|
|
||||||
#define NATIONAL_DEX_SKITTY 300
|
|
||||||
#define NATIONAL_DEX_DELCATTY 301
|
|
||||||
#define NATIONAL_DEX_KECLEON 352
|
|
||||||
#define NATIONAL_DEX_BALTOY 343
|
|
||||||
#define NATIONAL_DEX_CLAYDOL 344
|
|
||||||
#define NATIONAL_DEX_NOSEPASS 299
|
|
||||||
#define NATIONAL_DEX_TORKOAL 324
|
|
||||||
#define NATIONAL_DEX_SABLEYE 302
|
|
||||||
#define NATIONAL_DEX_BARBOACH 339
|
|
||||||
#define NATIONAL_DEX_WHISCASH 340
|
|
||||||
#define NATIONAL_DEX_LUVDISC 370
|
|
||||||
#define NATIONAL_DEX_CORPHISH 341
|
|
||||||
#define NATIONAL_DEX_CRAWDAUNT 342
|
|
||||||
#define NATIONAL_DEX_FEEBAS 349
|
|
||||||
#define NATIONAL_DEX_MILOTIC 350
|
|
||||||
#define NATIONAL_DEX_CARVANHA 318
|
|
||||||
#define NATIONAL_DEX_SHARPEDO 319
|
|
||||||
#define NATIONAL_DEX_TRAPINCH 328
|
|
||||||
#define NATIONAL_DEX_VIBRAVA 329
|
|
||||||
#define NATIONAL_DEX_FLYGON 330
|
|
||||||
#define NATIONAL_DEX_MAKUHITA 296
|
|
||||||
#define NATIONAL_DEX_HARIYAMA 297
|
|
||||||
#define NATIONAL_DEX_ELECTRIKE 309
|
|
||||||
#define NATIONAL_DEX_MANECTRIC 310
|
|
||||||
#define NATIONAL_DEX_NUMEL 322
|
|
||||||
#define NATIONAL_DEX_CAMERUPT 323
|
|
||||||
#define NATIONAL_DEX_SPHEAL 363
|
|
||||||
#define NATIONAL_DEX_SEALEO 364
|
|
||||||
#define NATIONAL_DEX_WALREIN 365
|
|
||||||
#define NATIONAL_DEX_CACNEA 331
|
|
||||||
#define NATIONAL_DEX_CACTURNE 332
|
|
||||||
#define NATIONAL_DEX_SNORUNT 361
|
|
||||||
#define NATIONAL_DEX_GLALIE 362
|
|
||||||
#define NATIONAL_DEX_LUNATONE 337
|
|
||||||
#define NATIONAL_DEX_SOLROCK 338
|
|
||||||
#define NATIONAL_DEX_AZURILL 298
|
|
||||||
#define NATIONAL_DEX_SPOINK 325
|
|
||||||
#define NATIONAL_DEX_GRUMPIG 326
|
|
||||||
#define NATIONAL_DEX_PLUSLE 311
|
|
||||||
#define NATIONAL_DEX_MINUN 312
|
|
||||||
#define NATIONAL_DEX_MAWILE 303
|
|
||||||
#define NATIONAL_DEX_MEDITITE 307
|
|
||||||
#define NATIONAL_DEX_MEDICHAM 308
|
|
||||||
#define NATIONAL_DEX_SWABLU 333
|
|
||||||
#define NATIONAL_DEX_ALTARIA 334
|
|
||||||
#define NATIONAL_DEX_WYNAUT 360
|
|
||||||
#define NATIONAL_DEX_DUSKULL 355
|
|
||||||
#define NATIONAL_DEX_DUSCLOPS 356
|
|
||||||
#define NATIONAL_DEX_ROSELIA 315
|
|
||||||
#define NATIONAL_DEX_SLAKOTH 287
|
|
||||||
#define NATIONAL_DEX_VIGOROTH 288
|
|
||||||
#define NATIONAL_DEX_SLAKING 289
|
|
||||||
#define NATIONAL_DEX_GULPIN 316
|
|
||||||
#define NATIONAL_DEX_SWALOT 317
|
|
||||||
#define NATIONAL_DEX_TROPIUS 357
|
|
||||||
#define NATIONAL_DEX_WHISMUR 293
|
|
||||||
#define NATIONAL_DEX_LOUDRED 294
|
|
||||||
#define NATIONAL_DEX_EXPLOUD 295
|
|
||||||
#define NATIONAL_DEX_CLAMPERL 366
|
|
||||||
#define NATIONAL_DEX_HUNTAIL 367
|
|
||||||
#define NATIONAL_DEX_GOREBYSS 368
|
|
||||||
#define NATIONAL_DEX_ABSOL 359
|
|
||||||
#define NATIONAL_DEX_SHUPPET 353
|
|
||||||
#define NATIONAL_DEX_BANETTE 354
|
|
||||||
#define NATIONAL_DEX_SEVIPER 336
|
|
||||||
#define NATIONAL_DEX_ZANGOOSE 335
|
|
||||||
#define NATIONAL_DEX_RELICANTH 369
|
|
||||||
#define NATIONAL_DEX_ARON 304
|
|
||||||
#define NATIONAL_DEX_LAIRON 305
|
|
||||||
#define NATIONAL_DEX_AGGRON 306
|
|
||||||
#define NATIONAL_DEX_CASTFORM 351
|
|
||||||
#define NATIONAL_DEX_VOLBEAT 313
|
|
||||||
#define NATIONAL_DEX_ILLUMISE 314
|
|
||||||
#define NATIONAL_DEX_LILEEP 345
|
|
||||||
#define NATIONAL_DEX_CRADILY 346
|
|
||||||
#define NATIONAL_DEX_ANORITH 347
|
|
||||||
#define NATIONAL_DEX_ARMALDO 348
|
|
||||||
#define NATIONAL_DEX_RALTS 280
|
|
||||||
#define NATIONAL_DEX_KIRLIA 281
|
|
||||||
#define NATIONAL_DEX_GARDEVOIR 282
|
|
||||||
#define NATIONAL_DEX_BAGON 371
|
|
||||||
#define NATIONAL_DEX_SHELGON 372
|
|
||||||
#define NATIONAL_DEX_SALAMENCE 373
|
|
||||||
#define NATIONAL_DEX_BELDUM 374
|
|
||||||
#define NATIONAL_DEX_METANG 375
|
|
||||||
#define NATIONAL_DEX_METAGROSS 376
|
|
||||||
#define NATIONAL_DEX_REGIROCK 377
|
|
||||||
#define NATIONAL_DEX_REGICE 378
|
|
||||||
#define NATIONAL_DEX_REGISTEEL 379
|
|
||||||
#define NATIONAL_DEX_KYOGRE 382
|
|
||||||
#define NATIONAL_DEX_GROUDON 383
|
|
||||||
#define NATIONAL_DEX_RAYQUAZA 384
|
|
||||||
#define NATIONAL_DEX_LATIAS 380
|
|
||||||
#define NATIONAL_DEX_LATIOS 381
|
|
||||||
#define NATIONAL_DEX_JIRACHI 385
|
|
||||||
#define NATIONAL_DEX_DEOXYS 386
|
|
||||||
#define NATIONAL_DEX_CHIMECHO 358
|
|
||||||
|
|
||||||
// Hoenn Dex Index Defines
|
// Hoenn Dex Index Defines
|
||||||
|
|
||||||
#define HOENN_DEX_NONE 0
|
#define HOENN_DEX_NONE 0
|
||||||
|
#define HOENN_DEX_TREECKO 1
|
||||||
|
#define HOENN_DEX_GROVYLE 2
|
||||||
|
#define HOENN_DEX_SCEPTILE 3
|
||||||
|
#define HOENN_DEX_TORCHIC 4
|
||||||
|
#define HOENN_DEX_COMBUSKEN 5
|
||||||
|
#define HOENN_DEX_BLAZIKEN 6
|
||||||
|
#define HOENN_DEX_MUDKIP 7
|
||||||
|
#define HOENN_DEX_MARSHTOMP 8
|
||||||
|
#define HOENN_DEX_SWAMPERT 9
|
||||||
|
#define HOENN_DEX_POOCHYENA 10
|
||||||
|
#define HOENN_DEX_MIGHTYENA 11
|
||||||
|
#define HOENN_DEX_ZIGZAGOON 12
|
||||||
|
#define HOENN_DEX_LINOONE 13
|
||||||
|
#define HOENN_DEX_WURMPLE 14
|
||||||
|
#define HOENN_DEX_SILCOON 15
|
||||||
|
#define HOENN_DEX_BEAUTIFLY 16
|
||||||
|
#define HOENN_DEX_CASCOON 17
|
||||||
|
#define HOENN_DEX_DUSTOX 18
|
||||||
|
#define HOENN_DEX_LOTAD 19
|
||||||
|
#define HOENN_DEX_LOMBRE 20
|
||||||
|
#define HOENN_DEX_LUDICOLO 21
|
||||||
|
#define HOENN_DEX_SEEDOT 22
|
||||||
|
#define HOENN_DEX_NUZLEAF 23
|
||||||
|
#define HOENN_DEX_SHIFTRY 24
|
||||||
|
#define HOENN_DEX_TAILLOW 25
|
||||||
|
#define HOENN_DEX_SWELLOW 26
|
||||||
|
#define HOENN_DEX_WINGULL 27
|
||||||
|
#define HOENN_DEX_PELIPPER 28
|
||||||
|
#define HOENN_DEX_RALTS 29
|
||||||
|
#define HOENN_DEX_KIRLIA 30
|
||||||
|
#define HOENN_DEX_GARDEVOIR 31
|
||||||
|
#define HOENN_DEX_SURSKIT 32
|
||||||
|
#define HOENN_DEX_MASQUERAIN 33
|
||||||
|
#define HOENN_DEX_SHROOMISH 34
|
||||||
|
#define HOENN_DEX_BRELOOM 35
|
||||||
|
#define HOENN_DEX_SLAKOTH 36
|
||||||
|
#define HOENN_DEX_VIGOROTH 37
|
||||||
|
#define HOENN_DEX_SLAKING 38
|
||||||
|
#define HOENN_DEX_ABRA 39
|
||||||
|
#define HOENN_DEX_KADABRA 40
|
||||||
|
#define HOENN_DEX_ALAKAZAM 41
|
||||||
|
#define HOENN_DEX_NINCADA 42
|
||||||
|
#define HOENN_DEX_NINJASK 43
|
||||||
|
#define HOENN_DEX_SHEDINJA 44
|
||||||
|
#define HOENN_DEX_WHISMUR 45
|
||||||
|
#define HOENN_DEX_LOUDRED 46
|
||||||
|
#define HOENN_DEX_EXPLOUD 47
|
||||||
|
#define HOENN_DEX_MAKUHITA 48
|
||||||
|
#define HOENN_DEX_HARIYAMA 49
|
||||||
|
#define HOENN_DEX_GOLDEEN 50
|
||||||
|
#define HOENN_DEX_SEAKING 51
|
||||||
|
#define HOENN_DEX_MAGIKARP 52
|
||||||
|
#define HOENN_DEX_GYARADOS 53
|
||||||
|
#define HOENN_DEX_AZURILL 54
|
||||||
|
#define HOENN_DEX_MARILL 55
|
||||||
|
#define HOENN_DEX_AZUMARILL 56
|
||||||
|
#define HOENN_DEX_GEODUDE 57
|
||||||
|
#define HOENN_DEX_GRAVELER 58
|
||||||
|
#define HOENN_DEX_GOLEM 59
|
||||||
|
#define HOENN_DEX_NOSEPASS 60
|
||||||
|
#define HOENN_DEX_SKITTY 61
|
||||||
|
#define HOENN_DEX_DELCATTY 62
|
||||||
|
#define HOENN_DEX_ZUBAT 63
|
||||||
|
#define HOENN_DEX_GOLBAT 64
|
||||||
|
#define HOENN_DEX_CROBAT 65
|
||||||
|
#define HOENN_DEX_TENTACOOL 66
|
||||||
|
#define HOENN_DEX_TENTACRUEL 67
|
||||||
|
#define HOENN_DEX_SABLEYE 68
|
||||||
|
#define HOENN_DEX_MAWILE 69
|
||||||
|
#define HOENN_DEX_ARON 70
|
||||||
|
#define HOENN_DEX_LAIRON 71
|
||||||
|
#define HOENN_DEX_AGGRON 72
|
||||||
|
#define HOENN_DEX_MACHOP 73
|
||||||
|
#define HOENN_DEX_MACHOKE 74
|
||||||
|
#define HOENN_DEX_MACHAMP 75
|
||||||
|
#define HOENN_DEX_MEDITITE 76
|
||||||
|
#define HOENN_DEX_MEDICHAM 77
|
||||||
|
#define HOENN_DEX_ELECTRIKE 78
|
||||||
|
#define HOENN_DEX_MANECTRIC 79
|
||||||
|
#define HOENN_DEX_PLUSLE 80
|
||||||
|
#define HOENN_DEX_MINUN 81
|
||||||
|
#define HOENN_DEX_MAGNEMITE 82
|
||||||
|
#define HOENN_DEX_MAGNETON 83
|
||||||
|
#define HOENN_DEX_VOLTORB 84
|
||||||
|
#define HOENN_DEX_ELECTRODE 85
|
||||||
|
#define HOENN_DEX_VOLBEAT 86
|
||||||
|
#define HOENN_DEX_ILLUMISE 87
|
||||||
|
#define HOENN_DEX_ODDISH 88
|
||||||
|
#define HOENN_DEX_GLOOM 89
|
||||||
|
#define HOENN_DEX_VILEPLUME 90
|
||||||
|
#define HOENN_DEX_BELLOSSOM 91
|
||||||
|
#define HOENN_DEX_DODUO 92
|
||||||
|
#define HOENN_DEX_DODRIO 93
|
||||||
|
#define HOENN_DEX_ROSELIA 94
|
||||||
|
#define HOENN_DEX_GULPIN 95
|
||||||
|
#define HOENN_DEX_SWALOT 96
|
||||||
|
#define HOENN_DEX_CARVANHA 97
|
||||||
|
#define HOENN_DEX_SHARPEDO 98
|
||||||
|
#define HOENN_DEX_WAILMER 99
|
||||||
|
#define HOENN_DEX_WAILORD 100
|
||||||
|
#define HOENN_DEX_NUMEL 101
|
||||||
|
#define HOENN_DEX_CAMERUPT 102
|
||||||
|
#define HOENN_DEX_SLUGMA 103
|
||||||
|
#define HOENN_DEX_MAGCARGO 104
|
||||||
|
#define HOENN_DEX_TORKOAL 105
|
||||||
|
#define HOENN_DEX_GRIMER 106
|
||||||
|
#define HOENN_DEX_MUK 107
|
||||||
|
#define HOENN_DEX_KOFFING 108
|
||||||
|
#define HOENN_DEX_WEEZING 109
|
||||||
|
#define HOENN_DEX_SPOINK 110
|
||||||
|
#define HOENN_DEX_GRUMPIG 111
|
||||||
|
#define HOENN_DEX_SANDSHREW 112
|
||||||
|
#define HOENN_DEX_SANDSLASH 113
|
||||||
|
#define HOENN_DEX_SPINDA 114
|
||||||
|
#define HOENN_DEX_SKARMORY 115
|
||||||
|
#define HOENN_DEX_TRAPINCH 116
|
||||||
|
#define HOENN_DEX_VIBRAVA 117
|
||||||
|
#define HOENN_DEX_FLYGON 118
|
||||||
|
#define HOENN_DEX_CACNEA 119
|
||||||
|
#define HOENN_DEX_CACTURNE 120
|
||||||
|
#define HOENN_DEX_SWABLU 121
|
||||||
|
#define HOENN_DEX_ALTARIA 122
|
||||||
|
#define HOENN_DEX_ZANGOOSE 123
|
||||||
|
#define HOENN_DEX_SEVIPER 124
|
||||||
|
#define HOENN_DEX_LUNATONE 125
|
||||||
|
#define HOENN_DEX_SOLROCK 126
|
||||||
|
#define HOENN_DEX_BARBOACH 127
|
||||||
|
#define HOENN_DEX_WHISCASH 128
|
||||||
|
#define HOENN_DEX_CORPHISH 129
|
||||||
|
#define HOENN_DEX_CRAWDAUNT 130
|
||||||
|
#define HOENN_DEX_BALTOY 131
|
||||||
|
#define HOENN_DEX_CLAYDOL 132
|
||||||
|
#define HOENN_DEX_LILEEP 133
|
||||||
|
#define HOENN_DEX_CRADILY 134
|
||||||
|
#define HOENN_DEX_ANORITH 135
|
||||||
|
#define HOENN_DEX_ARMALDO 136
|
||||||
|
#define HOENN_DEX_IGGLYBUFF 137
|
||||||
|
#define HOENN_DEX_JIGGLYPUFF 138
|
||||||
|
#define HOENN_DEX_WIGGLYTUFF 139
|
||||||
|
#define HOENN_DEX_FEEBAS 140
|
||||||
|
#define HOENN_DEX_MILOTIC 141
|
||||||
|
#define HOENN_DEX_CASTFORM 142
|
||||||
|
#define HOENN_DEX_STARYU 143
|
||||||
|
#define HOENN_DEX_STARMIE 144
|
||||||
|
#define HOENN_DEX_KECLEON 145
|
||||||
|
#define HOENN_DEX_SHUPPET 146
|
||||||
|
#define HOENN_DEX_BANETTE 147
|
||||||
|
#define HOENN_DEX_DUSKULL 148
|
||||||
|
#define HOENN_DEX_DUSCLOPS 149
|
||||||
|
#define HOENN_DEX_TROPIUS 150
|
||||||
|
#define HOENN_DEX_CHIMECHO 151
|
||||||
|
#define HOENN_DEX_ABSOL 152
|
||||||
|
#define HOENN_DEX_VULPIX 153
|
||||||
|
#define HOENN_DEX_NINETALES 154
|
||||||
|
#define HOENN_DEX_PICHU 155
|
||||||
|
#define HOENN_DEX_PIKACHU 156
|
||||||
|
#define HOENN_DEX_RAICHU 157
|
||||||
|
#define HOENN_DEX_PSYDUCK 158
|
||||||
|
#define HOENN_DEX_GOLDUCK 159
|
||||||
|
#define HOENN_DEX_WYNAUT 160
|
||||||
|
#define HOENN_DEX_WOBBUFFET 161
|
||||||
|
#define HOENN_DEX_NATU 162
|
||||||
|
#define HOENN_DEX_XATU 163
|
||||||
|
#define HOENN_DEX_GIRAFARIG 164
|
||||||
|
#define HOENN_DEX_PHANPY 165
|
||||||
|
#define HOENN_DEX_DONPHAN 166
|
||||||
|
#define HOENN_DEX_PINSIR 167
|
||||||
|
#define HOENN_DEX_HERACROSS 168
|
||||||
|
#define HOENN_DEX_RHYHORN 169
|
||||||
|
#define HOENN_DEX_RHYDON 170
|
||||||
|
#define HOENN_DEX_SNORUNT 171
|
||||||
|
#define HOENN_DEX_GLALIE 172
|
||||||
|
#define HOENN_DEX_SPHEAL 173
|
||||||
|
#define HOENN_DEX_SEALEO 174
|
||||||
|
#define HOENN_DEX_WALREIN 175
|
||||||
|
#define HOENN_DEX_CLAMPERL 176
|
||||||
|
#define HOENN_DEX_HUNTAIL 177
|
||||||
|
#define HOENN_DEX_GOREBYSS 178
|
||||||
|
#define HOENN_DEX_RELICANTH 179
|
||||||
|
#define HOENN_DEX_CORSOLA 180
|
||||||
|
#define HOENN_DEX_CHINCHOU 181
|
||||||
|
#define HOENN_DEX_LANTURN 182
|
||||||
|
#define HOENN_DEX_LUVDISC 183
|
||||||
|
#define HOENN_DEX_HORSEA 184
|
||||||
|
#define HOENN_DEX_SEADRA 185
|
||||||
|
#define HOENN_DEX_KINGDRA 186
|
||||||
|
#define HOENN_DEX_BAGON 187
|
||||||
|
#define HOENN_DEX_SHELGON 188
|
||||||
|
#define HOENN_DEX_SALAMENCE 189
|
||||||
|
#define HOENN_DEX_BELDUM 190
|
||||||
|
#define HOENN_DEX_METANG 191
|
||||||
|
#define HOENN_DEX_METAGROSS 192
|
||||||
|
#define HOENN_DEX_REGIROCK 193
|
||||||
|
#define HOENN_DEX_REGICE 194
|
||||||
|
#define HOENN_DEX_REGISTEEL 195
|
||||||
|
#define HOENN_DEX_LATIAS 196
|
||||||
|
#define HOENN_DEX_LATIOS 197
|
||||||
|
#define HOENN_DEX_KYOGRE 198
|
||||||
|
#define HOENN_DEX_GROUDON 199
|
||||||
|
#define HOENN_DEX_RAYQUAZA 200
|
||||||
|
#define HOENN_DEX_JIRACHI 201
|
||||||
|
#define HOENN_DEX_DEOXYS 202
|
||||||
|
|
||||||
#define HOENN_DEX_BULBASAUR 203
|
#define HOENN_DEX_BULBASAUR 203
|
||||||
#define HOENN_DEX_IVYSAUR 204
|
#define HOENN_DEX_IVYSAUR 204
|
||||||
#define HOENN_DEX_VENUSAUR 205
|
#define HOENN_DEX_VENUSAUR 205
|
||||||
@@ -894,10 +1096,6 @@
|
|||||||
#define HOENN_DEX_FEAROW 224
|
#define HOENN_DEX_FEAROW 224
|
||||||
#define HOENN_DEX_EKANS 225
|
#define HOENN_DEX_EKANS 225
|
||||||
#define HOENN_DEX_ARBOK 226
|
#define HOENN_DEX_ARBOK 226
|
||||||
#define HOENN_DEX_PIKACHU 156
|
|
||||||
#define HOENN_DEX_RAICHU 157
|
|
||||||
#define HOENN_DEX_SANDSHREW 112
|
|
||||||
#define HOENN_DEX_SANDSLASH 113
|
|
||||||
#define HOENN_DEX_NIDORAN_F 227
|
#define HOENN_DEX_NIDORAN_F 227
|
||||||
#define HOENN_DEX_NIDORINA 228
|
#define HOENN_DEX_NIDORINA 228
|
||||||
#define HOENN_DEX_NIDOQUEEN 229
|
#define HOENN_DEX_NIDOQUEEN 229
|
||||||
@@ -906,15 +1104,6 @@
|
|||||||
#define HOENN_DEX_NIDOKING 232
|
#define HOENN_DEX_NIDOKING 232
|
||||||
#define HOENN_DEX_CLEFAIRY 233
|
#define HOENN_DEX_CLEFAIRY 233
|
||||||
#define HOENN_DEX_CLEFABLE 234
|
#define HOENN_DEX_CLEFABLE 234
|
||||||
#define HOENN_DEX_VULPIX 153
|
|
||||||
#define HOENN_DEX_NINETALES 154
|
|
||||||
#define HOENN_DEX_JIGGLYPUFF 138
|
|
||||||
#define HOENN_DEX_WIGGLYTUFF 139
|
|
||||||
#define HOENN_DEX_ZUBAT 63
|
|
||||||
#define HOENN_DEX_GOLBAT 64
|
|
||||||
#define HOENN_DEX_ODDISH 88
|
|
||||||
#define HOENN_DEX_GLOOM 89
|
|
||||||
#define HOENN_DEX_VILEPLUME 90
|
|
||||||
#define HOENN_DEX_PARAS 235
|
#define HOENN_DEX_PARAS 235
|
||||||
#define HOENN_DEX_PARASECT 236
|
#define HOENN_DEX_PARASECT 236
|
||||||
#define HOENN_DEX_VENONAT 237
|
#define HOENN_DEX_VENONAT 237
|
||||||
@@ -923,8 +1112,6 @@
|
|||||||
#define HOENN_DEX_DUGTRIO 240
|
#define HOENN_DEX_DUGTRIO 240
|
||||||
#define HOENN_DEX_MEOWTH 241
|
#define HOENN_DEX_MEOWTH 241
|
||||||
#define HOENN_DEX_PERSIAN 242
|
#define HOENN_DEX_PERSIAN 242
|
||||||
#define HOENN_DEX_PSYDUCK 158
|
|
||||||
#define HOENN_DEX_GOLDUCK 159
|
|
||||||
#define HOENN_DEX_MANKEY 243
|
#define HOENN_DEX_MANKEY 243
|
||||||
#define HOENN_DEX_PRIMEAPE 244
|
#define HOENN_DEX_PRIMEAPE 244
|
||||||
#define HOENN_DEX_GROWLITHE 245
|
#define HOENN_DEX_GROWLITHE 245
|
||||||
@@ -932,33 +1119,16 @@
|
|||||||
#define HOENN_DEX_POLIWAG 247
|
#define HOENN_DEX_POLIWAG 247
|
||||||
#define HOENN_DEX_POLIWHIRL 248
|
#define HOENN_DEX_POLIWHIRL 248
|
||||||
#define HOENN_DEX_POLIWRATH 249
|
#define HOENN_DEX_POLIWRATH 249
|
||||||
#define HOENN_DEX_ABRA 39
|
|
||||||
#define HOENN_DEX_KADABRA 40
|
|
||||||
#define HOENN_DEX_ALAKAZAM 41
|
|
||||||
#define HOENN_DEX_MACHOP 73
|
|
||||||
#define HOENN_DEX_MACHOKE 74
|
|
||||||
#define HOENN_DEX_MACHAMP 75
|
|
||||||
#define HOENN_DEX_BELLSPROUT 250
|
#define HOENN_DEX_BELLSPROUT 250
|
||||||
#define HOENN_DEX_WEEPINBELL 251
|
#define HOENN_DEX_WEEPINBELL 251
|
||||||
#define HOENN_DEX_VICTREEBEL 252
|
#define HOENN_DEX_VICTREEBEL 252
|
||||||
#define HOENN_DEX_TENTACOOL 66
|
|
||||||
#define HOENN_DEX_TENTACRUEL 67
|
|
||||||
#define HOENN_DEX_GEODUDE 57
|
|
||||||
#define HOENN_DEX_GRAVELER 58
|
|
||||||
#define HOENN_DEX_GOLEM 59
|
|
||||||
#define HOENN_DEX_PONYTA 253
|
#define HOENN_DEX_PONYTA 253
|
||||||
#define HOENN_DEX_RAPIDASH 254
|
#define HOENN_DEX_RAPIDASH 254
|
||||||
#define HOENN_DEX_SLOWPOKE 255
|
#define HOENN_DEX_SLOWPOKE 255
|
||||||
#define HOENN_DEX_SLOWBRO 256
|
#define HOENN_DEX_SLOWBRO 256
|
||||||
#define HOENN_DEX_MAGNEMITE 82
|
|
||||||
#define HOENN_DEX_MAGNETON 83
|
|
||||||
#define HOENN_DEX_FARFETCHD 257
|
#define HOENN_DEX_FARFETCHD 257
|
||||||
#define HOENN_DEX_DODUO 92
|
|
||||||
#define HOENN_DEX_DODRIO 93
|
|
||||||
#define HOENN_DEX_SEEL 258
|
#define HOENN_DEX_SEEL 258
|
||||||
#define HOENN_DEX_DEWGONG 259
|
#define HOENN_DEX_DEWGONG 259
|
||||||
#define HOENN_DEX_GRIMER 106
|
|
||||||
#define HOENN_DEX_MUK 107
|
|
||||||
#define HOENN_DEX_SHELLDER 260
|
#define HOENN_DEX_SHELLDER 260
|
||||||
#define HOENN_DEX_CLOYSTER 261
|
#define HOENN_DEX_CLOYSTER 261
|
||||||
#define HOENN_DEX_GASTLY 262
|
#define HOENN_DEX_GASTLY 262
|
||||||
@@ -969,8 +1139,6 @@
|
|||||||
#define HOENN_DEX_HYPNO 267
|
#define HOENN_DEX_HYPNO 267
|
||||||
#define HOENN_DEX_KRABBY 268
|
#define HOENN_DEX_KRABBY 268
|
||||||
#define HOENN_DEX_KINGLER 269
|
#define HOENN_DEX_KINGLER 269
|
||||||
#define HOENN_DEX_VOLTORB 84
|
|
||||||
#define HOENN_DEX_ELECTRODE 85
|
|
||||||
#define HOENN_DEX_EXEGGCUTE 270
|
#define HOENN_DEX_EXEGGCUTE 270
|
||||||
#define HOENN_DEX_EXEGGUTOR 271
|
#define HOENN_DEX_EXEGGUTOR 271
|
||||||
#define HOENN_DEX_CUBONE 272
|
#define HOENN_DEX_CUBONE 272
|
||||||
@@ -978,28 +1146,15 @@
|
|||||||
#define HOENN_DEX_HITMONLEE 274
|
#define HOENN_DEX_HITMONLEE 274
|
||||||
#define HOENN_DEX_HITMONCHAN 275
|
#define HOENN_DEX_HITMONCHAN 275
|
||||||
#define HOENN_DEX_LICKITUNG 276
|
#define HOENN_DEX_LICKITUNG 276
|
||||||
#define HOENN_DEX_KOFFING 108
|
|
||||||
#define HOENN_DEX_WEEZING 109
|
|
||||||
#define HOENN_DEX_RHYHORN 169
|
|
||||||
#define HOENN_DEX_RHYDON 170
|
|
||||||
#define HOENN_DEX_CHANSEY 277
|
#define HOENN_DEX_CHANSEY 277
|
||||||
#define HOENN_DEX_TANGELA 278
|
#define HOENN_DEX_TANGELA 278
|
||||||
#define HOENN_DEX_KANGASKHAN 279
|
#define HOENN_DEX_KANGASKHAN 279
|
||||||
#define HOENN_DEX_HORSEA 184
|
|
||||||
#define HOENN_DEX_SEADRA 185
|
|
||||||
#define HOENN_DEX_GOLDEEN 50
|
|
||||||
#define HOENN_DEX_SEAKING 51
|
|
||||||
#define HOENN_DEX_STARYU 143
|
|
||||||
#define HOENN_DEX_STARMIE 144
|
|
||||||
#define HOENN_DEX_MR_MIME 280
|
#define HOENN_DEX_MR_MIME 280
|
||||||
#define HOENN_DEX_SCYTHER 281
|
#define HOENN_DEX_SCYTHER 281
|
||||||
#define HOENN_DEX_JYNX 282
|
#define HOENN_DEX_JYNX 282
|
||||||
#define HOENN_DEX_ELECTABUZZ 283
|
#define HOENN_DEX_ELECTABUZZ 283
|
||||||
#define HOENN_DEX_MAGMAR 284
|
#define HOENN_DEX_MAGMAR 284
|
||||||
#define HOENN_DEX_PINSIR 167
|
|
||||||
#define HOENN_DEX_TAUROS 285
|
#define HOENN_DEX_TAUROS 285
|
||||||
#define HOENN_DEX_MAGIKARP 52
|
|
||||||
#define HOENN_DEX_GYARADOS 53
|
|
||||||
#define HOENN_DEX_LAPRAS 286
|
#define HOENN_DEX_LAPRAS 286
|
||||||
#define HOENN_DEX_DITTO 287
|
#define HOENN_DEX_DITTO 287
|
||||||
#define HOENN_DEX_EEVEE 288
|
#define HOENN_DEX_EEVEE 288
|
||||||
@@ -1038,22 +1193,12 @@
|
|||||||
#define HOENN_DEX_LEDIAN 321
|
#define HOENN_DEX_LEDIAN 321
|
||||||
#define HOENN_DEX_SPINARAK 322
|
#define HOENN_DEX_SPINARAK 322
|
||||||
#define HOENN_DEX_ARIADOS 323
|
#define HOENN_DEX_ARIADOS 323
|
||||||
#define HOENN_DEX_CROBAT 65
|
|
||||||
#define HOENN_DEX_CHINCHOU 181
|
|
||||||
#define HOENN_DEX_LANTURN 182
|
|
||||||
#define HOENN_DEX_PICHU 155
|
|
||||||
#define HOENN_DEX_CLEFFA 324
|
#define HOENN_DEX_CLEFFA 324
|
||||||
#define HOENN_DEX_IGGLYBUFF 137
|
|
||||||
#define HOENN_DEX_TOGEPI 325
|
#define HOENN_DEX_TOGEPI 325
|
||||||
#define HOENN_DEX_TOGETIC 326
|
#define HOENN_DEX_TOGETIC 326
|
||||||
#define HOENN_DEX_NATU 162
|
|
||||||
#define HOENN_DEX_XATU 163
|
|
||||||
#define HOENN_DEX_MAREEP 327
|
#define HOENN_DEX_MAREEP 327
|
||||||
#define HOENN_DEX_FLAAFFY 328
|
#define HOENN_DEX_FLAAFFY 328
|
||||||
#define HOENN_DEX_AMPHAROS 329
|
#define HOENN_DEX_AMPHAROS 329
|
||||||
#define HOENN_DEX_BELLOSSOM 91
|
|
||||||
#define HOENN_DEX_MARILL 55
|
|
||||||
#define HOENN_DEX_AZUMARILL 56
|
|
||||||
#define HOENN_DEX_SUDOWOODO 330
|
#define HOENN_DEX_SUDOWOODO 330
|
||||||
#define HOENN_DEX_POLITOED 331
|
#define HOENN_DEX_POLITOED 331
|
||||||
#define HOENN_DEX_HOPPIP 332
|
#define HOENN_DEX_HOPPIP 332
|
||||||
@@ -1071,8 +1216,6 @@
|
|||||||
#define HOENN_DEX_SLOWKING 344
|
#define HOENN_DEX_SLOWKING 344
|
||||||
#define HOENN_DEX_MISDREAVUS 345
|
#define HOENN_DEX_MISDREAVUS 345
|
||||||
#define HOENN_DEX_UNOWN 346
|
#define HOENN_DEX_UNOWN 346
|
||||||
#define HOENN_DEX_WOBBUFFET 161
|
|
||||||
#define HOENN_DEX_GIRAFARIG 164
|
|
||||||
#define HOENN_DEX_PINECO 347
|
#define HOENN_DEX_PINECO 347
|
||||||
#define HOENN_DEX_FORRETRESS 348
|
#define HOENN_DEX_FORRETRESS 348
|
||||||
#define HOENN_DEX_DUNSPARCE 349
|
#define HOENN_DEX_DUNSPARCE 349
|
||||||
@@ -1083,25 +1226,17 @@
|
|||||||
#define HOENN_DEX_QWILFISH 354
|
#define HOENN_DEX_QWILFISH 354
|
||||||
#define HOENN_DEX_SCIZOR 355
|
#define HOENN_DEX_SCIZOR 355
|
||||||
#define HOENN_DEX_SHUCKLE 356
|
#define HOENN_DEX_SHUCKLE 356
|
||||||
#define HOENN_DEX_HERACROSS 168
|
|
||||||
#define HOENN_DEX_SNEASEL 357
|
#define HOENN_DEX_SNEASEL 357
|
||||||
#define HOENN_DEX_TEDDIURSA 358
|
#define HOENN_DEX_TEDDIURSA 358
|
||||||
#define HOENN_DEX_URSARING 359
|
#define HOENN_DEX_URSARING 359
|
||||||
#define HOENN_DEX_SLUGMA 103
|
|
||||||
#define HOENN_DEX_MAGCARGO 104
|
|
||||||
#define HOENN_DEX_SWINUB 360
|
#define HOENN_DEX_SWINUB 360
|
||||||
#define HOENN_DEX_PILOSWINE 361
|
#define HOENN_DEX_PILOSWINE 361
|
||||||
#define HOENN_DEX_CORSOLA 180
|
|
||||||
#define HOENN_DEX_REMORAID 362
|
#define HOENN_DEX_REMORAID 362
|
||||||
#define HOENN_DEX_OCTILLERY 363
|
#define HOENN_DEX_OCTILLERY 363
|
||||||
#define HOENN_DEX_DELIBIRD 364
|
#define HOENN_DEX_DELIBIRD 364
|
||||||
#define HOENN_DEX_MANTINE 365
|
#define HOENN_DEX_MANTINE 365
|
||||||
#define HOENN_DEX_SKARMORY 115
|
|
||||||
#define HOENN_DEX_HOUNDOUR 366
|
#define HOENN_DEX_HOUNDOUR 366
|
||||||
#define HOENN_DEX_HOUNDOOM 367
|
#define HOENN_DEX_HOUNDOOM 367
|
||||||
#define HOENN_DEX_KINGDRA 186
|
|
||||||
#define HOENN_DEX_PHANPY 165
|
|
||||||
#define HOENN_DEX_DONPHAN 166
|
|
||||||
#define HOENN_DEX_PORYGON2 368
|
#define HOENN_DEX_PORYGON2 368
|
||||||
#define HOENN_DEX_STANTLER 369
|
#define HOENN_DEX_STANTLER 369
|
||||||
#define HOENN_DEX_SMEARGLE 370
|
#define HOENN_DEX_SMEARGLE 370
|
||||||
@@ -1148,140 +1283,4 @@
|
|||||||
#define HOENN_DEX_OLD_UNOWN_Y 410
|
#define HOENN_DEX_OLD_UNOWN_Y 410
|
||||||
#define HOENN_DEX_OLD_UNOWN_Z 411
|
#define HOENN_DEX_OLD_UNOWN_Z 411
|
||||||
|
|
||||||
#define HOENN_DEX_TREECKO 1
|
|
||||||
#define HOENN_DEX_GROVYLE 2
|
|
||||||
#define HOENN_DEX_SCEPTILE 3
|
|
||||||
#define HOENN_DEX_TORCHIC 4
|
|
||||||
#define HOENN_DEX_COMBUSKEN 5
|
|
||||||
#define HOENN_DEX_BLAZIKEN 6
|
|
||||||
#define HOENN_DEX_MUDKIP 7
|
|
||||||
#define HOENN_DEX_MARSHTOMP 8
|
|
||||||
#define HOENN_DEX_SWAMPERT 9
|
|
||||||
#define HOENN_DEX_POOCHYENA 10
|
|
||||||
#define HOENN_DEX_MIGHTYENA 11
|
|
||||||
#define HOENN_DEX_ZIGZAGOON 12
|
|
||||||
#define HOENN_DEX_LINOONE 13
|
|
||||||
#define HOENN_DEX_WURMPLE 14
|
|
||||||
#define HOENN_DEX_SILCOON 15
|
|
||||||
#define HOENN_DEX_BEAUTIFLY 16
|
|
||||||
#define HOENN_DEX_CASCOON 17
|
|
||||||
#define HOENN_DEX_DUSTOX 18
|
|
||||||
#define HOENN_DEX_LOTAD 19
|
|
||||||
#define HOENN_DEX_LOMBRE 20
|
|
||||||
#define HOENN_DEX_LUDICOLO 21
|
|
||||||
#define HOENN_DEX_SEEDOT 22
|
|
||||||
#define HOENN_DEX_NUZLEAF 23
|
|
||||||
#define HOENN_DEX_SHIFTRY 24
|
|
||||||
#define HOENN_DEX_NINCADA 42
|
|
||||||
#define HOENN_DEX_NINJASK 43
|
|
||||||
#define HOENN_DEX_SHEDINJA 44
|
|
||||||
#define HOENN_DEX_TAILLOW 25
|
|
||||||
#define HOENN_DEX_SWELLOW 26
|
|
||||||
#define HOENN_DEX_SHROOMISH 34
|
|
||||||
#define HOENN_DEX_BRELOOM 35
|
|
||||||
#define HOENN_DEX_SPINDA 114
|
|
||||||
#define HOENN_DEX_WINGULL 27
|
|
||||||
#define HOENN_DEX_PELIPPER 28
|
|
||||||
#define HOENN_DEX_SURSKIT 32
|
|
||||||
#define HOENN_DEX_MASQUERAIN 33
|
|
||||||
#define HOENN_DEX_WAILMER 99
|
|
||||||
#define HOENN_DEX_WAILORD 100
|
|
||||||
#define HOENN_DEX_SKITTY 61
|
|
||||||
#define HOENN_DEX_DELCATTY 62
|
|
||||||
#define HOENN_DEX_KECLEON 145
|
|
||||||
#define HOENN_DEX_BALTOY 131
|
|
||||||
#define HOENN_DEX_CLAYDOL 132
|
|
||||||
#define HOENN_DEX_NOSEPASS 60
|
|
||||||
#define HOENN_DEX_TORKOAL 105
|
|
||||||
#define HOENN_DEX_SABLEYE 68
|
|
||||||
#define HOENN_DEX_BARBOACH 127
|
|
||||||
#define HOENN_DEX_WHISCASH 128
|
|
||||||
#define HOENN_DEX_LUVDISC 183
|
|
||||||
#define HOENN_DEX_CORPHISH 129
|
|
||||||
#define HOENN_DEX_CRAWDAUNT 130
|
|
||||||
#define HOENN_DEX_FEEBAS 140
|
|
||||||
#define HOENN_DEX_MILOTIC 141
|
|
||||||
#define HOENN_DEX_CARVANHA 97
|
|
||||||
#define HOENN_DEX_SHARPEDO 98
|
|
||||||
#define HOENN_DEX_TRAPINCH 116
|
|
||||||
#define HOENN_DEX_VIBRAVA 117
|
|
||||||
#define HOENN_DEX_FLYGON 118
|
|
||||||
#define HOENN_DEX_MAKUHITA 48
|
|
||||||
#define HOENN_DEX_HARIYAMA 49
|
|
||||||
#define HOENN_DEX_ELECTRIKE 78
|
|
||||||
#define HOENN_DEX_MANECTRIC 79
|
|
||||||
#define HOENN_DEX_NUMEL 101
|
|
||||||
#define HOENN_DEX_CAMERUPT 102
|
|
||||||
#define HOENN_DEX_SPHEAL 173
|
|
||||||
#define HOENN_DEX_SEALEO 174
|
|
||||||
#define HOENN_DEX_WALREIN 175
|
|
||||||
#define HOENN_DEX_CACNEA 119
|
|
||||||
#define HOENN_DEX_CACTURNE 120
|
|
||||||
#define HOENN_DEX_SNORUNT 171
|
|
||||||
#define HOENN_DEX_GLALIE 172
|
|
||||||
#define HOENN_DEX_LUNATONE 125
|
|
||||||
#define HOENN_DEX_SOLROCK 126
|
|
||||||
#define HOENN_DEX_AZURILL 54
|
|
||||||
#define HOENN_DEX_SPOINK 110
|
|
||||||
#define HOENN_DEX_GRUMPIG 111
|
|
||||||
#define HOENN_DEX_PLUSLE 80
|
|
||||||
#define HOENN_DEX_MINUN 81
|
|
||||||
#define HOENN_DEX_MAWILE 69
|
|
||||||
#define HOENN_DEX_MEDITITE 76
|
|
||||||
#define HOENN_DEX_MEDICHAM 77
|
|
||||||
#define HOENN_DEX_SWABLU 121
|
|
||||||
#define HOENN_DEX_ALTARIA 122
|
|
||||||
#define HOENN_DEX_WYNAUT 160
|
|
||||||
#define HOENN_DEX_DUSKULL 148
|
|
||||||
#define HOENN_DEX_DUSCLOPS 149
|
|
||||||
#define HOENN_DEX_ROSELIA 94
|
|
||||||
#define HOENN_DEX_SLAKOTH 36
|
|
||||||
#define HOENN_DEX_VIGOROTH 37
|
|
||||||
#define HOENN_DEX_SLAKING 38
|
|
||||||
#define HOENN_DEX_GULPIN 95
|
|
||||||
#define HOENN_DEX_SWALOT 96
|
|
||||||
#define HOENN_DEX_TROPIUS 150
|
|
||||||
#define HOENN_DEX_WHISMUR 45
|
|
||||||
#define HOENN_DEX_LOUDRED 46
|
|
||||||
#define HOENN_DEX_EXPLOUD 47
|
|
||||||
#define HOENN_DEX_CLAMPERL 176
|
|
||||||
#define HOENN_DEX_HUNTAIL 177
|
|
||||||
#define HOENN_DEX_GOREBYSS 178
|
|
||||||
#define HOENN_DEX_ABSOL 152
|
|
||||||
#define HOENN_DEX_SHUPPET 146
|
|
||||||
#define HOENN_DEX_BANETTE 147
|
|
||||||
#define HOENN_DEX_SEVIPER 124
|
|
||||||
#define HOENN_DEX_ZANGOOSE 123
|
|
||||||
#define HOENN_DEX_RELICANTH 179
|
|
||||||
#define HOENN_DEX_ARON 70
|
|
||||||
#define HOENN_DEX_LAIRON 71
|
|
||||||
#define HOENN_DEX_AGGRON 72
|
|
||||||
#define HOENN_DEX_CASTFORM 142
|
|
||||||
#define HOENN_DEX_VOLBEAT 86
|
|
||||||
#define HOENN_DEX_ILLUMISE 87
|
|
||||||
#define HOENN_DEX_LILEEP 133
|
|
||||||
#define HOENN_DEX_CRADILY 134
|
|
||||||
#define HOENN_DEX_ANORITH 135
|
|
||||||
#define HOENN_DEX_ARMALDO 136
|
|
||||||
#define HOENN_DEX_RALTS 29
|
|
||||||
#define HOENN_DEX_KIRLIA 30
|
|
||||||
#define HOENN_DEX_GARDEVOIR 31
|
|
||||||
#define HOENN_DEX_BAGON 187
|
|
||||||
#define HOENN_DEX_SHELGON 188
|
|
||||||
#define HOENN_DEX_SALAMENCE 189
|
|
||||||
#define HOENN_DEX_BELDUM 190
|
|
||||||
#define HOENN_DEX_METANG 191
|
|
||||||
#define HOENN_DEX_METAGROSS 192
|
|
||||||
#define HOENN_DEX_REGIROCK 193
|
|
||||||
#define HOENN_DEX_REGICE 194
|
|
||||||
#define HOENN_DEX_REGISTEEL 195
|
|
||||||
#define HOENN_DEX_KYOGRE 198
|
|
||||||
#define HOENN_DEX_GROUDON 199
|
|
||||||
#define HOENN_DEX_RAYQUAZA 200
|
|
||||||
#define HOENN_DEX_LATIAS 196
|
|
||||||
#define HOENN_DEX_LATIOS 197
|
|
||||||
#define HOENN_DEX_JIRACHI 201
|
|
||||||
#define HOENN_DEX_DEOXYS 202
|
|
||||||
#define HOENN_DEX_CHIMECHO 151
|
|
||||||
|
|
||||||
#endif // GUARD_CONSTANTS_SPECIES_H
|
#endif // GUARD_CONSTANTS_SPECIES_H
|
||||||
|
|||||||
Reference in New Issue
Block a user