Zach Day
Zach Day
This is a problem on my end as well. It's worth noting that, during boot, the kernel spits this out. ``` rt5677 i2c-RT5677CE:00: Can't add headphone jack gpio rt5677 i2c-RT5677CE:00:...
For more information, the kernel panic log is as follows: ``` [ 0.213356] dw_dmac INTL9C60:00: Missing DT data [ 0.386275] Kernel panic - not syncing: VFS: Unable to mount root...
Sorry for the delay. Creating an initramfs as @christianbundy suggested indeed fixed the boot problems. The compilation warnings remain slightly unsettling though, along with the fact that compilation took upwards...
Today I changed my shell on a remote server to ZSH (probably not related but that was the last thing I did) and my Control-Space binding completely stopped working. I...
I hate to be that guy, but the behavior here is incorrect. To reproduce the problem: * Use Amnesia to bring SpDef up to +6. * Use Stockpile; note that...
Why not just have a single Stockpile BattlerTag that tracks the stack count, Def, and SpDef increase? I'm not a huge fan of having to add the `stockpileStats` field to...
> So, it would be like having 9 tags? 3 for just stockpile, 3 for knowing that defense was buffed, and 3 for knowing spdef was buffed? The idea I...
@mareksison, I got curious and tried out the approach I described on my own remote. You can see the changes [here](https://github.com/zacharied/pokerogue/commit/ee92c92e3634cd4156f6317ff2a01c98019dd971). It's basically completely implemented besides AI and localization. IMO...