Commit Graph

2434 Commits

Author SHA1 Message Date
DizzyEggg
28b4d0d9dc Make it compile 2018-08-03 00:21:40 +02:00
DizzyEggg
320120d529 Merge with master 2018-08-03 00:20:34 +02:00
DizzyEggg
92f3d89598 Gravity and Heal Block preventing after choosing a move 2018-08-02 21:27:28 +02:00
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
Diegoisawesome
759bc2671c
Merge pull request #280 from DizzyEggg/decompile_part_mon_summary
Decompile a few pokemon summary screen functions
2018-08-02 08:27:05 -07:00
Diegoisawesome
722b07707c
Merge pull request #282 from DizzyEggg/stats_bits
Add some more stat defines for battle scripts
2018-08-02 08:11:44 -07:00
DizzyEggg
5e27cd53a9 Add Substitute handler to debug 2018-08-01 23:14:02 +02:00
DizzyEggg
4c3de6f58a Fix moves always hitting 2018-08-01 22:39:42 +02:00
DizzyEggg
a62bd511c8 Fix opponent hp bar issue 2018-08-01 22:01:37 +02:00
DizzyEggg
0f29610a61 Flying type pokemon can take ground type moves damage if grounded 2018-07-31 23:21:42 +02:00
DizzyEggg
b73075f822 Update Unusable Moves 2018-07-31 23:09:47 +02:00
DizzyEggg
991e041181 Add more AI scripts to debug menu 2018-07-31 22:21:43 +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
0663c142b7 Add split icons 2018-07-29 19:54:23 +02:00
DizzyEggg
0a4b2ba456 Make it harder to break with battle debug 2018-07-29 17:28:56 +02:00
DizzyEggg
cc764d8b77 Debug option to show opponents hp 2018-07-29 17:19:57 +02:00
DizzyEggg
9febcd3a0a Document a bit of atk47 2018-07-29 15:51:08 +02:00
DizzyEggg
68145cd002 Document atk48 2018-07-29 15:33:16 +02:00
DizzyEggg
2f6cc2be80 Electric types immune to paralysis 2018-07-29 12:45:08 +02: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
Diegoisawesome
df4c20f1f8
Merge pull request #281 from einstein95/master
Port over preproc commit from pokeruby
2018-07-29 02:19:09 -07:00
einstein95
aeceecea3d Port over 9d96147bbf 2018-07-29 20:11:04 +12:00
DizzyEggg
4080c6f831 Decompile a few pokemon summary screen functions 2018-07-28 23:26:19 +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
ef3c39fbae Fix Counter and Mirror Coat 2018-07-28 10:58:47 +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
0c6d30e3da
Merge pull request #6 from LOuroboros/patch-3
Update battle_message.c
2018-07-27 22:26:45 +02:00
DizzyEggg
2537ed6eb1 Fix Lunar Dance pp issue 2018-07-27 22:24:07 +02:00
LOuroboros
232a1849eb
Update battle_message.c
Fixed the text string of "sText_AngryPointActivates".
2018-07-27 16:46:49 -03:00
LOuroboros
8f4f851780
Update battle_message.c
Fixed sText_PoisonSpikesScattered and added a string for sText_ToxicSpikesAbsorbed, sText_ToxicSpikesPoisoned and sText_StickyWebSwitchIn.
2018-07-27 06:55:55 -03: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
919e7b4387
Merge pull request #279 from Diegoisawesome/master
Move strings to C, misc cleanup
2018-07-25 08:10:18 -07:00
Diegoisawesome
7270e73fee Move strings to C 2018-07-25 01:15:36 -07: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