Commit Graph

110 Commits (38bf435890e3b2c9a029f6845d53f2b6199e5683)

Author SHA1 Message Date
Flashfyre eedad7d678 Add boss health bars 2024-01-07 23:17:24 -05:00
Flashfyre e05bf78481 Overhaul random logic and implement battle seed 2024-01-02 21:31:59 -05:00
Flashfyre de87a35b97 Fix switch out status moves in wild causing softlock 2023-12-31 10:39:33 -05:00
Flashfyre 20569b0317 Fix various bugs related to switch out attack moves 2023-12-30 22:01:46 -05:00
Madmadness65 f968d4c5ae Indigo Disk Paradox Pokémon
Mostly implements Gouging Fire, Raging Bolt, Iron Boulder, and Iron Crown. They still require shiny sprites and cries, and have placeholders for now. Galarian Mr. Mime also removed as a starter (evolve Mime Jr. instead).
2023-12-25 16:26:59 -06:00
N1ghtz567 53fb56391b Implement 2 abilities 2023-12-22 18:08:37 -04:00
Flashfyre 7deab1c545 Implement some abilities 2023-12-22 01:21:05 -05:00
Flashfyre 4a575a45a9 Fix some bugs
Fix softlock with charging moves; fix double summon bug with Dragon Tail and similar moves in a trainer battle
2023-12-21 23:57:11 -05:00
Flashfyre 957b5d0fa7 Add friendship system in place of win count
Add friendship system in place of win count; add soothe bell item
2023-12-21 23:00:45 -05:00
Madmadness65 50d4858caa Implement new Indigo Disk TMs
These include: Double Edge, Curse, Pain Split, Endeavor, Feather Dance, Metal Sound, Petal Blizzard, Hard Press, Alluring Voice, Temper Flare, Supercell Slam, Psychic Noise, and Upper Hand.
2023-12-19 16:54:28 -06:00
N1ghtz567 721ec6e8a9 Implement Perish Song 2023-12-18 21:53:28 -04:00
Madmadness65 f4ad9546c0 Add relevant move flags
Will be important later once the abilities that interact with these flags are implemented.
2023-12-15 01:46:57 -06:00
Madmadness65 590483f3af Covet can steal too 2023-12-14 12:21:49 -06:00
Flashfyre c27db5603a Fix Stone Axe failing with max layers 2023-12-14 09:16:41 -05:00
Madmadness65 625359fb39 Add Indigo Disk data
New Pokémon, moves, learnsets, TMs, and evolution data added in various states of completeness. Until graphics are made for the new Pokémon, they cannot be used yet.
2023-12-14 03:03:00 -06:00
Madmadness65 30b3b56570 Implement a few more moves
Fully implements Meteor Beam, partially implements Spiky Shield, Dragon Darts, Octolock, and Scale Shot.
2023-12-11 19:09:38 -06:00
Madmadness65 b69e4ccc6b Correct Population Bomb
Used the wrong multi-hit, whoops
2023-12-11 00:19:58 -05:00
Madmadness65 50215d05ec Implement moves with basic functionality 2023-12-11 00:19:58 -05:00
Flashfyre 552bda9840 Implement some abilities 2023-12-10 22:29:13 -05:00
Flashfyre 67f816cff4 Minor refactoring for move conditions 2023-12-10 17:57:12 -05:00
Flashfyre fa94db0939 Implement new movesets and TMs 2023-12-09 20:09:09 -05:00
Flashfyre e7ec5b4f88 Implement generation 6 Pokemon and some moves 2023-12-08 16:29:03 -05:00
Flashfyre 70827420cd Implement mega evolutions 2023-12-07 17:43:56 -05:00
Flashfyre fab2d9b788 Soft implement gen 6-9 species, abilities, and learnsets 2023-12-05 17:12:39 -05:00
Flashfyre 88bee27694 Implement Future Sight and Doom Desire 2023-12-04 00:09:38 -05:00
Flashfyre b1b6a6f1c7 Fix Baton Pass crash 2023-12-02 16:31:10 -05:00
Flashfyre d5731eaa69 Remove duplicate move 2023-11-30 19:38:54 -05:00
Flashfyre e8b82d2d55 Soft implement gen 6-9 moves 2023-11-30 16:37:16 -05:00
Flashfyre ad9d8a8507 Add Annihilape with Rage Fist move 2023-11-28 21:35:52 -05:00
Flashfyre 1d31105de5 Rebalance EXP charms 2023-11-28 16:59:40 -05:00
Flashfyre da4896362c Fix Shell Smash excluding speed effect 2023-11-28 15:19:30 -05:00
Flashfyre 4355ebd375 Fix switch out move logic 2023-11-28 08:43:21 -05:00
Flashfyre 2fcd7e20fa Fix recharging moves causing a crash 2023-11-27 13:47:32 -05:00
Flashfyre c34eb05083 Fix counter and mirror coat implementation 2023-11-27 11:42:03 -05:00
Flashfyre 75904470d3 Fix some bugs related to double battles 2023-11-26 22:22:05 -05:00
Flashfyre e5fe0c6e3a Add transform support to fusion palette swaps 2023-11-24 15:12:26 -05:00
Flashfyre d6617957be Fix status effects from moves always overriding 2023-11-21 14:11:13 -05:00
Flashfyre 85866169ac Implement encore move 2023-11-16 00:58:57 -05:00
Flashfyre 23c2b4fc63 Fix trainer bug with not summoning and defer summons to before next turn 2023-11-15 18:45:10 -05:00
Flashfyre cbbb8e972b Add achievement system and UI
Add achievement system and UI; fix counting invalid inputs in UI handlers for input delay
2023-11-12 00:31:40 -05:00
Flashfyre 1236cb948d Add shared movesets for spliced Pokemon 2023-11-08 22:30:22 -05:00
Flashfyre c62cb27cdb Reimplement one-hit KO effect 2023-11-07 22:23:42 -05:00
Flashfyre 28f8fdfdc1 Implement unaware ability 2023-11-05 23:27:40 -05:00
Flashfyre e07339e3eb Add DNA splicers and Pokemon fusing 2023-11-04 00:32:12 -04:00
Flashfyre ca4f9297a8 Implement switch moves 2023-10-31 14:09:33 -04:00
Flashfyre 1ae54de59e Fix multi-hit move implementation 2023-10-30 12:33:20 -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 06740130b9 Fix confusion turns 2023-10-28 20:37:02 -04:00
Flashfyre 1a488d421c Fix Psywave causing decimal damage 2023-10-28 00:36:41 -04:00