pokerogue/src
2024-04-03 19:23:48 -04:00
..
data Fix charge moves breaking with multi lens 2024-04-03 14:22:12 -04:00
enums Re-implement UI reskin with working legacy toggle 2024-03-31 21:14:35 -04:00
field Fix moveset generation priority reversed 2024-04-03 16:35:11 -04:00
modifier Fix enemy item generation softlock with no attack moves 2024-04-03 19:01:09 -04:00
pipelines Make trainer switch AI aware of arena traps 2024-03-31 12:00:54 -04:00
plugins Add cache busting 2024-03-31 23:58:03 -04:00
system Use nature override property instead of overwriting base nature 2024-04-02 23:00:56 -04:00
test Add unit testing support with vitest (#18) 2024-03-30 20:47:47 -04:00
ui Increase password field length 2024-04-03 19:23:48 -04:00
account.ts Add ""title"" screen and save data slots 2024-03-14 21:49:49 -04:00
battle-scene.ts Lower volume of loud battle animation sounds 2024-04-02 11:53:27 -04:00
battle.ts Fix battle RNG varying when loading a game 2024-04-01 12:48:35 -04:00
debug.js Convert included JS files to modules 2024-03-25 16:10:43 -04:00
egg-hatch-phase.ts Bosses generate with higher IVs 2024-03-29 00:03:54 -04:00
evolution-phase.ts Properly implement Last Resort 2024-03-21 23:05:47 -04:00
form-change-phase.ts Minor final boss tweak and color hidden ability on catch/hatch info 2024-04-03 17:18:32 -04:00
game-mode.ts Add 50% chance to offset gym leader wave by 10 in classic 2024-03-25 11:00:42 -04:00
loading-scene.ts Implement variation of loading screen by @rationality6 2024-04-01 19:56:46 -04:00
main.ts Implement variation of loading screen by @rationality6 2024-04-01 19:56:46 -04:00
messages.ts Fix prefixing player Pokemon with 'Foe' during final battle 2024-03-30 01:37:54 -04:00
phase.ts Display enemy trainer briefly when switching 2024-02-22 00:00:51 -05:00
phases.ts Add title screen music by edifette 2024-04-03 14:33:23 -04:00
scene-base.ts Implement variation of loading screen by @rationality6 2024-04-01 19:56:46 -04:00
touch-controls.js Convert included JS files to modules 2024-03-25 16:10:43 -04:00
tutorial.ts Add a much needed additional tutorial by popular demand 2024-04-01 22:50:00 -04:00
utils.test.ts Add unit testing support with vitest (#18) 2024-03-30 20:47:47 -04:00
utils.ts Re-implement fixed moveset generation with fix 2024-04-02 00:48:13 -04:00