Commit Graph

141 Commits

Author SHA1 Message Date
Flashfyre
1ae54de59e Fix multi-hit move implementation 2023-10-30 12:33:20 -04:00
Flashfyre
179d1bcb13 Implement Pressure ability 2023-10-30 00:16:23 -04:00
Flashfyre
c0a5d86ab1 Fix issue with hidden abilities 2023-10-29 23:11:30 -04:00
Flashfyre
5567b39f20 Add enemy buffs to balance endless mode 2023-10-29 16:05:17 -04:00
Flashfyre
813b4894f3 Implement Transform move and Imposter ability 2023-10-29 01:28:56 -04:00
Flashfyre
e0a63a9ed6 Fix crash with playing battle animation for target not on field 2023-10-28 21:03:36 -04:00
Flashfyre
06740130b9 Fix confusion turns 2023-10-28 20:37:02 -04:00
Flashfyre
f831f3ab75 Remove extreme weather conditions from natural weather 2023-10-28 17:59:49 -04:00
xDasone
95f645dd23 Merge branch 'main' of https://github.com/Flashfyre/pokemon-rogue-battle 2023-10-28 14:37:17 -07:00
xDasone
8bad05ea97 Fixed Huge Power, and Pure Power not giving the correct boost 2023-10-28 14:37:00 -07:00
Flashfyre
d1c58224bc Add base logic for enemy buff modifiers 2023-10-28 13:24:57 -04:00
Flashfyre
ae6d4d0ea0 Don't boost enemy trainer shiny odds with shiny charm 2023-10-28 10:51:34 -04:00
Flashfyre
1a488d421c Fix Psywave causing decimal damage 2023-10-28 00:36:41 -04:00
Flashfyre
d6ee340c59 Minor changes and fixes 2023-10-28 00:18:44 -04:00
Flashfyre
62f464c81c Change one-hit KO moves to just do 250 power on final boss 2023-10-27 22:25:48 -04:00
Flashfyre
57f869cf61 Change rest to override status 2023-10-27 22:18:54 -04:00
Flashfyre
cf6f30ccca Fix trainer pools not evolving Pokemon 2023-10-27 22:04:09 -04:00
Flashfyre
e0a7e88c17 Fix high priority on Giga Drain instead of Endure 2023-10-27 20:30:57 -04:00
xDasone
36b030d019 Implemented Frustration, and Return Damage Calcs 2023-10-26 22:03:24 -07:00
xDasone
1d8cf50f1b Implemented Anger Point Ability 2023-10-26 21:12:53 -07:00
Flashfyre
d54a4be7b4 Implement Adaptability ability 2023-10-26 20:02:30 -04:00
Flashfyre
c958c4f074 Fix not healing after 10 battles 2023-10-26 19:45:35 -04:00
Flashfyre
c0e1c3bde7 Add missing gym leader for City biome 2023-10-25 17:38:21 -04:00
Flashfyre
0ac853eba2 Add Pokerus and give only Golden EXP Charms until wave 40 2023-10-25 14:15:44 -04:00
Flashfyre
e0acb1e737 Fix Disable implementation 2023-10-25 09:41:37 -04:00
Flashfyre
8ae78fcd05 Add growth rate to starter select screen 2023-10-24 23:04:23 -04:00
Flashfyre
a53dc0f025 Average out growth rates 2023-10-24 19:39:34 -04:00
Flashfyre
50cbad3af3 Add icons for Mega Rayquaza and Eternamax Eternatus 2023-10-24 15:17:41 -04:00
Flashfyre
10733fd98d Fix various issues with enemy modifiers 2023-10-24 10:05:07 -04:00
Flashfyre
d135591b75 Fix crash when playing weather animation before a trainer battle 2023-10-24 08:34:52 -04:00
Flashfyre
653f3639c3 Update boss to Eternamax Eternatus 2023-10-23 23:20:05 -04:00
Flashfyre
3bee719026 Fix being able to steal non transferrable items 2023-10-23 22:23:18 -04:00
Flashfyre
bb487373ab Rework EXP. Share and rename to EXP. All 2023-10-23 17:47:05 -04:00
Flashfyre
2001dd780b Update enemy modifier rates and update trainer modifier display 2023-10-23 13:48:56 -04:00
Flashfyre
e0065fca7c Fix issues with Pokemon sprites persisting after some moves 2023-10-22 10:13:03 -04:00
Flashfyre
7c5d7074ec Fix Skyla using water types 2023-10-21 22:30:32 -04:00
B1bbs
f2e001ead1 Implement pain split 2023-10-21 20:40:46 -05:00
Flashfyre
7dbf3f62da Add money (currently unused) and fix issue with reward modifiers not persisting 2023-10-21 20:23:43 -04:00
Flashfyre
96a15ccb0d Adjust game volume 2023-10-21 08:58:39 -04:00
Flashfyre
c2cb433409 Fix crash from accessing modifier types before initialization 2023-10-20 23:00:08 -04:00
Flashfyre
ec6a3644a2 Fix issue with trainer modifier rewards not persisting 2023-10-20 22:48:40 -04:00
B1bbs
5e08a5cf83 Implement endeavor 2023-10-20 20:30:28 -05:00
Flashfyre
678a76394a Update breeder and ace trainer party templates 2023-10-20 17:22:07 -04:00
Flashfyre
84b487e719 Update random evolution logic 2023-10-20 16:55:46 -04:00
Flashfyre
c778ef5e36 Add Mega Rayquaza (static sprite) 2023-10-20 14:19:22 -04:00
Flashfyre
e604d75436 Set pool for youngster/lass trainer type 2023-10-20 11:48:19 -04:00
Flashfyre
988438cc81 Add gym leaders, elite four, and champions
Add gym leaders, elite four, and champions; add modifier rewards for initial rival battle
2023-10-20 11:38:41 -04:00
Flashfyre
eab6d082fd Add command cancelling and 2nd battler move memory 2023-10-18 23:16:38 -04:00
Flashfyre
83c70889fc Implement trainer battles and various changes
Implement trainer battles; add dialogue functionality; add random session seed for predictable random results; remove capitalization from text; add full party heal after every 10 waves
2023-10-18 18:01:15 -04:00
Flashfyre
75bd40863e Add construction site and jungle biomes 2023-10-09 23:43:19 -04:00