DizzyEggg
c7baa71a5e
Add placeholder string for not done moves.
2018-08-02 20:32:13 +02:00
DizzyEggg
198a1a8646
Proper Sound moves and substitute
2018-08-02 20:24:18 +02:00
DizzyEggg
b73075f822
Update Unusable Moves
2018-07-31 23:09:47 +02:00
DizzyEggg
44a454ecb4
Moves with accuracy 0 bypass accuracy checks; Heal Block move effect done
2018-07-30 20:41:16 +02:00
DizzyEggg
d24ab9daac
Little move table fixes
2018-07-29 21:44:35 +02:00
DizzyEggg
d15d27e8fb
Merge pull request #7 from Tetrable/battle_engine_v2
...
add existing effects to gen 4 moves, label needed move effects
2018-07-29 21:17:53 +02:00
Tetrable
05b763964c
add existing effects to remaining moves, labelled needed custom effects
2018-07-29 19:13:24 +01:00
DizzyEggg
3d93da7133
Add Imposter
2018-07-29 12:21:28 +02:00
DizzyEggg
d628d1f5fd
Move Weather Ball, Hidden power, AI support for dynamic type moves and AI debug support
2018-07-29 11:32:40 +02:00
Tetrable
a3d5096d9c
add existing effects to gen 4 moves, label needed move effects
2018-07-28 17:55:23 +01:00
DizzyEggg
ec9693c797
ate abilities
2018-07-28 18:41:57 +02:00
DizzyEggg
3a0c244f40
Add Harvest
2018-07-28 17:13:47 +02:00
DizzyEggg
b3e6dc8457
Add Gluttony
2018-07-28 16:33:01 +02:00
DizzyEggg
43fc4b6933
Add Magic Bounce
2018-07-28 10:41:20 +02:00
DizzyEggg
a452661cb9
Prankster and Gale Wings
2018-07-28 00:25:02 +02:00
DizzyEggg
0148cc8b0c
merge with master, gen6 move names
2018-07-28 00:01:34 +02:00
DizzyEggg
9088c0bdb5
Introduce battle config; Snow Warning Done.
2018-07-27 23:40:10 +02:00
DizzyEggg
f51812d0fe
Add Fell Stinger
2018-07-26 23:40:55 +02:00
DizzyEggg
d991d669da
Add Moxie
2018-07-26 22:52:13 +02:00
DizzyEggg
16d38f5343
Add a couple of gen5 abilities
2018-07-26 21:56:23 +02:00
DizzyEggg
1c95c36338
Healing Wish and Lunar Dance
2018-07-26 20:36:16 +02:00
Diegoisawesome
e92e2cb0aa
Merge branch 'master' of github.com:pret/pokeemerald
2018-07-24 21:18:36 -07:00
Diegoisawesome
156fb472e1
Clean up files and add entries to charmap
2018-07-24 21:18:23 -07:00
Diegoisawesome
5883f867f0
Merge pull request #278 from vblm12/trainer_data
...
Move some trainer data into c structs
2018-07-24 18:58:56 -07:00
DizzyEggg
100ce73a12
Sticky Web done
2018-07-24 22:09:55 +02:00
DizzyEggg
f8b1f0a45c
Stealth Rock and Toxic Spikes
2018-07-24 21:47:00 +02:00
DizzyEggg
45bc76d94c
Side Status from u16 to u32
2018-07-24 20:13:02 +02:00
DizzyEggg
3f7e6e9fe0
Add U-turn effect
2018-07-23 22:43:05 +02:00
DizzyEggg
567a0240f3
Fix crits and do Worry Seed
2018-07-23 22:18:56 +02:00
DizzyEggg
6570324432
New crit calculator.
2018-07-23 21:36:05 +02:00
DizzyEggg
41aecb14f5
Merge branch 'battle_engine_v2' of git://github.com/Tetrable/pokeemerald into Tetrable-battle_engine_v2
2018-07-23 20:35:16 +02:00
Tetrable
b2b416a2b1
add new move effects to battle_moves.h
2018-07-23 14:41:01 +01:00
LOuroboros
8f87dd7fac
Update battle_moves.h
...
Assigned the FLAG_DMG_MINIMIZE to the relevant moves.
2018-07-23 10:39:35 -03:00
LOuroboros
b790a75853
Update battle_moves.h
...
Assigned the following flags to the relevant moves: FLAG_RECKLESS_BOOST, FLAG_IRON_FIST_BOOST, FLAG_SHEER_FORCE_BOOST, FLAG_STRONG_JAW_BOOST, FLAG_MEGA_LAUNCHER_BOOST, FLAG_DMG_UNDERGROUND and FLAG_DMG_UNDERWATER.
Assigned the effect EFFECT_SEMI_INVULNERABLE to MOVE_PHANTOM_FORCE and MOVE_SHADOW_FORCE.
The only flags that are not assigned yet, in theory, are FLAG_STAT_STAGES_IGNORED and FLAG_DMG_MINIMIZE.
2018-07-23 08:45:59 -03:00
DizzyEggg
831816e9b2
Switch-in abilities with a message
2018-07-22 22:21:47 +02:00
DizzyEggg
6a7d58003b
Add Bad Dreams
2018-07-22 21:05:12 +02:00
DizzyEggg
fdd8765256
Add Storm Drain redirection
2018-07-22 19:34:13 +02:00
DizzyEggg
fee81d03ab
A couple of gen4 abilities
2018-07-22 18:40:18 +02:00
DizzyEggg
51dc76c7e8
Captivate and new accuracy calc
2018-07-22 15:08:32 +02:00
DizzyEggg
1e9143e0b2
merge union room with master
2018-07-22 13:14:58 +02:00
DizzyEggg
c9d486a5d3
make union room compile i guess
2018-07-22 12:49:49 +02:00
DizzyEggg
4ec43cbed1
Gen 5 move names, telekinesis, power/guard split/swap
2018-07-21 23:12:10 +02:00
DizzyEggg
fcca2afc81
More gen4 move effects battlescrips.
2018-07-21 21:58:07 +02:00
DizzyEggg
b203cf4ca4
Add a couple of gen4 moves battlescripts
2018-07-21 16:34:43 +02:00
DizzyEggg
9d4d8c5dac
Add new Sturdy effect
2018-07-21 15:11:13 +02:00
DizzyEggg
6cffd5b045
Add new field end turn effects
2018-07-21 13:24:20 +02:00
DizzyEggg
66a3c13f49
Add new Side turn effects
2018-07-21 12:56:07 +02:00
DizzyEggg
382f640809
Start Side/Field end turn
2018-07-21 12:10:08 +02:00
vblm12
07ea34e4c2
Make TrainerMonPtr fields const
2018-07-20 22:08:38 -05:00
vblm12
c41b8123e3
Move trainer defines to one place in opponent.h...
...
... to match pokeruby
2018-07-20 22:03:22 -05:00