Greenlamp2

Results 16 issues of Greenlamp2

According to the tests i've written here: https://github.com/pagefaultgames/pokerogue/pull/1162 EDIT: i've confirmed there errors are correct: ![image](https://github.com/pagefaultgames/pokerogue/assets/44787002/e68f4fb7-1cd9-4b00-a448-9d3a0bc9215d) here is the errors i got: > check root variant files errors [ 'C:\\Users\\gabri\\Github\\pokerogue\\public\\images\\pokemon\\variant\\890_2.json',...

documentation

- Added missing json's sprite from colormap script - Updated masterlist - Updated tests Feel free to double check of course :) thanks for the knowledge sharing Chacolah !

Bug

Original PR: #685 # What are the changes? This PR aims to enable players to rebind their gamepad buttons and keyboard keys. # What are the "features"? - Display the...

enhancement

i needed these overrides to test shiny sprites. For example: - override player pokemon: Genderless - override opponent pokemon: Genderless - override arena tint: Day ![image](https://github.com/pagefaultgames/pokerogue/assets/44787002/e3b0daf9-242b-4abc-9ac9-be4d5bca6e7a)

enhancement

# Integrating ESLint for Improved Code Quality and Consistency ## Introduction ESLint is a powerful tool for identifying and fixing problems in JavaScript and TypeScript code. This addition will help...

enhancement

Fix for: https://discord.com/channels/1125469663833370665/1243150281940668577/1243150281940668577 I've blocked the menu opening when we have a confirm dialog, and i made sure the process input was not outputing noisy errors that could pollute future...

Bug