mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 11:37:40 +01:00
79 lines
2.6 KiB
PHP
79 lines
2.6 KiB
PHP
|
.set ABILITY_NONE, 0x00
|
||
|
.set ABILITY_STENCH, 0x01
|
||
|
.set ABILITY_DRIZZLE, 0x02
|
||
|
.set ABILITY_SPEED_BOOST, 0x03
|
||
|
.set ABILITY_BATTLE_ARMOR, 0x04
|
||
|
.set ABILITY_STURDY, 0x05
|
||
|
.set ABILITY_DAMP, 0x06
|
||
|
.set ABILITY_LIMBER, 0x07
|
||
|
.set ABILITY_SAND_VEIL, 0x08
|
||
|
.set ABILITY_STATIC, 0x09
|
||
|
.set ABILITY_VOLT_ABSORB, 0x0a
|
||
|
.set ABILITY_WATER_ABSORB, 0x0b
|
||
|
.set ABILITY_OBLIVIOUS, 0x0c
|
||
|
.set ABILITY_CLOUD_NINE, 0x0d
|
||
|
.set ABILITY_COMPOUND_EYES, 0x0e
|
||
|
.set ABILITY_INSOMNIA, 0x0f
|
||
|
.set ABILITY_COLOR_CHANGE, 0x10
|
||
|
.set ABILITY_IMMUNITY, 0x11
|
||
|
.set ABILITY_FLASH_FIRE, 0x12
|
||
|
.set ABILITY_SHIELD_DUST, 0x13
|
||
|
.set ABILITY_OWN_TEMPO, 0x14
|
||
|
.set ABILITY_SUCTION_CUPS, 0x15
|
||
|
.set ABILITY_INTIMIDATE, 0x16
|
||
|
.set ABILITY_SHADOW_TAG, 0x17
|
||
|
.set ABILITY_ROUGH_SKIN, 0x18
|
||
|
.set ABILITY_WONDER_GUARD, 0x19
|
||
|
.set ABILITY_LEVITATE, 0x1a
|
||
|
.set ABILITY_EFFECT_SPORE, 0x1b
|
||
|
.set ABILITY_SYNCHRONIZE, 0x1c
|
||
|
.set ABILITY_CLEAR_BODY, 0x1d
|
||
|
.set ABILITY_NATURAL_CURE, 0x1e
|
||
|
.set ABILITY_LIGHTNING_ROD, 0x1f
|
||
|
.set ABILITY_SERENE_GRACE, 0x20
|
||
|
.set ABILITY_SWIFT_SWIM, 0x21
|
||
|
.set ABILITY_CHLOROPHYLL, 0x22
|
||
|
.set ABILITY_ILLUMINATE, 0x23
|
||
|
.set ABILITY_TRACE, 0x24
|
||
|
.set ABILITY_HUGE_POWER, 0x25
|
||
|
.set ABILITY_POISON_POINT, 0x26
|
||
|
.set ABILITY_INNER_FOCUS, 0x27
|
||
|
.set ABILITY_MAGMA_ARMOR, 0x28
|
||
|
.set ABILITY_WATER_VEIL, 0x29
|
||
|
.set ABILITY_MAGNET_PULL, 0x2a
|
||
|
.set ABILITY_SOUNDPROOF, 0x2b
|
||
|
.set ABILITY_RAIN_DISH, 0x2c
|
||
|
.set ABILITY_SAND_STREAM, 0x2d
|
||
|
.set ABILITY_PRESSURE, 0x2e
|
||
|
.set ABILITY_THICK_FAT, 0x2f
|
||
|
.set ABILITY_EARLY_BIRD, 0x30
|
||
|
.set ABILITY_FLAME_BODY, 0x31
|
||
|
.set ABILITY_RUN_AWAY, 0x32
|
||
|
.set ABILITY_KEEN_EYE, 0x33
|
||
|
.set ABILITY_HYPER_CUTTER, 0x34
|
||
|
.set ABILITY_PICKUP, 0x35
|
||
|
.set ABILITY_TRUANT, 0x36
|
||
|
.set ABILITY_HUSTLE, 0x37
|
||
|
.set ABILITY_CUTE_CHARM, 0x38
|
||
|
.set ABILITY_PLUS, 0x39
|
||
|
.set ABILITY_MINUS, 0x3a
|
||
|
.set ABILITY_FORECAST, 0x3b
|
||
|
.set ABILITY_STICKY_HOLD, 0x3c
|
||
|
.set ABILITY_SHED_SKIN, 0x3d
|
||
|
.set ABILITY_GUTS, 0x3e
|
||
|
.set ABILITY_MARVEL_SCALE, 0x3f
|
||
|
.set ABILITY_LIQUID_OOZE, 0x40
|
||
|
.set ABILITY_OVERGROW, 0x41
|
||
|
.set ABILITY_BLAZE, 0x42
|
||
|
.set ABILITY_TORRENT, 0x43
|
||
|
.set ABILITY_SWARM, 0x44
|
||
|
.set ABILITY_ROCK_HEAD, 0x45
|
||
|
.set ABILITY_DROUGHT, 0x46
|
||
|
.set ABILITY_ARENA_TRAP, 0x47
|
||
|
.set ABILITY_VITAL_SPIRIT, 0x48
|
||
|
.set ABILITY_WHITE_SMOKE, 0x49
|
||
|
.set ABILITY_PURE_POWER, 0x4a
|
||
|
.set ABILITY_SHELL_ARMOR, 0x4b
|
||
|
.set ABILITY_CACOPHONY, 0x4c
|
||
|
.set ABILITY_AIR_LOCK, 0x4d
|